diff options
author | Rene Ladan <rene@FreeBSD.org> | 2016-02-14 19:21:31 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2016-02-14 19:21:31 +0000 |
commit | d5ce1f73bc9d396f962ccc0f312c1f1e1ac50862 (patch) | |
tree | 8ee58acab1b0a9fe8d1b1eb86093bf1a0d151f63 /security/php5-filter | |
parent | Correct URL. (diff) |
Remove PHP 5.4 from the Ports Tree, it expired upstream in 2015-Q3 and the
ports expired last month.
Adjust Mk/bsd.php.mk
Reviewed by: antoine, marino
Approved by: portmgr (antoine)
Differential Revision: https://reviews.freebsd.org/D5278
Diffstat (limited to 'security/php5-filter')
-rw-r--r-- | security/php5-filter/Makefile | 10 | ||||
-rw-r--r-- | security/php5-filter/files/patch-config.m4 | 10 |
2 files changed, 0 insertions, 20 deletions
diff --git a/security/php5-filter/Makefile b/security/php5-filter/Makefile deleted file mode 100644 index 9c4d5a1c6a07..000000000000 --- a/security/php5-filter/Makefile +++ /dev/null @@ -1,10 +0,0 @@ -# Created by: Alex Dupre <ale@FreeBSD.org> -# $FreeBSD$ - -CATEGORIES= security - -MASTERDIR= ${.CURDIR}/../../lang/php5 - -PKGNAMESUFFIX= -filter - -.include "${MASTERDIR}/Makefile" diff --git a/security/php5-filter/files/patch-config.m4 b/security/php5-filter/files/patch-config.m4 deleted file mode 100644 index ab64c6c9d5ad..000000000000 --- a/security/php5-filter/files/patch-config.m4 +++ /dev/null @@ -1,10 +0,0 @@ ---- config.m4.orig 2009-03-06 08:25:45.000000000 +0100 -+++ config.m4 2009-03-06 08:28:10.000000000 +0100 -@@ -32,6 +32,7 @@ - #endif - ],[ - PHP_PCRE_REGEX=pecl -+ PHP_ADD_INCLUDE($PHP_PCRE_DIR/include) - ],[ - PHP_PCRE_REGEX=no - ]) |