summaryrefslogtreecommitdiff
path: root/databases/postgresql95-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/postgresql95-client
parentdb3768c8a2009455a8df68f5c09730ff821c999a (diff)
downloadpkgsrc-0423071962a8dd054ab6a50106f2453e0a91ca26.tar.gz
Revbump for openpam cppflags change months ago, belatedly.
Diffstat (limited to 'databases/postgresql95-client')
-rw-r--r--databases/postgresql95-client/Makefile3
-rw-r--r--databases/postgresql95-client/buildlink3.mk4
2 files changed, 4 insertions, 3 deletions
diff --git a/databases/postgresql95-client/Makefile b/databases/postgresql95-client/Makefile
index 2ab1a998503..6fe0ef871ff 100644
--- a/databases/postgresql95-client/Makefile
+++ b/databases/postgresql95-client/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.17 2020/11/16 12:15:06 adam Exp $
+# $NetBSD: Makefile,v 1.18 2020/12/04 04:55:45 riastradh Exp $
PKGNAME= ${DISTNAME:S/-/95-client-/}
+PKGREVISION= 1
COMMENT= PostgreSQL database client programs
.include "../../databases/postgresql95/Makefile.common"
diff --git a/databases/postgresql95-client/buildlink3.mk b/databases/postgresql95-client/buildlink3.mk
index 1555124d618..a0c3b27650e 100644
--- a/databases/postgresql95-client/buildlink3.mk
+++ b/databases/postgresql95-client/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.3 2020/01/18 21:48:02 jperkin Exp $
+# $NetBSD: buildlink3.mk,v 1.4 2020/12/04 04:55:45 riastradh Exp $
BUILDLINK_TREE+= postgresql95-client
@@ -6,7 +6,7 @@ BUILDLINK_TREE+= postgresql95-client
POSTGRESQL95_CLIENT_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.postgresql95-client+= postgresql95-client>=9.5.1
-BUILDLINK_ABI_DEPENDS.postgresql95-client+= postgresql95-client>=9.5.20nb1
+BUILDLINK_ABI_DEPENDS.postgresql95-client+= postgresql95-client>=9.5.24nb1
BUILDLINK_PKGSRCDIR.postgresql95-client?= ../../databases/postgresql95-client
# This variable contains the libraries need to link most clients.