diff options
author | fhajny <fhajny@pkgsrc.org> | 2014-02-12 11:48:17 +0000 |
---|---|---|
committer | fhajny <fhajny@pkgsrc.org> | 2014-02-12 11:48:17 +0000 |
commit | b3e88d40825e87caec3842e95035bfcd5c76d843 (patch) | |
tree | cb2851ad91e70149106c74b7afe1c5e7f2413264 /databases | |
parent | 0c75f94ab94db0b2a06d69d6e9795cf923a8d5da (diff) | |
download | pkgsrc-b3e88d40825e87caec3842e95035bfcd5c76d843.tar.gz |
Bump PKGREVISION to mark the lib name change in devel/ossp-uuid.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/postgresql90-datatypes/Makefile | 3 | ||||
-rw-r--r-- | databases/postgresql91-datatypes/Makefile | 3 | ||||
-rw-r--r-- | databases/postgresql92-datatypes/Makefile | 3 | ||||
-rw-r--r-- | databases/postgresql93-datatypes/Makefile | 3 |
4 files changed, 8 insertions, 4 deletions
diff --git a/databases/postgresql90-datatypes/Makefile b/databases/postgresql90-datatypes/Makefile index 81fa5ac6315..3fe84f15e83 100644 --- a/databases/postgresql90-datatypes/Makefile +++ b/databases/postgresql90-datatypes/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.11 2013/12/10 22:32:56 adam Exp $ +# $NetBSD: Makefile,v 1.12 2014/02/12 11:48:17 fhajny Exp $ PKGNAME= ${DISTNAME:C/-/90-datatypes-/} +PKGREVISION= 1 COMMENT= PostgreSQL data types support modules DEPENDS+= postgresql90-server>=${PKGVERSION_NOREV}:../../databases/postgresql90-server diff --git a/databases/postgresql91-datatypes/Makefile b/databases/postgresql91-datatypes/Makefile index e413818e9c7..af33d27b525 100644 --- a/databases/postgresql91-datatypes/Makefile +++ b/databases/postgresql91-datatypes/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.8 2013/12/10 22:32:57 adam Exp $ +# $NetBSD: Makefile,v 1.9 2014/02/12 11:48:17 fhajny Exp $ PKGNAME= ${DISTNAME:C/-/91-datatypes-/} +PKGREVISION= 1 COMMENT= PostgreSQL data types support modules DEPENDS+= postgresql91-server>=${PKGVERSION_NOREV}:../../databases/postgresql91-server diff --git a/databases/postgresql92-datatypes/Makefile b/databases/postgresql92-datatypes/Makefile index 491ddae00ab..b1cf0cc8fad 100644 --- a/databases/postgresql92-datatypes/Makefile +++ b/databases/postgresql92-datatypes/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2013/12/10 22:32:57 adam Exp $ +# $NetBSD: Makefile,v 1.6 2014/02/12 11:48:17 fhajny Exp $ PKGNAME= ${DISTNAME:C/-/92-datatypes-/} +PKGREVISION= 1 COMMENT= PostgreSQL data types support modules DEPENDS+= postgresql92-server>=${PKGVERSION_NOREV}:../../databases/postgresql92-server diff --git a/databases/postgresql93-datatypes/Makefile b/databases/postgresql93-datatypes/Makefile index 8621a3f8d42..b869b83ad80 100644 --- a/databases/postgresql93-datatypes/Makefile +++ b/databases/postgresql93-datatypes/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2013/12/10 22:32:57 adam Exp $ +# $NetBSD: Makefile,v 1.3 2014/02/12 11:48:17 fhajny Exp $ PKGNAME= ${DISTNAME:C/-/93-datatypes-/} +PKGREVISION= 1 COMMENT= PostgreSQL data types support modules DEPENDS+= postgresql93-server>=${PKGVERSION_NOREV}:../../databases/postgresql93-server |