diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2016-07-06 07:34:12 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2016-07-06 07:34:12 +0000 |
commit | fb8d8ab5f90a72b2ab51a06bac9de5c7303e5902 (patch) | |
tree | e6ac1736f2e29eb1779162db518bd30a074367b6 /databases | |
parent | devel/icu: update to 57.1 (diff) |
devel/icu: bump PORTREVISION on dependent ports
Notes
Notes:
svn path=/head/; revision=418119
Diffstat (limited to 'databases')
-rw-r--r-- | databases/couchdb/Makefile | 2 | ||||
-rw-r--r-- | databases/firebird25-server/Makefile | 2 | ||||
-rw-r--r-- | databases/postgresql91-server/Makefile | 1 | ||||
-rw-r--r-- | databases/postgresql92-server/Makefile | 1 | ||||
-rw-r--r-- | databases/sqlite3/Makefile | 1 |
5 files changed, 5 insertions, 2 deletions
diff --git a/databases/couchdb/Makefile b/databases/couchdb/Makefile index c9dffe766b28..38570268cfc2 100644 --- a/databases/couchdb/Makefile +++ b/databases/couchdb/Makefile @@ -3,7 +3,7 @@ PORTNAME= couchdb PORTVERSION= 1.6.1 -PORTREVISION= 4 +PORTREVISION= 5 PORTEPOCH= 2 CATEGORIES= databases MASTER_SITES= APACHE/couchdb/source/${PORTVERSION} diff --git a/databases/firebird25-server/Makefile b/databases/firebird25-server/Makefile index 52ef3de233d1..2d4db85f02b2 100644 --- a/databases/firebird25-server/Makefile +++ b/databases/firebird25-server/Makefile @@ -3,7 +3,7 @@ PORTNAME= firebird PORTVERSION= 2.5.4 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES?= databases MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION:S/.0//}-Release/ PKGNAMESUFFIX?= ${PORTVERSION:R:S/.//}-server diff --git a/databases/postgresql91-server/Makefile b/databases/postgresql91-server/Makefile index a60a661ee4e3..6f155950e2f0 100644 --- a/databases/postgresql91-server/Makefile +++ b/databases/postgresql91-server/Makefile @@ -3,6 +3,7 @@ PORTNAME?= postgresql DISTVERSION?= 9.1.22 +PORTREVISION= 1 CATEGORIES?= databases MASTER_SITES= PGSQL/source/v${DISTVERSION} PKGNAMESUFFIX?= ${DISTVERSION:R:S/.//}${COMPONENT} diff --git a/databases/postgresql92-server/Makefile b/databases/postgresql92-server/Makefile index add1389818bc..4613a6d86645 100644 --- a/databases/postgresql92-server/Makefile +++ b/databases/postgresql92-server/Makefile @@ -3,6 +3,7 @@ PORTNAME?= postgresql DISTVERSION?= 9.2.17 +PORTREVISION= 1 CATEGORIES?= databases MASTER_SITES= PGSQL/source/v${DISTVERSION} PKGNAMESUFFIX?= ${DISTVERSION:R:S/.//}${COMPONENT} diff --git a/databases/sqlite3/Makefile b/databases/sqlite3/Makefile index 68c6c02a7dcb..0d5bad1348c5 100644 --- a/databases/sqlite3/Makefile +++ b/databases/sqlite3/Makefile @@ -3,6 +3,7 @@ PORTNAME= sqlite3 PORTVERSION= 3.13.0 +PORTREVISION= 1 CATEGORIES= databases MASTER_SITES= https://www.sqlite.org/2016/ http://www2.sqlite.org/2016/ http://www3.sqlite.org/2016/ DISTNAME= sqlite-autoconf-${PORTVERSION:C/\.([[:digit:]])[[:>:]]/0\1/g:S/.//g}00 |