diff options
author | Alex Dupre <ale@FreeBSD.org> | 2008-12-08 11:48:10 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2008-12-08 11:48:10 +0000 |
commit | 99e8724137b21e120f80794ce5f05b6b31b05382 (patch) | |
tree | 75d7c19edcaf2c263cdddf786e86f6622aa48eb3 /lang/php5/Makefile | |
parent | Enhance the recent php entry. (diff) |
Set IGNORE to avoid upgrades to 5.2.7 release. PHP 5.2.8 will be released soon.
Sorry for the temporary inconvenient.
Notes
Notes:
svn path=/head/; revision=223987
Diffstat (limited to 'lang/php5/Makefile')
-rw-r--r-- | lang/php5/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/php5/Makefile b/lang/php5/Makefile index c3c5df8e0a28..ab9ad5113f56 100644 --- a/lang/php5/Makefile +++ b/lang/php5/Makefile @@ -16,6 +16,8 @@ DISTNAME= php-${PORTVERSION} MAINTAINER= ale@FreeBSD.org COMMENT= PHP Scripting Language +IGNORE= should not be used, PHP 5.2.8 will be released soon + LATEST_LINK= ${PKGNAMEPREFIX}${PORTNAME}${PKGNAMESUFFIX} USE_BZIP2= yes |