diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2012-03-01 09:02:09 +0000 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2012-03-01 09:02:09 +0000 |
commit | a9212fc76bc04984ddb2e91a488982fe411cc04b (patch) | |
tree | 638cf58cee33268ec97b137cc522f18004fe1bc8 | |
parent | - Update to 3.91 (diff) |
- extend DEPRECATION_DATE till year 2013.
This was discussed on freebsd-ports@ (linimon).
Notes
Notes:
svn path=/head/; revision=292479
-rw-r--r-- | lang/php52/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lang/php52/Makefile b/lang/php52/Makefile index a55469c40c96..90adf191ce85 100644 --- a/lang/php52/Makefile +++ b/lang/php52/Makefile @@ -16,8 +16,9 @@ DISTNAME= php-${PORTVERSION} MAINTAINER= admin@lissyara.su COMMENT= PHP Scripting Language -DEPRECATED= PHP 5.2 series is not supported anymore, migrate now -EXPIRATION_DATE= 2012-03-01 +DEPRECATED= PHP 5.2 series is strongly discouraged for new \ + installations, migrate now +EXPIRATION_DATE= 2013-03-01 LATEST_LINK= ${PKGNAMEPREFIX}${PORTNAME}${PKGNAMESUFFIX} |