aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--archivers/pecl-zip/Makefile3
-rw-r--r--archivers/php4-bz2/Makefile3
-rw-r--r--archivers/php4-zlib/Makefile3
-rw-r--r--converters/php4-iconv/Makefile3
-rw-r--r--converters/php4-mbstring/Makefile3
-rw-r--r--converters/php4-recode/Makefile3
-rw-r--r--databases/php4-dba/Makefile3
-rw-r--r--databases/php4-dbase/Makefile3
-rw-r--r--databases/php4-dbx/Makefile3
-rw-r--r--databases/php4-filepro/Makefile3
-rw-r--r--databases/php4-interbase/Makefile3
-rw-r--r--databases/php4-mssql/Makefile3
-rw-r--r--databases/php4-mysql/Makefile3
-rw-r--r--databases/php4-odbc/Makefile3
-rw-r--r--databases/php4-oracle/Makefile3
-rw-r--r--databases/php4-pgsql/Makefile3
-rw-r--r--databases/php4-sybase_ct/Makefile3
-rw-r--r--devel/php4-dio/Makefile3
-rw-r--r--devel/php4-gettext/Makefile3
-rw-r--r--devel/php4-mcve/Makefile3
-rw-r--r--devel/php4-ncurses/Makefile3
-rw-r--r--devel/php4-pcntl/Makefile3
-rw-r--r--devel/php4-pcre/Makefile3
-rw-r--r--devel/php4-readline/Makefile3
-rw-r--r--devel/php4-shmop/Makefile3
-rw-r--r--devel/php4-sysvmsg/Makefile3
-rw-r--r--devel/php4-sysvsem/Makefile3
-rw-r--r--devel/php4-sysvshm/Makefile3
-rw-r--r--devel/php4-tokenizer/Makefile3
-rw-r--r--finance/php4-pfpro/Makefile3
-rw-r--r--ftp/php4-curl/Makefile3
-rw-r--r--ftp/php4-ftp/Makefile3
-rw-r--r--graphics/php4-exif/Makefile3
-rw-r--r--graphics/php4-gd/Makefile3
-rw-r--r--lang/php4-extensions/Makefile3
-rw-r--r--lang/php4-overload/Makefile3
-rw-r--r--mail/php4-imap/Makefile3
-rw-r--r--math/php4-bcmath/Makefile3
-rw-r--r--math/php4-gmp/Makefile3
-rw-r--r--misc/php4-calendar/Makefile3
-rw-r--r--misc/php4-mcal/Makefile3
-rw-r--r--net-mgmt/php4-snmp/Makefile3
-rw-r--r--net/php4-ldap/Makefile3
-rw-r--r--net/php4-sockets/Makefile3
-rw-r--r--net/php4-xmlrpc/Makefile3
-rw-r--r--net/php4-yp/Makefile3
-rw-r--r--security/php4-crack/Makefile3
-rw-r--r--security/php4-mcrypt/Makefile3
-rw-r--r--security/php4-mhash/Makefile3
-rw-r--r--security/php4-openssl/Makefile3
-rw-r--r--sysutils/php4-posix/Makefile3
-rw-r--r--textproc/php4-ctype/Makefile3
-rw-r--r--textproc/php4-domxml/Makefile3
-rw-r--r--textproc/php4-pspell/Makefile3
-rw-r--r--textproc/php4-wddx/Makefile3
-rw-r--r--textproc/php4-xml/Makefile3
-rw-r--r--textproc/php4-xslt/Makefile3
-rw-r--r--www/php-dyn/Makefile3
-rw-r--r--www/php4-session/Makefile3
59 files changed, 177 insertions, 0 deletions
diff --git a/archivers/pecl-zip/Makefile b/archivers/pecl-zip/Makefile
index 1cafafa218bc..91c68e691b34 100644
--- a/archivers/pecl-zip/Makefile
+++ b/archivers/pecl-zip/Makefile
@@ -16,6 +16,9 @@ DIST_SUBDIR= PECL
MAINTAINER= ale@FreeBSD.org
COMMENT= A PECL extension to create and read zip files (PHP 4 only)
+DEPRECATED= php4 is EOLed
+EXPIRATION_DATE= 2012-05-10
+
LICENSE= PHP301
USE_PHP= pcre
diff --git a/archivers/php4-bz2/Makefile b/archivers/php4-bz2/Makefile
index 0f0c2d18c3d6..91cd649bd605 100644
--- a/archivers/php4-bz2/Makefile
+++ b/archivers/php4-bz2/Makefile
@@ -5,6 +5,9 @@
# $FreeBSD$
#
+DEPRECATED= php4 is EOLed
+EXPIRATION_DATE= 2012-05-10
+
CATEGORIES= archivers
MASTERDIR= ${.CURDIR}/../../lang/php4
diff --git a/archivers/php4-zlib/Makefile b/archivers/php4-zlib/Makefile
index 505fa33833b3..73d62de56bb6 100644
--- a/archivers/php4-zlib/Makefile
+++ b/archivers/php4-zlib/Makefile
@@ -5,6 +5,9 @@
# $FreeBSD$
#
+DEPRECATED= php4 is EOLed
+EXPIRATION_DATE= 2012-05-10
+
CATEGORIES= archivers
MASTERDIR= ${.CURDIR}/../../lang/php4
diff --git a/converters/php4-iconv/Makefile b/converters/php4-iconv/Makefile
index d9bb37a15109..4bcb889b748e 100644
--- a/converters/php4-iconv/Makefile
+++ b/converters/php4-iconv/Makefile
@@ -5,6 +5,9 @@
# $FreeBSD$
#
+DEPRECATED= php4 is EOLed
+EXPIRATION_DATE= 2012-05-10
+
CATEGORIES= converters
MASTERDIR= ${.CURDIR}/../../lang/php4
diff --git a/converters/php4-mbstring/Makefile b/converters/php4-mbstring/Makefile
index 9b4ba76ef0d7..0a825b5a2c0b 100644
--- a/converters/php4-mbstring/Makefile
+++ b/converters/php4-mbstring/Makefile
@@ -5,6 +5,9 @@
# $FreeBSD$
#
+DEPRECATED= php4 is EOLed
+EXPIRATION_DATE= 2012-05-10
+
CATEGORIES= converters
MASTERDIR= ${.CURDIR}/../../lang/php4
diff --git a/converters/php4-recode/Makefile b/converters/php4-recode/Makefile
index f15d57a794a0..5265fc57d8ae 100644
--- a/converters/php4-recode/Makefile
+++ b/converters/php4-recode/Makefile
@@ -5,6 +5,9 @@
# $FreeBSD$
#
+DEPRECATED= php4 is EOLed
+EXPIRATION_DATE= 2012-05-10
+
PORTREVISION= 1
CATEGORIES= converters
diff --git a/databases/php4-dba/Makefile b/databases/php4-dba/Makefile
index e093509420c8..b3a2eb4c9804 100644
--- a/databases/php4-dba/Makefile
+++ b/databases/php4-dba/Makefile
@@ -5,6 +5,9 @@
# $FreeBSD$
#
+DEPRECATED= php4 is EOLed
+EXPIRATION_DATE= 2012-05-10
+
CATEGORIES= databases
PORTREVISION= 1
diff --git a/databases/php4-dbase/Makefile b/databases/php4-dbase/Makefile
index fd05c2b65a09..c600d3501d4f 100644
--- a/databases/php4-dbase/Makefile
+++ b/databases/php4-dbase/Makefile
@@ -5,6 +5,9 @@
# $FreeBSD$
#
+DEPRECATED= php4 is EOLed
+EXPIRATION_DATE= 2012-05-10
+
CATEGORIES= databases
MASTERDIR= ${.CURDIR}/../../lang/php4
diff --git a/databases/php4-dbx/Makefile b/databases/php4-dbx/Makefile
index 84bc05d173e7..a996a58c7001 100644
--- a/databases/php4-dbx/Makefile
+++ b/databases/php4-dbx/Makefile
@@ -5,6 +5,9 @@
# $FreeBSD$
#
+DEPRECATED= php4 is EOLed
+EXPIRATION_DATE= 2012-05-10
+
CATEGORIES= databases
MASTERDIR= ${.CURDIR}/../../lang/php4
diff --git a/databases/php4-filepro/Makefile b/databases/php4-filepro/Makefile
index baa2fabd050e..f9dd636a655c 100644
--- a/databases/php4-filepro/Makefile
+++ b/databases/php4-filepro/Makefile
@@ -5,6 +5,9 @@
# $FreeBSD$
#
+DEPRECATED= php4 is EOLed
+EXPIRATION_DATE= 2012-05-10
+
CATEGORIES= databases
MASTERDIR= ${.CURDIR}/../../lang/php4
diff --git a/databases/php4-interbase/Makefile b/databases/php4-interbase/Makefile
index 28e8949420b5..cbbeb223d8a1 100644
--- a/databases/php4-interbase/Makefile
+++ b/databases/php4-interbase/Makefile
@@ -5,6 +5,9 @@
# $FreeBSD$
#
+DEPRECATED= php4 is EOLed
+EXPIRATION_DATE= 2012-05-10
+
CATEGORIES= databases
MASTERDIR= ${.CURDIR}/../../lang/php4
diff --git a/databases/php4-mssql/Makefile b/databases/php4-mssql/Makefile
index dd10cd05de92..5970dd46e55f 100644
--- a/databases/php4-mssql/Makefile
+++ b/databases/php4-mssql/Makefile
@@ -5,6 +5,9 @@
# $FreeBSD$
#
+DEPRECATED= php4 is EOLed
+EXPIRATION_DATE= 2012-05-10
+
CATEGORIES= databases
MASTERDIR= ${.CURDIR}/../../lang/php4
diff --git a/databases/php4-mysql/Makefile b/databases/php4-mysql/Makefile
index 3d398a988e36..77a74676430b 100644
--- a/databases/php4-mysql/Makefile
+++ b/databases/php4-mysql/Makefile
@@ -5,6 +5,9 @@
# $FreeBSD$
#
+DEPRECATED= php4 is EOLed
+EXPIRATION_DATE= 2012-05-10
+
CATEGORIES= databases
MASTERDIR= ${.CURDIR}/../../lang/php4
diff --git a/databases/php4-odbc/Makefile b/databases/php4-odbc/Makefile
index 16400962e25c..5ef73e79b29f 100644
--- a/databases/php4-odbc/Makefile
+++ b/databases/php4-odbc/Makefile
@@ -5,6 +5,9 @@
# $FreeBSD$
#
+DEPRECATED= php4 is EOLed
+EXPIRATION_DATE= 2012-05-10
+
CATEGORIES= databases
MASTERDIR= ${.CURDIR}/../../lang/php4
diff --git a/databases/php4-oracle/Makefile b/databases/php4-oracle/Makefile
index f9711a360ce3..535455b1d702 100644
--- a/databases/php4-oracle/Makefile
+++ b/databases/php4-oracle/Makefile
@@ -5,6 +5,9 @@
# $FreeBSD$
#
+DEPRECATED= php4 is EOLed
+EXPIRATION_DATE= 2012-05-10
+
CATEGORIES= databases
MASTERDIR= ${.CURDIR}/../../lang/php4
diff --git a/databases/php4-pgsql/Makefile b/databases/php4-pgsql/Makefile
index f385820249d6..85adb7343d1e 100644
--- a/databases/php4-pgsql/Makefile
+++ b/databases/php4-pgsql/Makefile
@@ -5,6 +5,9 @@
# $FreeBSD$
#
+DEPRECATED= php4 is EOLed
+EXPIRATION_DATE= 2012-05-10
+
PORTREVISION= 1
CATEGORIES= databases
diff --git a/databases/php4-sybase_ct/Makefile b/databases/php4-sybase_ct/Makefile
index 7b9ae7e8773c..85a423751091 100644
--- a/databases/php4-sybase_ct/Makefile
+++ b/databases/php4-sybase_ct/Makefile
@@ -5,6 +5,9 @@
# $FreeBSD$
#
+DEPRECATED= php4 is EOLed
+EXPIRATION_DATE= 2012-05-10
+
CATEGORIES= databases
MASTERDIR= ${.CURDIR}/../../lang/php4
diff --git a/devel/php4-dio/Makefile b/devel/php4-dio/Makefile
index 74524d31abbd..8ab4b7348739 100644
--- a/devel/php4-dio/Makefile
+++ b/devel/php4-dio/Makefile
@@ -5,6 +5,9 @@
# $FreeBSD$
#
+DEPRECATED= php4 is EOLed
+EXPIRATION_DATE= 2012-05-10
+
CATEGORIES= devel
MASTERDIR= ${.CURDIR}/../../lang/php4
diff --git a/devel/php4-gettext/Makefile b/devel/php4-gettext/Makefile
index dea9f6fd14ae..08eade5a971d 100644
--- a/devel/php4-gettext/Makefile
+++ b/devel/php4-gettext/Makefile
@@ -5,6 +5,9 @@
# $FreeBSD$
#
+DEPRECATED= php4 is EOLed
+EXPIRATION_DATE= 2012-05-10
+
PORTREVISION= 1
CATEGORIES= devel
diff --git a/devel/php4-mcve/Makefile b/devel/php4-mcve/Makefile
index 2c79c019ab96..6eed3d07d83b 100644
--- a/devel/php4-mcve/Makefile
+++ b/devel/php4-mcve/Makefile
@@ -5,6 +5,9 @@
# $FreeBSD$
#
+DEPRECATED= php4 is EOLed
+EXPIRATION_DATE= 2012-05-10
+
CATEGORIES= devel
MASTERDIR= ${.CURDIR}/../../lang/php4
diff --git a/devel/php4-ncurses/Makefile b/devel/php4-ncurses/Makefile
index b59bd7207f8b..3e601a3235c3 100644
--- a/devel/php4-ncurses/Makefile
+++ b/devel/php4-ncurses/Makefile
@@ -5,6 +5,9 @@
# $FreeBSD$
#
+DEPRECATED= php4 is EOLed
+EXPIRATION_DATE= 2012-05-10
+
CATEGORIES= devel
MASTERDIR= ${.CURDIR}/../../lang/php4
diff --git a/devel/php4-pcntl/Makefile b/devel/php4-pcntl/Makefile
index 6131064dbd87..740c8ba6709d 100644
--- a/devel/php4-pcntl/Makefile
+++ b/devel/php4-pcntl/Makefile
@@ -5,6 +5,9 @@
# $FreeBSD$
#
+DEPRECATED= php4 is EOLed
+EXPIRATION_DATE= 2012-05-10
+
CATEGORIES= devel
MASTERDIR= ${.CURDIR}/../../lang/php4
diff --git a/devel/php4-pcre/Makefile b/devel/php4-pcre/Makefile
index 6a4bbed7d2ef..0c4008bf4adc 100644
--- a/devel/php4-pcre/Makefile
+++ b/devel/php4-pcre/Makefile
@@ -5,6 +5,9 @@
# $FreeBSD$
#
+DEPRECATED= php4 is EOLed
+EXPIRATION_DATE= 2012-05-10
+
CATEGORIES= devel
MASTERDIR= ${.CURDIR}/../../lang/php4
diff --git a/devel/php4-readline/Makefile b/devel/php4-readline/Makefile
index 7c8a1d31e13f..89ff29a88ffb 100644
--- a/devel/php4-readline/Makefile
+++ b/devel/php4-readline/Makefile
@@ -5,6 +5,9 @@
# $FreeBSD$
#
+DEPRECATED= php4 is EOLed
+EXPIRATION_DATE= 2012-05-10
+
CATEGORIES= devel
MASTERDIR= ${.CURDIR}/../../lang/php4
diff --git a/devel/php4-shmop/Makefile b/devel/php4-shmop/Makefile
index 0587020a5a55..62827e8732bb 100644
--- a/devel/php4-shmop/Makefile
+++ b/devel/php4-shmop/Makefile
@@ -5,6 +5,9 @@
# $FreeBSD$
#
+DEPRECATED= php4 is EOLed
+EXPIRATION_DATE= 2012-05-10
+
CATEGORIES= devel
MASTERDIR= ${.CURDIR}/../../lang/php4
diff --git a/devel/php4-sysvmsg/Makefile b/devel/php4-sysvmsg/Makefile
index 8b3938db4d7a..1705655dc79d 100644
--- a/devel/php4-sysvmsg/Makefile
+++ b/devel/php4-sysvmsg/Makefile
@@ -5,6 +5,9 @@
# $FreeBSD$
#
+DEPRECATED= php4 is EOLed
+EXPIRATION_DATE= 2012-05-10
+
CATEGORIES= devel
MASTERDIR= ${.CURDIR}/../../lang/php4
diff --git a/devel/php4-sysvsem/Makefile b/devel/php4-sysvsem/Makefile
index 8ad12ab7491b..1e597f9b3e13 100644
--- a/devel/php4-sysvsem/Makefile
+++ b/devel/php4-sysvsem/Makefile
@@ -5,6 +5,9 @@
# $FreeBSD$
#
+DEPRECATED= php4 is EOLed
+EXPIRATION_DATE= 2012-05-10
+
CATEGORIES= devel
MASTERDIR= ${.CURDIR}/../../lang/php4
diff --git a/devel/php4-sysvshm/Makefile b/devel/php4-sysvshm/Makefile
index 40da83f29233..d3a3b6f806d7 100644
--- a/devel/php4-sysvshm/Makefile
+++ b/devel/php4-sysvshm/Makefile
@@ -5,6 +5,9 @@
# $FreeBSD$
#
+DEPRECATED= php4 is EOLed
+EXPIRATION_DATE= 2012-05-10
+
CATEGORIES= devel
MASTERDIR= ${.CURDIR}/../../lang/php4
diff --git a/devel/php4-tokenizer/Makefile b/devel/php4-tokenizer/Makefile
index a78c29959662..7130c3a2726f 100644
--- a/devel/php4-tokenizer/Makefile
+++ b/devel/php4-tokenizer/Makefile
@@ -5,6 +5,9 @@
# $FreeBSD$
#
+DEPRECATED= php4 is EOLed
+EXPIRATION_DATE= 2012-05-10
+
CATEGORIES= devel
MASTERDIR= ${.CURDIR}/../../lang/php4
diff --git a/finance/php4-pfpro/Makefile b/finance/php4-pfpro/Makefile
index 2e64d9adc2f2..8ab63d09f5cd 100644
--- a/finance/php4-pfpro/Makefile
+++ b/finance/php4-pfpro/Makefile
@@ -5,6 +5,9 @@
# $FreeBSD$
#
+DEPRECATED= php4 is EOLed
+EXPIRATION_DATE= 2012-05-10
+
CATEGORIES= finance
PKGNAMESUFFIX= -pfpro
diff --git a/ftp/php4-curl/Makefile b/ftp/php4-curl/Makefile
index f98eb64a87e7..4623b8c011ac 100644
--- a/ftp/php4-curl/Makefile
+++ b/ftp/php4-curl/Makefile
@@ -5,6 +5,9 @@
# $FreeBSD$
#
+DEPRECATED= php4 is EOLed
+EXPIRATION_DATE= 2012-05-10
+
CATEGORIES= ftp
MASTERDIR= ${.CURDIR}/../../lang/php4
diff --git a/ftp/php4-ftp/Makefile b/ftp/php4-ftp/Makefile
index fcc77336e1f0..9b04ab951247 100644
--- a/ftp/php4-ftp/Makefile
+++ b/ftp/php4-ftp/Makefile
@@ -5,6 +5,9 @@
# $FreeBSD$
#
+DEPRECATED= php4 is EOLed
+EXPIRATION_DATE= 2012-05-10
+
CATEGORIES= ftp
MASTERDIR= ${.CURDIR}/../../lang/php4
diff --git a/graphics/php4-exif/Makefile b/graphics/php4-exif/Makefile
index 497f8a618099..18bb0d549c7e 100644
--- a/graphics/php4-exif/Makefile
+++ b/graphics/php4-exif/Makefile
@@ -5,6 +5,9 @@
# $FreeBSD$
#
+DEPRECATED= php4 is EOLed
+EXPIRATION_DATE= 2012-05-10
+
CATEGORIES= graphics
MASTERDIR= ${.CURDIR}/../../lang/php4
diff --git a/graphics/php4-gd/Makefile b/graphics/php4-gd/Makefile
index 58d544d91d16..d5395c5d573c 100644
--- a/graphics/php4-gd/Makefile
+++ b/graphics/php4-gd/Makefile
@@ -5,6 +5,9 @@
# $FreeBSD$
#
+DEPRECATED= php4 is EOLed
+EXPIRATION_DATE= 2012-05-10
+
PORTREVISION= 4
CATEGORIES= graphics
diff --git a/lang/php4-extensions/Makefile b/lang/php4-extensions/Makefile
index 1679598b265d..8c22ff85d137 100644
--- a/lang/php4-extensions/Makefile
+++ b/lang/php4-extensions/Makefile
@@ -16,6 +16,9 @@ EXTRACT_ONLY= # none
MAINTAINER= ale@FreeBSD.org
COMMENT= A "meta-port" to install PHP extensions
+DEPRECATED= php4 is EOLed
+EXPIRATION_DATE= 2012-05-10
+
USE_PHP= yes
DEFAULT_PHP_VER=4
IGNORE_WITH_PHP=5
diff --git a/lang/php4-overload/Makefile b/lang/php4-overload/Makefile
index 044fff4f22a3..a4f3202e51ad 100644
--- a/lang/php4-overload/Makefile
+++ b/lang/php4-overload/Makefile
@@ -5,6 +5,9 @@
# $FreeBSD$
#
+DEPRECATED= php4 is EOLed
+EXPIRATION_DATE= 2012-05-10
+
CATEGORIES= lang
MASTERDIR= ${.CURDIR}/../../lang/php4
diff --git a/mail/php4-imap/Makefile b/mail/php4-imap/Makefile
index db1bb1234fd6..64a228225809 100644
--- a/mail/php4-imap/Makefile
+++ b/mail/php4-imap/Makefile
@@ -5,6 +5,9 @@
# $FreeBSD$
#
+DEPRECATED= php4 is EOLed
+EXPIRATION_DATE= 2012-05-10
+
CATEGORIES= mail
PORTREVISION= 1
diff --git a/math/php4-bcmath/Makefile b/math/php4-bcmath/Makefile
index 087e800245b4..a6870dd86366 100644
--- a/math/php4-bcmath/Makefile
+++ b/math/php4-bcmath/Makefile
@@ -5,6 +5,9 @@
# $FreeBSD$
#
+DEPRECATED= php4 is EOLed
+EXPIRATION_DATE= 2012-05-10
+
CATEGORIES= math
MASTERDIR= ${.CURDIR}/../../lang/php4
diff --git a/math/php4-gmp/Makefile b/math/php4-gmp/Makefile
index 867d7e8fdd12..4f86e1ef337b 100644
--- a/math/php4-gmp/Makefile
+++ b/math/php4-gmp/Makefile
@@ -5,6 +5,9 @@
# $FreeBSD$
#
+DEPRECATED= php4 is EOLed
+EXPIRATION_DATE= 2012-05-10
+
PORTREVISION= 3
CATEGORIES= math
diff --git a/misc/php4-calendar/Makefile b/misc/php4-calendar/Makefile
index ff1dd33a7dda..337679af5b29 100644
--- a/misc/php4-calendar/Makefile
+++ b/misc/php4-calendar/Makefile
@@ -5,6 +5,9 @@
# $FreeBSD$
#
+DEPRECATED= php4 is EOLed
+EXPIRATION_DATE= 2012-05-10
+
CATEGORIES= misc
MASTERDIR= ${.CURDIR}/../../lang/php4
diff --git a/misc/php4-mcal/Makefile b/misc/php4-mcal/Makefile
index a208c841334a..aed144d3f0b9 100644
--- a/misc/php4-mcal/Makefile
+++ b/misc/php4-mcal/Makefile
@@ -5,6 +5,9 @@
# $FreeBSD$
#
+DEPRECATED= php4 is EOLed
+EXPIRATION_DATE= 2012-05-10
+
CATEGORIES= misc
MASTERDIR= ${.CURDIR}/../../lang/php4
diff --git a/net-mgmt/php4-snmp/Makefile b/net-mgmt/php4-snmp/Makefile
index 927cf0c57ec6..c5084d89f065 100644
--- a/net-mgmt/php4-snmp/Makefile
+++ b/net-mgmt/php4-snmp/Makefile
@@ -5,6 +5,9 @@
# $FreeBSD$
#
+DEPRECATED= php4 is EOLed
+EXPIRATION_DATE= 2012-05-10
+
PORTREVISION= 2
CATEGORIES= net-mgmt
diff --git a/net/php4-ldap/Makefile b/net/php4-ldap/Makefile
index 53d66b8e01fe..410c069a112c 100644
--- a/net/php4-ldap/Makefile
+++ b/net/php4-ldap/Makefile
@@ -5,6 +5,9 @@
# $FreeBSD$
#
+DEPRECATED= php4 is EOLed
+EXPIRATION_DATE= 2012-05-10
+
PORTREVISION= 2
CATEGORIES= net
diff --git a/net/php4-sockets/Makefile b/net/php4-sockets/Makefile
index ae4af4045243..216f3f6e9f3d 100644
--- a/net/php4-sockets/Makefile
+++ b/net/php4-sockets/Makefile
@@ -5,6 +5,9 @@
# $FreeBSD$
#
+DEPRECATED= php4 is EOLed
+EXPIRATION_DATE= 2012-05-10
+
CATEGORIES= net
MASTERDIR= ${.CURDIR}/../../lang/php4
diff --git a/net/php4-xmlrpc/Makefile b/net/php4-xmlrpc/Makefile
index 17f4c47fc892..76556f07ed19 100644
--- a/net/php4-xmlrpc/Makefile
+++ b/net/php4-xmlrpc/Makefile
@@ -5,6 +5,9 @@
# $FreeBSD$
#
+DEPRECATED= php4 is EOLed
+EXPIRATION_DATE= 2012-05-10
+
CATEGORIES= net
MASTERDIR= ${.CURDIR}/../../lang/php4
diff --git a/net/php4-yp/Makefile b/net/php4-yp/Makefile
index 048a80ac9374..00017c3fc92a 100644
--- a/net/php4-yp/Makefile
+++ b/net/php4-yp/Makefile
@@ -5,6 +5,9 @@
# $FreeBSD$
#
+DEPRECATED= php4 is EOLed
+EXPIRATION_DATE= 2012-05-10
+
CATEGORIES= net
MASTERDIR= ${.CURDIR}/../../lang/php4
diff --git a/security/php4-crack/Makefile b/security/php4-crack/Makefile
index e3aa80fd8639..4540727c8dde 100644
--- a/security/php4-crack/Makefile
+++ b/security/php4-crack/Makefile
@@ -5,6 +5,9 @@
# $FreeBSD$
#
+DEPRECATED= php4 is EOLed
+EXPIRATION_DATE= 2012-05-10
+
PORTREVISION= 6
CATEGORIES= security
diff --git a/security/php4-mcrypt/Makefile b/security/php4-mcrypt/Makefile
index dd167b83284f..971227c95fa7 100644
--- a/security/php4-mcrypt/Makefile
+++ b/security/php4-mcrypt/Makefile
@@ -5,6 +5,9 @@
# $FreeBSD$
#
+DEPRECATED= php4 is EOLed
+EXPIRATION_DATE= 2012-05-10
+
CATEGORIES= security
MASTERDIR= ${.CURDIR}/../../lang/php4
diff --git a/security/php4-mhash/Makefile b/security/php4-mhash/Makefile
index 6af7f78596e2..27f39d43b157 100644
--- a/security/php4-mhash/Makefile
+++ b/security/php4-mhash/Makefile
@@ -5,6 +5,9 @@
# $FreeBSD$
#
+DEPRECATED= php4 is EOLed
+EXPIRATION_DATE= 2012-05-10
+
CATEGORIES= security
MASTERDIR= ${.CURDIR}/../../lang/php4
diff --git a/security/php4-openssl/Makefile b/security/php4-openssl/Makefile
index 9f05a9aa64d0..2cfc87f6e406 100644
--- a/security/php4-openssl/Makefile
+++ b/security/php4-openssl/Makefile
@@ -5,6 +5,9 @@
# $FreeBSD$
#
+DEPRECATED= php4 is EOLed
+EXPIRATION_DATE= 2012-05-10
+
CATEGORIES= security
MASTERDIR= ${.CURDIR}/../../lang/php4
diff --git a/sysutils/php4-posix/Makefile b/sysutils/php4-posix/Makefile
index 1db1da324e5c..7139a929da41 100644
--- a/sysutils/php4-posix/Makefile
+++ b/sysutils/php4-posix/Makefile
@@ -5,6 +5,9 @@
# $FreeBSD$
#
+DEPRECATED= php4 is EOLed
+EXPIRATION_DATE= 2012-05-10
+
CATEGORIES= sysutils
MASTERDIR= ${.CURDIR}/../../lang/php4
diff --git a/textproc/php4-ctype/Makefile b/textproc/php4-ctype/Makefile
index e12ccb716bdc..3cc8d02ce520 100644
--- a/textproc/php4-ctype/Makefile
+++ b/textproc/php4-ctype/Makefile
@@ -5,6 +5,9 @@
# $FreeBSD$
#
+DEPRECATED= php4 is EOLed
+EXPIRATION_DATE= 2012-05-10
+
CATEGORIES= textproc
MASTERDIR= ${.CURDIR}/../../lang/php4
diff --git a/textproc/php4-domxml/Makefile b/textproc/php4-domxml/Makefile
index e4a413a48b92..2b12541a25f5 100644
--- a/textproc/php4-domxml/Makefile
+++ b/textproc/php4-domxml/Makefile
@@ -5,6 +5,9 @@
# $FreeBSD$
#
+DEPRECATED= php4 is EOLed
+EXPIRATION_DATE= 2012-05-10
+
CATEGORIES= textproc
MASTERDIR= ${.CURDIR}/../../lang/php4
diff --git a/textproc/php4-pspell/Makefile b/textproc/php4-pspell/Makefile
index 7b9be8b3b2e3..a8534e518e9f 100644
--- a/textproc/php4-pspell/Makefile
+++ b/textproc/php4-pspell/Makefile
@@ -5,6 +5,9 @@
# $FreeBSD$
#
+DEPRECATED= php4 is EOLed
+EXPIRATION_DATE= 2012-05-10
+
PORTREVISION= 1
CATEGORIES= textproc
diff --git a/textproc/php4-wddx/Makefile b/textproc/php4-wddx/Makefile
index 147e3c1a5888..98ec8c32beac 100644
--- a/textproc/php4-wddx/Makefile
+++ b/textproc/php4-wddx/Makefile
@@ -5,6 +5,9 @@
# $FreeBSD$
#
+DEPRECATED= php4 is EOLed
+EXPIRATION_DATE= 2012-05-10
+
CATEGORIES= textproc
MASTERDIR= ${.CURDIR}/../../lang/php4
diff --git a/textproc/php4-xml/Makefile b/textproc/php4-xml/Makefile
index f2f8902fa7a4..e768387cf442 100644
--- a/textproc/php4-xml/Makefile
+++ b/textproc/php4-xml/Makefile
@@ -5,6 +5,9 @@
# $FreeBSD$
#
+DEPRECATED= php4 is EOLed
+EXPIRATION_DATE= 2012-05-10
+
CATEGORIES= textproc
MASTERDIR= ${.CURDIR}/../../lang/php4
diff --git a/textproc/php4-xslt/Makefile b/textproc/php4-xslt/Makefile
index 8964c708cb7e..5854302eabee 100644
--- a/textproc/php4-xslt/Makefile
+++ b/textproc/php4-xslt/Makefile
@@ -5,6 +5,9 @@
# $FreeBSD$
#
+DEPRECATED= php4 is EOLed
+EXPIRATION_DATE= 2012-05-10
+
CATEGORIES= textproc
MASTERDIR= ${.CURDIR}/../../lang/php4
diff --git a/www/php-dyn/Makefile b/www/php-dyn/Makefile
index d3c54285fe60..08dbc53943a4 100644
--- a/www/php-dyn/Makefile
+++ b/www/php-dyn/Makefile
@@ -15,6 +15,9 @@ EXTRACT_SUFX= .tgz
MAINTAINER= ale@FreeBSD.org
COMMENT= A PHP Extension to help debugging a PHP script
+DEPRECATED= php4 is EOLed
+EXPIRATION_DATE= 2012-05-10
+
USE_AUTOTOOLS= libtool
USE_PHP= yes
USE_PHPIZE= yes
diff --git a/www/php4-session/Makefile b/www/php4-session/Makefile
index 613a2f07fad7..944b822020ce 100644
--- a/www/php4-session/Makefile
+++ b/www/php4-session/Makefile
@@ -5,6 +5,9 @@
# $FreeBSD$
#
+DEPRECATED= php4 is EOLed
+EXPIRATION_DATE= 2012-05-10
+
CATEGORIES= www
MASTERDIR= ${.CURDIR}/../../lang/php4