diff options
Diffstat (limited to 'databases')
-rw-r--r-- | databases/clickhouse/Makefile | 2 | ||||
-rw-r--r-- | databases/couchdb/Makefile | 1 | ||||
-rw-r--r-- | databases/evolution-data-server/Makefile | 2 | ||||
-rw-r--r-- | databases/firebird25-client/Makefile | 2 | ||||
-rw-r--r-- | databases/firebird25-server/Makefile | 2 | ||||
-rw-r--r-- | databases/kdb/Makefile | 1 | ||||
-rw-r--r-- | databases/postgresql92-server/Makefile | 2 | ||||
-rw-r--r-- | databases/postgresql96-server/Makefile | 2 | ||||
-rw-r--r-- | databases/sqlite3/Makefile | 1 |
9 files changed, 9 insertions, 6 deletions
diff --git a/databases/clickhouse/Makefile b/databases/clickhouse/Makefile index 238ee30e6d76..cbc85eada538 100644 --- a/databases/clickhouse/Makefile +++ b/databases/clickhouse/Makefile @@ -6,7 +6,7 @@ PORTVERSION= 1.1.54304 DISTVERSIONPREFIX= v DISTVERSIONSUFFIX= -stable #DISTVERSIONSUFFIX= -testing -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases MAINTAINER= proler@gmail.com diff --git a/databases/couchdb/Makefile b/databases/couchdb/Makefile index 29cbac7802a6..44650b2e9460 100644 --- a/databases/couchdb/Makefile +++ b/databases/couchdb/Makefile @@ -3,6 +3,7 @@ PORTNAME= couchdb DISTVERSION= 1.7.0 +PORTREVISION= 1 PORTEPOCH= 2 CATEGORIES= databases MASTER_SITES= APACHE/couchdb/source/${DISTVERSION} diff --git a/databases/evolution-data-server/Makefile b/databases/evolution-data-server/Makefile index 212406797f30..bd7cf3927c0f 100644 --- a/databases/evolution-data-server/Makefile +++ b/databases/evolution-data-server/Makefile @@ -3,7 +3,7 @@ PORTNAME= evolution-data-server PORTVERSION= 3.24.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= databases gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 diff --git a/databases/firebird25-client/Makefile b/databases/firebird25-client/Makefile index 0098fb2f1f4a..788f5d27928d 100644 --- a/databases/firebird25-client/Makefile +++ b/databases/firebird25-client/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= firebird -PORTREVISION= 1 +PORTREVISION= 2 PKGNAMESUFFIX= ${PORTVERSION:R:S/.//}-client COMMENT= Firebird-2 database client diff --git a/databases/firebird25-server/Makefile b/databases/firebird25-server/Makefile index 77108cc539be..32aafafbc90f 100644 --- a/databases/firebird25-server/Makefile +++ b/databases/firebird25-server/Makefile @@ -3,7 +3,7 @@ PORTNAME= firebird PORTVERSION= 2.5.6 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES?= databases MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION:S/.0//}-Release/ PKGNAMESUFFIX?= ${PORTVERSION:R:S/.//}-server diff --git a/databases/kdb/Makefile b/databases/kdb/Makefile index e4b277978842..a4d0166770cd 100644 --- a/databases/kdb/Makefile +++ b/databases/kdb/Makefile @@ -2,6 +2,7 @@ PORTNAME= kdb DISTVERSION= 3.0.2 +PORTREVISION= 1 CATEGORIES= databases kde MASTER_SITES= KDE/stable/${PORTNAME}/src DIST_SUBDIR= KDE/${PORTNAME} diff --git a/databases/postgresql92-server/Makefile b/databases/postgresql92-server/Makefile index 5d142ee0f54f..2ccf122a59a3 100644 --- a/databases/postgresql92-server/Makefile +++ b/databases/postgresql92-server/Makefile @@ -3,7 +3,7 @@ PORTNAME?= postgresql DISTVERSION?= 9.2.23 -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES?= databases MASTER_SITES= PGSQL/source/v${DISTVERSION} PKGNAMESUFFIX?= ${PORTVERSION:R:S/.//}${COMPONENT} diff --git a/databases/postgresql96-server/Makefile b/databases/postgresql96-server/Makefile index c6cf89ed2868..2ec8512e9da4 100644 --- a/databases/postgresql96-server/Makefile +++ b/databases/postgresql96-server/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ DISTVERSION?= 9.6.5 -PORTREVISION?= 1 +PORTREVISION?= 2 MAINTAINER?= pgsql@FreeBSD.org diff --git a/databases/sqlite3/Makefile b/databases/sqlite3/Makefile index 773ba2e5fc73..871e762ab693 100644 --- a/databases/sqlite3/Makefile +++ b/databases/sqlite3/Makefile @@ -3,6 +3,7 @@ PORTNAME= sqlite3 PORTVERSION= 3.21.0 +PORTREVISION= 1 CATEGORIES= databases MASTER_SITES= https://www.sqlite.org/2017/ http://www2.sqlite.org/2017/ http://www3.sqlite.org/2017/ DISTNAME= sqlite-autoconf-${PORTVERSION:C/\.([[:digit:]])[[:>:]]/0\1/g:S/.//g}00 |