aboutsummaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2018-10-08 15:08:13 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2018-10-08 15:08:13 +0000
commit3f14fbb2c03bd6b87b63970ea61d60f3c9332589 (patch)
tree42358909bf1bcd1454294bcb1807af0668a8d50d /databases
parent4d2f75252909725fb4f01a2d6d9c21add7479ff3 (diff)
downloadports-3f14fbb2c03bd6b87b63970ea61d60f3c9332589.tar.gz
ports-3f14fbb2c03bd6b87b63970ea61d60f3c9332589.zip
Notes
Diffstat (limited to 'databases')
-rw-r--r--databases/mysqldumper/Makefile2
-rw-r--r--databases/pear-MDB2_Driver_mysql/Makefile2
-rw-r--r--databases/pear-Structures_DataGrid_DataSource_DBQuery/Makefile2
-rw-r--r--databases/pear-Structures_DataGrid_DataSource_DBTable/Makefile2
-rw-r--r--databases/pear-Structures_DataGrid_DataSource_DataObject/Makefile2
-rw-r--r--databases/pear-Structures_DataGrid_DataSource_MDB2/Makefile2
-rw-r--r--databases/pecl-chdb/Makefile2
-rw-r--r--databases/pecl-dbase/Makefile2
-rw-r--r--databases/pecl-drizzle/Makefile2
-rw-r--r--databases/pecl-leveldb/Makefile2
-rw-r--r--databases/pecl-memcache/Makefile2
-rw-r--r--databases/pecl-memcached2/Makefile2
-rw-r--r--databases/pecl-mongo/Makefile2
-rw-r--r--databases/pecl-pdo_user/Makefile2
-rw-r--r--databases/pecl-rrd1/Makefile2
-rw-r--r--databases/pecl-tokyo_tyrant/Makefile2
-rw-r--r--databases/php-mdcached/Makefile2
-rw-r--r--databases/php5-tarantool/Makefile2
-rw-r--r--databases/sqlbuddy/Makefile2
-rw-r--r--databases/xapian-bindings12/Makefile2
20 files changed, 20 insertions, 20 deletions
diff --git a/databases/mysqldumper/Makefile b/databases/mysqldumper/Makefile
index 7010b9346494..9f5a59b294ad 100644
--- a/databases/mysqldumper/Makefile
+++ b/databases/mysqldumper/Makefile
@@ -20,7 +20,7 @@ OPTIONS_DEFAULT=APACHE
PORTSCOUT= limit:^[0-9\.]*$$
-IGNORE_WITH_PHP=70 71 72
+IGNORE_WITH_PHP=70 71 72 73
NO_ARCH= yes
NO_BUILD= yes
USE_PHP= ftp mysql session zlib
diff --git a/databases/pear-MDB2_Driver_mysql/Makefile b/databases/pear-MDB2_Driver_mysql/Makefile
index e0392c3efffa..2167550a4ccf 100644
--- a/databases/pear-MDB2_Driver_mysql/Makefile
+++ b/databases/pear-MDB2_Driver_mysql/Makefile
@@ -16,6 +16,6 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
NO_ARCH= yes
USES= pear
USE_PHP= mysql
-IGNORE_WITH_PHP= 70 71 72
+IGNORE_WITH_PHP= 70 71 72 73
.include <bsd.port.mk>
diff --git a/databases/pear-Structures_DataGrid_DataSource_DBQuery/Makefile b/databases/pear-Structures_DataGrid_DataSource_DBQuery/Makefile
index a22565f22c92..90a763c49dbe 100644
--- a/databases/pear-Structures_DataGrid_DataSource_DBQuery/Makefile
+++ b/databases/pear-Structures_DataGrid_DataSource_DBQuery/Makefile
@@ -15,7 +15,7 @@ RUN_DEPENDS= ${PEARDIR}/Structures/DataGrid.php:devel/pear-Structures_DataGrid@$
USES= pear
USE_PHP= mysql
-IGNORE_WITH_PHP= 70 71 72
+IGNORE_WITH_PHP= 70 71 72 73
NO_ARCH= yes
.include <bsd.port.mk>
diff --git a/databases/pear-Structures_DataGrid_DataSource_DBTable/Makefile b/databases/pear-Structures_DataGrid_DataSource_DBTable/Makefile
index 1a4693f036f3..7e9658f44487 100644
--- a/databases/pear-Structures_DataGrid_DataSource_DBTable/Makefile
+++ b/databases/pear-Structures_DataGrid_DataSource_DBTable/Makefile
@@ -15,7 +15,7 @@ RUN_DEPENDS= ${PEARDIR}/Structures/DataGrid.php:devel/pear-Structures_DataGrid@$
USES= pear
USE_PHP= mysql
-IGNORE_WITH_PHP= 70 71 72
+IGNORE_WITH_PHP= 70 71 72 73
NO_ARCH= yes
.include <bsd.port.mk>
diff --git a/databases/pear-Structures_DataGrid_DataSource_DataObject/Makefile b/databases/pear-Structures_DataGrid_DataSource_DataObject/Makefile
index 9241e5f966fb..7009fcf659f3 100644
--- a/databases/pear-Structures_DataGrid_DataSource_DataObject/Makefile
+++ b/databases/pear-Structures_DataGrid_DataSource_DataObject/Makefile
@@ -15,7 +15,7 @@ RUN_DEPENDS= ${PEARDIR}/Structures/DataGrid.php:devel/pear-Structures_DataGrid@$
USES= pear
USE_PHP= mysql
-IGNORE_WITH_PHP= 70 71 72
+IGNORE_WITH_PHP= 70 71 72 73
NO_ARCH= yes
.include <bsd.port.mk>
diff --git a/databases/pear-Structures_DataGrid_DataSource_MDB2/Makefile b/databases/pear-Structures_DataGrid_DataSource_MDB2/Makefile
index 3d0734d5658d..41767b33f189 100644
--- a/databases/pear-Structures_DataGrid_DataSource_MDB2/Makefile
+++ b/databases/pear-Structures_DataGrid_DataSource_MDB2/Makefile
@@ -15,7 +15,7 @@ RUN_DEPENDS= ${PEARDIR}/Structures/DataGrid.php:devel/pear-Structures_DataGrid@$
USES= pear
USE_PHP= mysql
-IGNORE_WITH_PHP= 70 71 72
+IGNORE_WITH_PHP= 70 71 72 73
NO_ARCH= yes
.include <bsd.port.mk>
diff --git a/databases/pecl-chdb/Makefile b/databases/pecl-chdb/Makefile
index bbe84bb9e63a..98621122c170 100644
--- a/databases/pecl-chdb/Makefile
+++ b/databases/pecl-chdb/Makefile
@@ -17,7 +17,7 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libcmph.so:devel/cmph
RUN_DEPENDS= ${LOCALBASE}/lib/libcmph.so:devel/cmph
USES= php:ext
-IGNORE_WITH_PHP= 70 71 72
+IGNORE_WITH_PHP= 70 71 72 73
CFLAGS+= -L${LOCALBASE}/lib
diff --git a/databases/pecl-dbase/Makefile b/databases/pecl-dbase/Makefile
index bb03a3c70121..291e87c8ea06 100644
--- a/databases/pecl-dbase/Makefile
+++ b/databases/pecl-dbase/Makefile
@@ -11,6 +11,6 @@ COMMENT= dBase database file access functions for PHP
LICENSE= PHP301
USES= php:pecl
-IGNORE_WITH_PHP= 70 71 72
+IGNORE_WITH_PHP= 70 71 72 73
.include <bsd.port.mk>
diff --git a/databases/pecl-drizzle/Makefile b/databases/pecl-drizzle/Makefile
index e0c1b9f00b5d..69534cbfa97b 100644
--- a/databases/pecl-drizzle/Makefile
+++ b/databases/pecl-drizzle/Makefile
@@ -14,7 +14,7 @@ LICENSE= PHP301
LIB_DEPENDS= libdrizzle.so:databases/libdrizzle
USES= php:pecl
-IGNORE_WITH_PHP= 70 71 72
+IGNORE_WITH_PHP= 70 71 72 73
OPTIONS_DEFINE= DOCS EXAMPLES
diff --git a/databases/pecl-leveldb/Makefile b/databases/pecl-leveldb/Makefile
index 047489212c3f..428ce872bcd4 100644
--- a/databases/pecl-leveldb/Makefile
+++ b/databases/pecl-leveldb/Makefile
@@ -14,6 +14,6 @@ LICENSE= PHP301
LIB_DEPENDS= libleveldb.so:databases/leveldb
USES= php:pecl
-IGNORE_WITH_PHP= 70 71 72
+IGNORE_WITH_PHP= 70 71 72 73
.include <bsd.port.mk>
diff --git a/databases/pecl-memcache/Makefile b/databases/pecl-memcache/Makefile
index 6601b273f1a7..4e87293ae4d2 100644
--- a/databases/pecl-memcache/Makefile
+++ b/databases/pecl-memcache/Makefile
@@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
OPTIONS_DEFINE= EXAMPLES
CONFIGURE_ARGS= --with-zlib-dir=/usr
-IGNORE_WITH_PHP=70 71 72
+IGNORE_WITH_PHP=70 71 72 73
USE_CSTD= gnu89
USE_PHP= session:build zlib:build
USES= dos2unix php:pecl
diff --git a/databases/pecl-memcached2/Makefile b/databases/pecl-memcached2/Makefile
index 8281dc3cf06a..ddf28808ef32 100644
--- a/databases/pecl-memcached2/Makefile
+++ b/databases/pecl-memcached2/Makefile
@@ -21,7 +21,7 @@ IGBINARY_DESC= Binary serializer support
PORTSCOUT= limit:^2\.
CONFIGURE_ARGS= --with-libmemcached-dir=${LOCALBASE}
-IGNORE_WITH_PHP=70 71 72
+IGNORE_WITH_PHP=70 71 72 73
USE_PHP= json:build session:build
USES= php:pecl pkgconfig
diff --git a/databases/pecl-mongo/Makefile b/databases/pecl-mongo/Makefile
index f684752acce7..07a15c5ef016 100644
--- a/databases/pecl-mongo/Makefile
+++ b/databases/pecl-mongo/Makefile
@@ -16,6 +16,6 @@ USES= php:pecl
USE_PHP= spl:build
CONFIGURE_ARGS= --enable-mongo
SUB_FILES= pkg-message
-IGNORE_WITH_PHP= 70 71 72
+IGNORE_WITH_PHP= 70 71 72 73
.include <bsd.port.mk>
diff --git a/databases/pecl-pdo_user/Makefile b/databases/pecl-pdo_user/Makefile
index 26826e2a3c12..62a0abc3d490 100644
--- a/databases/pecl-pdo_user/Makefile
+++ b/databases/pecl-pdo_user/Makefile
@@ -14,6 +14,6 @@ WRKSRC= ${WRKDIR}/PDO_USER-${PORTVERSION}
USES= php:pecl
USE_PHP= pdo:build
-IGNORE_WITH_PHP= 70 71 72
+IGNORE_WITH_PHP= 70 71 72 73
.include <bsd.port.mk>
diff --git a/databases/pecl-rrd1/Makefile b/databases/pecl-rrd1/Makefile
index a0e0ae3cbedd..e070e6128283 100644
--- a/databases/pecl-rrd1/Makefile
+++ b/databases/pecl-rrd1/Makefile
@@ -9,7 +9,7 @@ COMMENT= PHP bindings to rrd tool system
LICENSE= PHP301
-IGNORE_WITH_PHP=70 71 72
+IGNORE_WITH_PHP=70 71 72 73
LIB_DEPENDS= librrd.so:databases/rrdtool
USES= php:pecl localbase pkgconfig
diff --git a/databases/pecl-tokyo_tyrant/Makefile b/databases/pecl-tokyo_tyrant/Makefile
index d05afd5aface..91b9ca28d837 100644
--- a/databases/pecl-tokyo_tyrant/Makefile
+++ b/databases/pecl-tokyo_tyrant/Makefile
@@ -16,6 +16,6 @@ LIB_DEPENDS= libtokyotyrant.so:databases/tokyotyrant
USES= php:pecl pkgconfig
USE_PHP= session:build
-IGNORE_WITH_PHP= 70 71 72
+IGNORE_WITH_PHP= 70 71 72 73
.include <bsd.port.mk>
diff --git a/databases/php-mdcached/Makefile b/databases/php-mdcached/Makefile
index c0191445fca1..1807e7e4a905 100644
--- a/databases/php-mdcached/Makefile
+++ b/databases/php-mdcached/Makefile
@@ -17,7 +17,7 @@ LICENSE= BSD2CLAUSE
LIB_DEPENDS= libmdcached.so:databases/mdcached
USES= php:ext
-IGNORE_WITH_PHP= 70 71 72
+IGNORE_WITH_PHP= 70 71 72 73
CONFIGURE_ARGS= --enable-mdcached
WRKSRC_SUBDIR= ${PORTNAME}/client_php/${PORTNAME}
diff --git a/databases/php5-tarantool/Makefile b/databases/php5-tarantool/Makefile
index 0fad5407bea2..ad8ffa6a1e1a 100644
--- a/databases/php5-tarantool/Makefile
+++ b/databases/php5-tarantool/Makefile
@@ -18,7 +18,7 @@ PORTSCOUT= ignore:1
USES= php:ext
CONFIGURE_ARGS= --with-tarantool
-IGNORE_WITH_PHP=70 71 72
+IGNORE_WITH_PHP=70 71 72 73
USE_GITHUB= yes
GH_PROJECT= ${PORTNAME}-php
diff --git a/databases/sqlbuddy/Makefile b/databases/sqlbuddy/Makefile
index 4d7c924db15b..de53eb21aad4 100644
--- a/databases/sqlbuddy/Makefile
+++ b/databases/sqlbuddy/Makefile
@@ -12,7 +12,7 @@ COMMENT= Web based MySQL administration with a set of PHP scripts
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
-IGNORE_WITH_PHP= 70 71 72
+IGNORE_WITH_PHP= 70 71 72 73
USE_GITHUB= yes
GH_ACCOUNT= deliciousbrains
diff --git a/databases/xapian-bindings12/Makefile b/databases/xapian-bindings12/Makefile
index 563c26e27d94..3ee44d297cd6 100644
--- a/databases/xapian-bindings12/Makefile
+++ b/databases/xapian-bindings12/Makefile
@@ -15,7 +15,7 @@ COMMENT= Bindings allowing Xapian to be used from various programming languages
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
-IGNORE_WITH_PHP= 70 71 72
+IGNORE_WITH_PHP= 70 71 72 73
LIB_DEPENDS= libxapian.so:databases/xapian-core12