diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-04-12 10:07:41 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-04-12 10:07:41 +0000 |
commit | 928eae9bca9a4aca6f5b8e1d6e028f26b952bc57 (patch) | |
tree | e569e53dee57162b6cebc1c3b6ce81bfaaf934c3 /converters | |
parent | 5f5ca88d199acbee42eb094e0ca20bceaa269857 (diff) |
Notes
Diffstat (limited to 'converters')
-rw-r--r-- | converters/php4-iconv/Makefile | 3 | ||||
-rw-r--r-- | converters/php4-mbstring/Makefile | 3 | ||||
-rw-r--r-- | converters/php4-recode/Makefile | 3 |
3 files changed, 9 insertions, 0 deletions
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 |