diff options
author | wiz <wiz@pkgsrc.org> | 2014-05-17 16:10:41 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-05-17 16:10:41 +0000 |
commit | cba246085bf96fdb69fc4ae82fe37d097fbba67e (patch) | |
tree | 820e44eed2af43f47867f608c64ff8d3b11ebd04 /databases | |
parent | 2bed89413cd805535eb1364de9642bf70b4aff92 (diff) | |
download | pkgsrc-cba246085bf96fdb69fc4ae82fe37d097fbba67e.tar.gz |
Bump applications PKGREVISIONs for python users that might be using
python3, since the default changed from python33 to python34.
I probably bumped too many. I hope I got them all.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/apache-cassandra/Makefile | 3 | ||||
-rw-r--r-- | databases/mysql-workbench/Makefile | 4 | ||||
-rw-r--r-- | databases/oraedit/Makefile | 4 | ||||
-rw-r--r-- | databases/postgresql84-plpython/Makefile | 3 | ||||
-rw-r--r-- | databases/postgresql90-plpython/Makefile | 3 | ||||
-rw-r--r-- | databases/postgresql91-plpython/Makefile | 3 | ||||
-rw-r--r-- | databases/postgresql92-plpython/Makefile | 3 | ||||
-rw-r--r-- | databases/postgresql93-plpython/Makefile | 3 | ||||
-rw-r--r-- | databases/skytools/Makefile | 3 |
9 files changed, 18 insertions, 11 deletions
diff --git a/databases/apache-cassandra/Makefile b/databases/apache-cassandra/Makefile index c0ed0861f0d..1a8f0ef2040 100644 --- a/databases/apache-cassandra/Makefile +++ b/databases/apache-cassandra/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.17 2014/04/07 10:09:33 fhajny Exp $ +# $NetBSD: Makefile,v 1.18 2014/05/17 16:10:42 wiz Exp $ # DISTNAME= apache-cassandra-${CASSANDRA_VER} PKGNAME= apache-cassandra-${CASSANDRA_VER:S/-//} +PKGREVISION= 1 CATEGORIES= databases #MASTER_SITES= ${MASTER_SITE_APACHE:=cassandra/${CASSANDRA_VER:C/-.*//}/} MASTER_SITES= http://archive.apache.org/dist/cassandra/${PKGVERSION_NOREV}/ diff --git a/databases/mysql-workbench/Makefile b/databases/mysql-workbench/Makefile index 9b963f92cca..748b3eda55a 100644 --- a/databases/mysql-workbench/Makefile +++ b/databases/mysql-workbench/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.40 2014/05/05 00:47:42 ryoon Exp $ +# $NetBSD: Makefile,v 1.41 2014/05/17 16:10:42 wiz Exp $ DISTNAME= mysql-workbench-gpl-5.2.33b-src PKGNAME= ${DISTNAME:S/-gpl//:S/b-src$//} -PKGREVISION= 34 +PKGREVISION= 35 CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_MYSQL:=MySQLGUITools/} diff --git a/databases/oraedit/Makefile b/databases/oraedit/Makefile index 8c820e9db40..c32bd78a756 100644 --- a/databases/oraedit/Makefile +++ b/databases/oraedit/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.23 2014/01/25 10:45:16 wiz Exp $ +# $NetBSD: Makefile,v 1.24 2014/05/17 16:10:42 wiz Exp $ DISTNAME= oraedit-0.1.4 -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_BACKUP} EXTRACT_SUFX= .tar.bz2 diff --git a/databases/postgresql84-plpython/Makefile b/databases/postgresql84-plpython/Makefile index 72a7a884482..889ba022655 100644 --- a/databases/postgresql84-plpython/Makefile +++ b/databases/postgresql84-plpython/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.17 2014/02/23 11:25:50 adam Exp $ +# $NetBSD: Makefile,v 1.18 2014/05/17 16:10:42 wiz Exp $ PKGNAME= ${DISTNAME:C/-/84-plpython-/} +PKGREVISION= 1 COMMENT= PL/Python procedural language for the PostgreSQL backend DEPENDS+= postgresql84-server>=${PKGVERSION_NOREV}:../../databases/postgresql84-server diff --git a/databases/postgresql90-plpython/Makefile b/databases/postgresql90-plpython/Makefile index 0f91f35de55..f1a6d8dbfab 100644 --- a/databases/postgresql90-plpython/Makefile +++ b/databases/postgresql90-plpython/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.13 2014/02/23 11:25:51 adam Exp $ +# $NetBSD: Makefile,v 1.14 2014/05/17 16:10:42 wiz Exp $ PKGNAME= ${DISTNAME:C/-/90-plpython-/} +PKGREVISION= 1 COMMENT= PL/Python procedural language for the PostgreSQL backend DEPENDS+= postgresql90-server>=${PKGVERSION_NOREV}:../../databases/postgresql90-server diff --git a/databases/postgresql91-plpython/Makefile b/databases/postgresql91-plpython/Makefile index dd7076fd6d1..5cc711d18a2 100644 --- a/databases/postgresql91-plpython/Makefile +++ b/databases/postgresql91-plpython/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.10 2014/02/23 11:25:52 adam Exp $ +# $NetBSD: Makefile,v 1.11 2014/05/17 16:10:42 wiz Exp $ PKGNAME= ${DISTNAME:C/-/91-plpython-/} +PKGREVISION= 1 COMMENT= PL/Python procedural language for the PostgreSQL backend DEPENDS+= postgresql91-server>=${PKGVERSION_NOREV}:../../databases/postgresql91-server diff --git a/databases/postgresql92-plpython/Makefile b/databases/postgresql92-plpython/Makefile index 6a6efcdc9e1..40f91432f8e 100644 --- a/databases/postgresql92-plpython/Makefile +++ b/databases/postgresql92-plpython/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2014/02/23 11:25:53 adam Exp $ +# $NetBSD: Makefile,v 1.7 2014/05/17 16:10:42 wiz 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/postgresql93-plpython/Makefile b/databases/postgresql93-plpython/Makefile index 23d13bd84fd..6d805ff298d 100644 --- a/databases/postgresql93-plpython/Makefile +++ b/databases/postgresql93-plpython/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2014/02/23 11:25:54 adam Exp $ +# $NetBSD: Makefile,v 1.4 2014/05/17 16:10:42 wiz 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/skytools/Makefile b/databases/skytools/Makefile index cfc1f0d1926..f974a76a2d8 100644 --- a/databases/skytools/Makefile +++ b/databases/skytools/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2014/04/24 05:48:01 obache Exp $ +# $NetBSD: Makefile,v 1.3 2014/05/17 16:10:42 wiz Exp $ DISTNAME= skytools-3.2 +PKGREVISION= 1 CATEGORIES= databases MASTER_SITES= http://pgfoundry.org/frs/download.php/3622/ |