diff options
author | Rene Ladan <rene@FreeBSD.org> | 2014-03-01 00:06:29 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2014-03-01 00:06:29 +0000 |
commit | ef50dbb213487797f1a2d9f4d0d5636f98bb3894 (patch) | |
tree | a82aa9cd34a90c5daecd9ec479f5a85b36141796 /archivers | |
parent | f71856690663be97f52c087e275f98252bcfb3e6 (diff) | |
download | ports-ef50dbb213487797f1a2d9f4d0d5636f98bb3894.tar.gz ports-ef50dbb213487797f1a2d9f4d0d5636f98bb3894.zip |
PHP 5.2 has reached it end-of-life in the FreeBSD Ports Tree, time
to say goodbye. Upstream unsupported it since 2011-01-06 (see
http://php.net/eol.php )
Strip PHP 5.2 out of Mk/bsd.php.mk
Notes
Notes:
svn path=/head/; revision=346583
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/Makefile | 3 | ||||
-rw-r--r-- | archivers/php52-bz2/Makefile | 11 | ||||
-rw-r--r-- | archivers/php52-zip/Makefile | 11 | ||||
-rw-r--r-- | archivers/php52-zlib/Makefile | 11 |
4 files changed, 0 insertions, 36 deletions
diff --git a/archivers/Makefile b/archivers/Makefile index eb9b9dbe377e..5c0551eff5f3 100644 --- a/archivers/Makefile +++ b/archivers/Makefile @@ -141,9 +141,6 @@ SUBDIR += php5-phar SUBDIR += php5-zip SUBDIR += php5-zlib - SUBDIR += php52-bz2 - SUBDIR += php52-zip - SUBDIR += php52-zlib SUBDIR += php53-bz2 SUBDIR += php53-phar SUBDIR += php53-zip diff --git a/archivers/php52-bz2/Makefile b/archivers/php52-bz2/Makefile deleted file mode 100644 index c50c9a2e59df..000000000000 --- a/archivers/php52-bz2/Makefile +++ /dev/null @@ -1,11 +0,0 @@ -# Created by: Alex Keda <admin@lissyara.su> -# $FreeBSD$ - -CATEGORIES= archivers - -NO_STAGE= yes -MASTERDIR= ${.CURDIR}/../../lang/php52 - -PKGNAMESUFFIX= -bz2 - -.include "${MASTERDIR}/Makefile" diff --git a/archivers/php52-zip/Makefile b/archivers/php52-zip/Makefile deleted file mode 100644 index 8e07d49e4622..000000000000 --- a/archivers/php52-zip/Makefile +++ /dev/null @@ -1,11 +0,0 @@ -# Created by: Alex Keda <admin@lissyara.su> -# $FreeBSD$ - -CATEGORIES= archivers - -NO_STAGE= yes -MASTERDIR= ${.CURDIR}/../../lang/php52 - -PKGNAMESUFFIX= -zip - -.include "${MASTERDIR}/Makefile" diff --git a/archivers/php52-zlib/Makefile b/archivers/php52-zlib/Makefile deleted file mode 100644 index 556a3aba3be2..000000000000 --- a/archivers/php52-zlib/Makefile +++ /dev/null @@ -1,11 +0,0 @@ -# Created by: Alex Keda <admin@lissyara.su> -# $FreeBSD$ - -CATEGORIES= archivers - -NO_STAGE= yes -MASTERDIR= ${.CURDIR}/../../lang/php52 - -PKGNAMESUFFIX= -zlib - -.include "${MASTERDIR}/Makefile" |