aboutsummaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2018-10-23 11:35:03 +0000
committerJan Beich <jbeich@FreeBSD.org>2018-10-23 11:35:03 +0000
commit91f9922c6fe8f4a055c073d5e1f6e86c76fd37dc (patch)
treed80ade8252df7f8d3d23a6c2ac2294a79f756de1 /databases
parent706cfc42b26beaeeb0c0860372e5a04f96671021 (diff)
downloadports-91f9922c6fe8f4a055c073d5e1f6e86c76fd37dc.tar.gz
ports-91f9922c6fe8f4a055c073d5e1f6e86c76fd37dc.zip
devel/icu: update to 63.1
Notes
Notes: svn path=/head/; revision=482830
Diffstat (limited to 'databases')
-rw-r--r--databases/clickhouse/Makefile1
-rw-r--r--databases/couchdb/Makefile1
-rw-r--r--databases/couchdb2/Makefile1
-rw-r--r--databases/evolution-data-server/Makefile1
-rw-r--r--databases/firebird25-client/Makefile1
-rw-r--r--databases/firebird25-server/Makefile2
-rw-r--r--databases/kbibtex/Makefile1
-rw-r--r--databases/kdb/Makefile2
-rw-r--r--databases/mysql80-client/Makefile2
-rw-r--r--databases/mysql80-server/Makefile2
-rw-r--r--databases/postgresql10-server/Makefile1
-rw-r--r--databases/postgresql11-server/Makefile2
-rw-r--r--databases/sqlite3/Makefile1
-rw-r--r--databases/tarantool/Makefile1
14 files changed, 13 insertions, 6 deletions
diff --git a/databases/clickhouse/Makefile b/databases/clickhouse/Makefile
index 794e3f523495..c588824a2dbd 100644
--- a/databases/clickhouse/Makefile
+++ b/databases/clickhouse/Makefile
@@ -5,6 +5,7 @@ PORTNAME= clickhouse
PORTVERSION= 18.12.17
DISTVERSIONPREFIX= v
DISTVERSIONSUFFIX= -stable
+PORTREVISION= 1
CATEGORIES= databases
MAINTAINER= proler@gmail.com
diff --git a/databases/couchdb/Makefile b/databases/couchdb/Makefile
index 2994c79d2b67..e27f5ed9209b 100644
--- a/databases/couchdb/Makefile
+++ b/databases/couchdb/Makefile
@@ -3,6 +3,7 @@
PORTNAME= couchdb
DISTVERSION= 1.7.2
+PORTREVISION= 1
PORTEPOCH= 2
CATEGORIES= databases
MASTER_SITES= APACHE/couchdb/source/${DISTVERSION}
diff --git a/databases/couchdb2/Makefile b/databases/couchdb2/Makefile
index 66f9c36b7114..6ecb3f01b628 100644
--- a/databases/couchdb2/Makefile
+++ b/databases/couchdb2/Makefile
@@ -3,6 +3,7 @@
PORTNAME= couchdb2
DISTVERSION= 2.2.0
+PORTREVISION= 1
CATEGORIES= databases
MASTER_SITES= APACHE/couchdb/source/${DISTVERSION}
DISTNAME= apache-couchdb-${DISTVERSION}
diff --git a/databases/evolution-data-server/Makefile b/databases/evolution-data-server/Makefile
index a175cc4f3fff..6e6088b3b41d 100644
--- a/databases/evolution-data-server/Makefile
+++ b/databases/evolution-data-server/Makefile
@@ -3,6 +3,7 @@
PORTNAME= evolution-data-server
PORTVERSION= 3.28.3
+PORTREVISION= 1
CATEGORIES= databases gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome3
diff --git a/databases/firebird25-client/Makefile b/databases/firebird25-client/Makefile
index 52afc4549608..e374e59bd7ae 100644
--- a/databases/firebird25-client/Makefile
+++ b/databases/firebird25-client/Makefile
@@ -1,7 +1,6 @@
# $FreeBSD$
PORTNAME= firebird
-PORTREVISION= 1
PKGNAMESUFFIX= ${PORTVERSION:R:S/.//}-client
COMMENT= Firebird-2 database client
diff --git a/databases/firebird25-server/Makefile b/databases/firebird25-server/Makefile
index 57e4964b6d26..9cf49fd514fd 100644
--- a/databases/firebird25-server/Makefile
+++ b/databases/firebird25-server/Makefile
@@ -2,7 +2,7 @@
PORTNAME= firebird
PORTVERSION= 2.5.8
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES?= databases
MASTER_SITES= https://github.com/FirebirdSQL/${PORTNAME}/releases/download/R2_5_8/
PKGNAMESUFFIX?= ${PORTVERSION:R:S/.//}-server
diff --git a/databases/kbibtex/Makefile b/databases/kbibtex/Makefile
index 9fba4bea1f64..99b73a08aeda 100644
--- a/databases/kbibtex/Makefile
+++ b/databases/kbibtex/Makefile
@@ -3,6 +3,7 @@
PORTNAME= kbibtex
DISTVERSION= 0.8.1
+PORTREVISION= 1
CATEGORIES= databases kde
MASTER_SITES= KDE/stable/KBibTeX/${DISTVERSION}/
diff --git a/databases/kdb/Makefile b/databases/kdb/Makefile
index 8c87a401ae9d..5cddca354553 100644
--- a/databases/kdb/Makefile
+++ b/databases/kdb/Makefile
@@ -2,7 +2,7 @@
PORTNAME= kdb
DISTVERSION= 3.1.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= databases kde
MASTER_SITES= KDE/stable/${PORTNAME}/src
DIST_SUBDIR= KDE/${PORTNAME}
diff --git a/databases/mysql80-client/Makefile b/databases/mysql80-client/Makefile
index f666f66bf6f8..2d48a0d44d40 100644
--- a/databases/mysql80-client/Makefile
+++ b/databases/mysql80-client/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= mysql
-PORTREVISION= 0
+PORTREVISION= 1
PKGNAMESUFFIX= 80-client
COMMENT= Multithreaded SQL database (client)
diff --git a/databases/mysql80-server/Makefile b/databases/mysql80-server/Makefile
index d0ee5c0a6e1c..fac7ac64a9c7 100644
--- a/databases/mysql80-server/Makefile
+++ b/databases/mysql80-server/Makefile
@@ -3,7 +3,7 @@
PORTNAME?= mysql
PORTVERSION= 8.0.12
-PORTREVISION?= 0
+PORTREVISION?= 1
CATEGORIES= databases ipv6
MASTER_SITES= MYSQL/MySQL-8.0
PKGNAMESUFFIX?= 80-server
diff --git a/databases/postgresql10-server/Makefile b/databases/postgresql10-server/Makefile
index 02afe6cf0574..e3f45620f945 100644
--- a/databases/postgresql10-server/Makefile
+++ b/databases/postgresql10-server/Makefile
@@ -3,6 +3,7 @@
PORTNAME?= postgresql
DISTVERSION?= 10.5
+PORTREVISION= 1
CATEGORIES?= databases
MASTER_SITES= PGSQL/source/v${DISTVERSION}
PKGNAMESUFFIX?= ${PORTVERSION:R}${COMPONENT}
diff --git a/databases/postgresql11-server/Makefile b/databases/postgresql11-server/Makefile
index 2e50d1485ba3..78351948290f 100644
--- a/databases/postgresql11-server/Makefile
+++ b/databases/postgresql11-server/Makefile
@@ -3,7 +3,7 @@
PORTNAME?= postgresql
DISTVERSION?= 11.0
-PORTREVISION?= 1
+PORTREVISION?= 2
CATEGORIES?= databases
MASTER_SITES= PGSQL/source/v${DISTVERSION}
PKGNAMESUFFIX?= ${PORTVERSION:R}${COMPONENT}
diff --git a/databases/sqlite3/Makefile b/databases/sqlite3/Makefile
index a877d399d58e..4c053e2c7c27 100644
--- a/databases/sqlite3/Makefile
+++ b/databases/sqlite3/Makefile
@@ -3,6 +3,7 @@
PORTNAME= sqlite3
DISTVERSION= 3.25.1
+PORTREVISION= 1
CATEGORIES= databases
MASTER_SITES= https://www.sqlite.org/2018/ http://www2.sqlite.org/2018/ http://www3.sqlite.org/2018/
DISTNAME= sqlite-autoconf-${PORTVERSION:C/\.([[:digit:]])[[:>:]]/0\1/g:S/.//g}00
diff --git a/databases/tarantool/Makefile b/databases/tarantool/Makefile
index e2f072f09d02..9bbfaab1c63d 100644
--- a/databases/tarantool/Makefile
+++ b/databases/tarantool/Makefile
@@ -3,6 +3,7 @@
PORTNAME= tarantool
PORTVERSION= 1.10.2
+PORTREVISION= 1
CATEGORIES= databases
MAINTAINER= sunpoet@FreeBSD.org