summaryrefslogtreecommitdiff
path: root/databases/postgresql96-client
diff options
context:
space:
mode:
authorriastradh <riastradh@pkgsrc.org>2020-12-04 04:55:41 +0000
committerriastradh <riastradh@pkgsrc.org>2020-12-04 04:55:41 +0000
commit0423071962a8dd054ab6a50106f2453e0a91ca26 (patch)
treea6d01188da409cbd54657bc419a370183aaefc8c /databases/postgresql96-client
parentdb3768c8a2009455a8df68f5c09730ff821c999a (diff)
downloadpkgsrc-0423071962a8dd054ab6a50106f2453e0a91ca26.tar.gz
Revbump for openpam cppflags change months ago, belatedly.
Diffstat (limited to 'databases/postgresql96-client')
-rw-r--r--databases/postgresql96-client/Makefile3
-rw-r--r--databases/postgresql96-client/buildlink3.mk4
2 files changed, 4 insertions, 3 deletions
diff --git a/databases/postgresql96-client/Makefile b/databases/postgresql96-client/Makefile
index a35b298ae9a..1b848ea9007 100644
--- a/databases/postgresql96-client/Makefile
+++ b/databases/postgresql96-client/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.15 2020/11/16 12:15:07 adam Exp $
+# $NetBSD: Makefile,v 1.16 2020/12/04 04:55:46 riastradh Exp $
PKGNAME= ${DISTNAME:S/-/96-client-/}
+PKGREVISION= 1
COMMENT= PostgreSQL database client programs
.include "../../databases/postgresql96/Makefile.common"
diff --git a/databases/postgresql96-client/buildlink3.mk b/databases/postgresql96-client/buildlink3.mk
index 4dddcff18d2..98415b083b2 100644
--- a/databases/postgresql96-client/buildlink3.mk
+++ b/databases/postgresql96-client/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.2 2020/01/18 21:48:02 jperkin Exp $
+# $NetBSD: buildlink3.mk,v 1.3 2020/12/04 04:55:46 riastradh Exp $
BUILDLINK_TREE+= postgresql96-client
@@ -6,7 +6,7 @@ BUILDLINK_TREE+= postgresql96-client
POSTGRESQL96_CLIENT_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.postgresql96-client+= postgresql96-client>=9.6.1
-BUILDLINK_ABI_DEPENDS.postgresql96-client+= postgresql96-client>=9.6.16nb1
+BUILDLINK_ABI_DEPENDS.postgresql96-client+= postgresql96-client>=9.6.20nb1
BUILDLINK_PKGSRCDIR.postgresql96-client?= ../../databases/postgresql96-client
# This variable contains the libraries need to link most clients.