summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordholland <dholland@pkgsrc.org>2017-12-15 16:57:24 +0000
committerdholland <dholland@pkgsrc.org>2017-12-15 16:57:24 +0000
commit9c356aed23a75fbec7d0c911dfe90ff14147acdc (patch)
treeb14d5efe292abba1590c154078e9dad7e57b499c
parente4a3dd2773aa0f5d568168fe39ef1b78e915b899 (diff)
downloadpkgsrc-9c356aed23a75fbec7d0c911dfe90ff14147acdc.tar.gz
Bump PKGREVISION of postgresql92 and postgresql93 packages (all to 1)
for the PR 52787 options adjustment, as a precaution.
-rw-r--r--databases/postgresql92-client/Makefile3
-rw-r--r--databases/postgresql92-contrib/Makefile3
-rw-r--r--databases/postgresql92-docs/Makefile3
-rw-r--r--databases/postgresql92-plperl/Makefile3
-rw-r--r--databases/postgresql92-plpython/Makefile3
-rw-r--r--databases/postgresql92-pltcl/Makefile3
-rw-r--r--databases/postgresql92-server/Makefile3
-rw-r--r--databases/postgresql92/Makefile3
-rw-r--r--databases/postgresql93-client/Makefile3
-rw-r--r--databases/postgresql93-contrib/Makefile3
-rw-r--r--databases/postgresql93-docs/Makefile3
-rw-r--r--databases/postgresql93-plperl/Makefile3
-rw-r--r--databases/postgresql93-plpython/Makefile3
-rw-r--r--databases/postgresql93-pltcl/Makefile3
-rw-r--r--databases/postgresql93-server/Makefile3
-rw-r--r--databases/postgresql93/Makefile3
16 files changed, 32 insertions, 16 deletions
diff --git a/databases/postgresql92-client/Makefile b/databases/postgresql92-client/Makefile
index dcf65e79edc..d026df7d075 100644
--- a/databases/postgresql92-client/Makefile
+++ b/databases/postgresql92-client/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.11 2017/11/13 09:33:31 adam Exp $
+# $NetBSD: Makefile,v 1.12 2017/12/15 16:57:24 dholland Exp $
PKGNAME= ${DISTNAME:C/-/92-client-/}
+PKGREVISION= 1
COMMENT= PostgreSQL database client programs
.include "../../databases/postgresql92/Makefile.common"
diff --git a/databases/postgresql92-contrib/Makefile b/databases/postgresql92-contrib/Makefile
index f5f309b80bf..b8a4dd6b114 100644
--- a/databases/postgresql92-contrib/Makefile
+++ b/databases/postgresql92-contrib/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.1 2016/06/19 20:48:29 fhajny Exp $
+# $NetBSD: Makefile,v 1.2 2017/12/15 16:57:24 dholland Exp $
PKGNAME= ${DISTNAME:C/-/92-contrib-/}
+PKGREVISION= 1
COMMENT= Contrib subtree of tools and plug-ins
.include "../../databases/postgresql92/Makefile.common"
diff --git a/databases/postgresql92-docs/Makefile b/databases/postgresql92-docs/Makefile
index 17247d681df..c85f975b0be 100644
--- a/databases/postgresql92-docs/Makefile
+++ b/databases/postgresql92-docs/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.11 2016/08/23 06:28:15 adam Exp $
+# $NetBSD: Makefile,v 1.12 2017/12/15 16:57:24 dholland Exp $
PKGNAME= ${DISTNAME:C/-/92-docs-/}
+PKGREVISION= 1
COMMENT= PostgreSQL database documentation
.include "../../databases/postgresql92/Makefile.common"
diff --git a/databases/postgresql92-plperl/Makefile b/databases/postgresql92-plperl/Makefile
index 99ef6786adf..21f14dbc704 100644
--- a/databases/postgresql92-plperl/Makefile
+++ b/databases/postgresql92-plperl/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.15 2016/08/23 06:28:15 adam Exp $
+# $NetBSD: Makefile,v 1.16 2017/12/15 16:57:24 dholland Exp $
PKGNAME= ${DISTNAME:C/-/92-plperl-/}
+PKGREVISION= 1
COMMENT= PL/Perl procedural language for the PostgreSQL backend
DEPENDS+= postgresql92-server>=${PKGVERSION_NOREV}:../../databases/postgresql92-server
diff --git a/databases/postgresql92-plpython/Makefile b/databases/postgresql92-plpython/Makefile
index ad347eb659c..a25363e1d78 100644
--- a/databases/postgresql92-plpython/Makefile
+++ b/databases/postgresql92-plpython/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.10 2016/04/09 12:51:46 adam Exp $
+# $NetBSD: Makefile,v 1.11 2017/12/15 16:57:24 dholland Exp $
PKGNAME= ${DISTNAME:C/-/92-plpython-/}
+PKGREVISION= 1
COMMENT= PL/Python procedural language for the PostgreSQL backend
DEPENDS+= postgresql92-server>=${PKGVERSION_NOREV}:../../databases/postgresql92-server
diff --git a/databases/postgresql92-pltcl/Makefile b/databases/postgresql92-pltcl/Makefile
index 49c2f73a0ed..e564a35a4cb 100644
--- a/databases/postgresql92-pltcl/Makefile
+++ b/databases/postgresql92-pltcl/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.9 2016/04/09 12:51:46 adam Exp $
+# $NetBSD: Makefile,v 1.10 2017/12/15 16:57:24 dholland Exp $
PKGNAME= ${DISTNAME:C/-/92-pltcl-/}
+PKGREVISION= 1
COMMENT= PL/Tcl procedural language for the PostgreSQL backend
DEPENDS+= postgresql92-server>=${PKGVERSION_NOREV}:../../databases/postgresql92-server
diff --git a/databases/postgresql92-server/Makefile b/databases/postgresql92-server/Makefile
index 17613a5a02e..32d73010baa 100644
--- a/databases/postgresql92-server/Makefile
+++ b/databases/postgresql92-server/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.15 2016/04/09 12:51:47 adam Exp $
+# $NetBSD: Makefile,v 1.16 2017/12/15 16:57:24 dholland Exp $
PKGNAME= ${DISTNAME:C/-/92-server-/}
+PKGREVISION= 1
COMMENT= PostgreSQL database server programs
# mips has no TAS implementation
diff --git a/databases/postgresql92/Makefile b/databases/postgresql92/Makefile
index d791f54b45a..5c0d59e1b33 100644
--- a/databases/postgresql92/Makefile
+++ b/databases/postgresql92/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.13 2016/08/23 06:28:15 adam Exp $
+# $NetBSD: Makefile,v 1.14 2017/12/15 16:57:24 dholland Exp $
PKGNAME= ${DISTNAME:C/-/92-/}
+PKGREVISION= 1
COMMENT= Robust, next generation, object-relational DBMS
DEPENDS+= postgresql92-client>=${PKGVERSION_NOREV}:../../databases/postgresql92-client
diff --git a/databases/postgresql93-client/Makefile b/databases/postgresql93-client/Makefile
index 43bcc1d30d2..13c2e264b52 100644
--- a/databases/postgresql93-client/Makefile
+++ b/databases/postgresql93-client/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.13 2017/11/13 09:33:31 adam Exp $
+# $NetBSD: Makefile,v 1.14 2017/12/15 16:57:25 dholland Exp $
PKGNAME= ${DISTNAME:C/-/93-client-/}
+PKGREVISION= 1
COMMENT= PostgreSQL database client programs
.include "../../databases/postgresql93/Makefile.common"
diff --git a/databases/postgresql93-contrib/Makefile b/databases/postgresql93-contrib/Makefile
index 2dd794457d8..5111edc03bb 100644
--- a/databases/postgresql93-contrib/Makefile
+++ b/databases/postgresql93-contrib/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.1 2016/06/19 20:48:29 fhajny Exp $
+# $NetBSD: Makefile,v 1.2 2017/12/15 16:57:25 dholland Exp $
PKGNAME= ${DISTNAME:C/-/93-contrib-/}
+PKGREVISION= 1
COMMENT= Contrib subtree of tools and plug-ins
.include "../../databases/postgresql93/Makefile.common"
diff --git a/databases/postgresql93-docs/Makefile b/databases/postgresql93-docs/Makefile
index 742f9a81228..71b28a595b0 100644
--- a/databases/postgresql93-docs/Makefile
+++ b/databases/postgresql93-docs/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.7 2016/08/23 06:28:16 adam Exp $
+# $NetBSD: Makefile,v 1.8 2017/12/15 16:57:25 dholland Exp $
PKGNAME= ${DISTNAME:C/-/93-docs-/}
+PKGREVISION= 1
COMMENT= PostgreSQL database documentation
.include "../../databases/postgresql93/Makefile.common"
diff --git a/databases/postgresql93-plperl/Makefile b/databases/postgresql93-plperl/Makefile
index 333aad0ec6e..1d4a84431a3 100644
--- a/databases/postgresql93-plperl/Makefile
+++ b/databases/postgresql93-plperl/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.12 2016/08/23 06:28:16 adam Exp $
+# $NetBSD: Makefile,v 1.13 2017/12/15 16:57:25 dholland Exp $
PKGNAME= ${DISTNAME:C/-/93-plperl-/}
+PKGREVISION= 1
COMMENT= PL/Perl procedural language for the PostgreSQL backend
DEPENDS+= postgresql93-server>=${PKGVERSION_NOREV}:../../databases/postgresql93-server
diff --git a/databases/postgresql93-plpython/Makefile b/databases/postgresql93-plpython/Makefile
index 211a75dcaaf..84997bedfe5 100644
--- a/databases/postgresql93-plpython/Makefile
+++ b/databases/postgresql93-plpython/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.7 2016/04/09 12:51:48 adam Exp $
+# $NetBSD: Makefile,v 1.8 2017/12/15 16:57:25 dholland Exp $
PKGNAME= ${DISTNAME:C/-/93-plpython-/}
+PKGREVISION= 1
COMMENT= PL/Python procedural language for the PostgreSQL backend
DEPENDS+= postgresql93-server>=${PKGVERSION_NOREV}:../../databases/postgresql93-server
diff --git a/databases/postgresql93-pltcl/Makefile b/databases/postgresql93-pltcl/Makefile
index ed900f457f0..cac2ed12184 100644
--- a/databases/postgresql93-pltcl/Makefile
+++ b/databases/postgresql93-pltcl/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2016/04/09 12:51:48 adam Exp $
+# $NetBSD: Makefile,v 1.7 2017/12/15 16:57:25 dholland Exp $
PKGNAME= ${DISTNAME:C/-/93-pltcl-/}
+PKGREVISION= 1
COMMENT= PL/Tcl procedural language for the PostgreSQL backend
DEPENDS+= postgresql93-server>=${PKGVERSION_NOREV}:../../databases/postgresql93-server
diff --git a/databases/postgresql93-server/Makefile b/databases/postgresql93-server/Makefile
index 4bae3849e46..0b5e13144a0 100644
--- a/databases/postgresql93-server/Makefile
+++ b/databases/postgresql93-server/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.10 2016/04/09 12:51:48 adam Exp $
+# $NetBSD: Makefile,v 1.11 2017/12/15 16:57:25 dholland Exp $
PKGNAME= ${DISTNAME:C/-/93-server-/}
+PKGREVISION= 1
COMMENT= PostgreSQL database server programs
# mips has no TAS implementation
diff --git a/databases/postgresql93/Makefile b/databases/postgresql93/Makefile
index f774a682a40..cd29cc286ab 100644
--- a/databases/postgresql93/Makefile
+++ b/databases/postgresql93/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.11 2016/08/23 06:28:15 adam Exp $
+# $NetBSD: Makefile,v 1.12 2017/12/15 16:57:24 dholland Exp $
PKGNAME= ${DISTNAME:C/-/93-/}
+PKGREVISION= 1
COMMENT= Robust, next generation, object-relational DBMS
DEPENDS+= postgresql93-client>=${PKGVERSION_NOREV}:../../databases/postgresql93-client