diff --git a/databases/php73-pdo_pgsql/Makefile b/databases/php73-pdo_pgsql/Makefile index cbb5b8f36e82..93edd9ab69de 100644 --- a/databases/php73-pdo_pgsql/Makefile +++ b/databases/php73-pdo_pgsql/Makefile @@ -1,6 +1,5 @@ # $FreeBSD$ -PORTREVISION= 1 CATEGORIES= databases MASTERDIR= ${.CURDIR}/../../lang/php73 diff --git a/databases/php73-pgsql/Makefile b/databases/php73-pgsql/Makefile index 06df9541da0b..e6274f57e7ca 100644 --- a/databases/php73-pgsql/Makefile +++ b/databases/php73-pgsql/Makefile @@ -1,6 +1,5 @@ # $FreeBSD$ -PORTREVISION= 1 CATEGORIES= databases MASTERDIR= ${.CURDIR}/../../lang/php73 diff --git a/devel/php73-intl/Makefile b/devel/php73-intl/Makefile index 7da7b804c524..a32aaf000627 100644 --- a/devel/php73-intl/Makefile +++ b/devel/php73-intl/Makefile @@ -1,6 +1,5 @@ # $FreeBSD$ -PORTREVISION= 1 CATEGORIES= devel MASTERDIR= ${.CURDIR}/../../lang/php73 diff --git a/lang/php73/Makefile b/lang/php73/Makefile index ebc45553d876..ef8fa334917a 100644 --- a/lang/php73/Makefile +++ b/lang/php73/Makefile @@ -1,8 +1,8 @@ # $FreeBSD$ PORTNAME= php73 -DISTVERSION= 7.3.0 -PORTREVISION?= 1 +DISTVERSION= 7.3.1 +PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= PHP/distributions DISTNAME= php-${DISTVERSION} diff --git a/lang/php73/distinfo b/lang/php73/distinfo index e3fad3f35afd..0e97a8daa1fe 100644 --- a/lang/php73/distinfo +++ b/lang/php73/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1544005190 -SHA256 (php-7.3.0.tar.xz) = 7d195cad55af8b288c3919c67023a14ff870a73e3acc2165a6d17a4850a560b5 -SIZE (php-7.3.0.tar.xz) = 11928820 +TIMESTAMP = 1547458364 +SHA256 (php-7.3.1.tar.xz) = cfe93e40be0350cd53c4a579f52fe5d8faf9c6db047f650a4566a2276bf33362 +SIZE (php-7.3.1.tar.xz) = 11944376 diff --git a/lang/php73/files/patch-configure.ac b/lang/php73/files/patch-configure.ac deleted file mode 100644 index 4305bd53e717..000000000000 --- a/lang/php73/files/patch-configure.ac +++ /dev/null @@ -1,14 +0,0 @@ ---- configure.ac.orig 2019-01-08 12:14:44 UTC -+++ configure.ac -@@ -579,7 +579,10 @@ PHP_SOCKADDR_CHECKS - - dnl Checks for GCC function attributes on all systems except ones without glibc - dnl Fix for these systems is already included in GCC 7, but not on GCC 6 --AS_CASE([$host_alias], [*-*-*android*|*-*-*uclibc*|*-*-*musl*], [true], [ -+dnl -+dnl At least some versions of FreeBSD seem to have buggy ifunc support, see -+dnl bug #77284. Conservatively don't use ifuncs on FreeBSD. -+AS_CASE([$host_alias], [*-*-*android*|*-*-*uclibc*|*-*-*musl*|*freebsd*], [true], [ - AX_GCC_FUNC_ATTRIBUTE([ifunc]) - AX_GCC_FUNC_ATTRIBUTE([target]) - ])