pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases Bump PKGREVISION of postgresql92 and postgre...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0b71c03a593d
branches:  trunk
changeset: 372761:0b71c03a593d
user:      dholland <dholland%pkgsrc.org@localhost>
date:      Fri Dec 15 16:57:24 2017 +0000

description:
Bump PKGREVISION of postgresql92 and postgresql93 packages (all to 1)
for the PR 52787 options adjustment, as a precaution.

diffstat:

 databases/postgresql92-client/Makefile   |  3 ++-
 databases/postgresql92-contrib/Makefile  |  3 ++-
 databases/postgresql92-docs/Makefile     |  3 ++-
 databases/postgresql92-plperl/Makefile   |  3 ++-
 databases/postgresql92-plpython/Makefile |  3 ++-
 databases/postgresql92-pltcl/Makefile    |  3 ++-
 databases/postgresql92-server/Makefile   |  3 ++-
 databases/postgresql92/Makefile          |  3 ++-
 databases/postgresql93-client/Makefile   |  3 ++-
 databases/postgresql93-contrib/Makefile  |  3 ++-
 databases/postgresql93-docs/Makefile     |  3 ++-
 databases/postgresql93-plperl/Makefile   |  3 ++-
 databases/postgresql93-plpython/Makefile |  3 ++-
 databases/postgresql93-pltcl/Makefile    |  3 ++-
 databases/postgresql93-server/Makefile   |  3 ++-
 databases/postgresql93/Makefile          |  3 ++-
 16 files changed, 32 insertions(+), 16 deletions(-)

diffs (192 lines):

diff -r bb5838ec35c6 -r 0b71c03a593d databases/postgresql92-client/Makefile
--- a/databases/postgresql92-client/Makefile    Fri Dec 15 16:52:23 2017 +0000
+++ b/databases/postgresql92-client/Makefile    Fri Dec 15 16:57:24 2017 +0000
@@ -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 -r bb5838ec35c6 -r 0b71c03a593d databases/postgresql92-contrib/Makefile
--- a/databases/postgresql92-contrib/Makefile   Fri Dec 15 16:52:23 2017 +0000
+++ b/databases/postgresql92-contrib/Makefile   Fri Dec 15 16:57:24 2017 +0000
@@ -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 -r bb5838ec35c6 -r 0b71c03a593d databases/postgresql92-docs/Makefile
--- a/databases/postgresql92-docs/Makefile      Fri Dec 15 16:52:23 2017 +0000
+++ b/databases/postgresql92-docs/Makefile      Fri Dec 15 16:57:24 2017 +0000
@@ -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 -r bb5838ec35c6 -r 0b71c03a593d databases/postgresql92-plperl/Makefile
--- a/databases/postgresql92-plperl/Makefile    Fri Dec 15 16:52:23 2017 +0000
+++ b/databases/postgresql92-plperl/Makefile    Fri Dec 15 16:57:24 2017 +0000
@@ -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 -r bb5838ec35c6 -r 0b71c03a593d databases/postgresql92-plpython/Makefile
--- a/databases/postgresql92-plpython/Makefile  Fri Dec 15 16:52:23 2017 +0000
+++ b/databases/postgresql92-plpython/Makefile  Fri Dec 15 16:57:24 2017 +0000
@@ -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 -r bb5838ec35c6 -r 0b71c03a593d databases/postgresql92-pltcl/Makefile
--- a/databases/postgresql92-pltcl/Makefile     Fri Dec 15 16:52:23 2017 +0000
+++ b/databases/postgresql92-pltcl/Makefile     Fri Dec 15 16:57:24 2017 +0000
@@ -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 -r bb5838ec35c6 -r 0b71c03a593d databases/postgresql92-server/Makefile
--- a/databases/postgresql92-server/Makefile    Fri Dec 15 16:52:23 2017 +0000
+++ b/databases/postgresql92-server/Makefile    Fri Dec 15 16:57:24 2017 +0000
@@ -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 -r bb5838ec35c6 -r 0b71c03a593d databases/postgresql92/Makefile
--- a/databases/postgresql92/Makefile   Fri Dec 15 16:52:23 2017 +0000
+++ b/databases/postgresql92/Makefile   Fri Dec 15 16:57:24 2017 +0000
@@ -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 -r bb5838ec35c6 -r 0b71c03a593d databases/postgresql93-client/Makefile
--- a/databases/postgresql93-client/Makefile    Fri Dec 15 16:52:23 2017 +0000
+++ b/databases/postgresql93-client/Makefile    Fri Dec 15 16:57:24 2017 +0000
@@ -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 -r bb5838ec35c6 -r 0b71c03a593d databases/postgresql93-contrib/Makefile
--- a/databases/postgresql93-contrib/Makefile   Fri Dec 15 16:52:23 2017 +0000
+++ b/databases/postgresql93-contrib/Makefile   Fri Dec 15 16:57:24 2017 +0000
@@ -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 -r bb5838ec35c6 -r 0b71c03a593d databases/postgresql93-docs/Makefile
--- a/databases/postgresql93-docs/Makefile      Fri Dec 15 16:52:23 2017 +0000
+++ b/databases/postgresql93-docs/Makefile      Fri Dec 15 16:57:24 2017 +0000
@@ -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 -r bb5838ec35c6 -r 0b71c03a593d databases/postgresql93-plperl/Makefile
--- a/databases/postgresql93-plperl/Makefile    Fri Dec 15 16:52:23 2017 +0000
+++ b/databases/postgresql93-plperl/Makefile    Fri Dec 15 16:57:24 2017 +0000
@@ -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 -r bb5838ec35c6 -r 0b71c03a593d databases/postgresql93-plpython/Makefile
--- a/databases/postgresql93-plpython/Makefile  Fri Dec 15 16:52:23 2017 +0000
+++ b/databases/postgresql93-plpython/Makefile  Fri Dec 15 16:57:24 2017 +0000
@@ -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 -r bb5838ec35c6 -r 0b71c03a593d databases/postgresql93-pltcl/Makefile
--- a/databases/postgresql93-pltcl/Makefile     Fri Dec 15 16:52:23 2017 +0000
+++ b/databases/postgresql93-pltcl/Makefile     Fri Dec 15 16:57:24 2017 +0000
@@ -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 -r bb5838ec35c6 -r 0b71c03a593d databases/postgresql93-server/Makefile
--- a/databases/postgresql93-server/Makefile    Fri Dec 15 16:52:23 2017 +0000
+++ b/databases/postgresql93-server/Makefile    Fri Dec 15 16:57:24 2017 +0000
@@ -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 -r bb5838ec35c6 -r 0b71c03a593d databases/postgresql93/Makefile
--- a/databases/postgresql93/Makefile   Fri Dec 15 16:52:23 2017 +0000
+++ b/databases/postgresql93/Makefile   Fri Dec 15 16:57:24 2017 +0000
@@ -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



Home | Main Index | Thread Index | Old Index