postgresql: update to version 13.0

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
This commit is contained in:
Daniel Golle
2020-09-27 22:51:59 +01:00
parent a20dc4e6d5
commit e5fc9bedcc
6 changed files with 12 additions and 51 deletions
@@ -1,6 +1,6 @@
--- a/src/Makefile.shlib
+++ b/src/Makefile.shlib
@@ -396,14 +396,27 @@ endif # PORTNAME == cygwin || PORTNAME =
@@ -387,14 +387,27 @@ endif # PORTNAME == cygwin || PORTNAME =
%.pc: $(MAKEFILE_LIST)
@@ -20,7 +20,7 @@
+ echo >>$@
+ echo 'Name: lib$(NAME)' >>$@
echo 'Description: PostgreSQL lib$(NAME) library' >>$@
echo 'Url: http://www.postgresql.org/' >>$@
echo 'Url: $(PACKAGE_URL)' >>$@
echo 'Version: $(VERSION)' >>$@
echo 'Requires: ' >>$@
echo 'Requires.private: $(PKG_CONFIG_REQUIRES_PRIVATE)' >>$@