diff options
author | taca <taca@pkgsrc.org> | 2013-07-29 16:19:24 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2013-07-29 16:19:24 +0000 |
commit | 950c2548b7a2a1eb0bbcd838f60b3f70263070f3 (patch) | |
tree | 9bb4687825ae9aa3d2be2425d93b624cabea46b6 /lang/php53 | |
parent | a0c032cc266e8e6a2a5790bd6db56edb9a7ad9e8 (diff) | |
download | pkgsrc-950c2548b7a2a1eb0bbcd838f60b3f70263070f3.tar.gz |
Explicitly note it is PHP 5.3.x pacakge in COMMENT of Makefile and DESCR
file.
Bump PKGREVISION.
Diffstat (limited to 'lang/php53')
-rw-r--r-- | lang/php53/DESCR | 2 | ||||
-rw-r--r-- | lang/php53/Makefile | 5 |
2 files changed, 5 insertions, 2 deletions
diff --git a/lang/php53/DESCR b/lang/php53/DESCR index 2b28e8cc5cc..3d41570e37c 100644 --- a/lang/php53/DESCR +++ b/lang/php53/DESCR @@ -3,3 +3,5 @@ some object-oriented features. Much of its syntax is borrowed from C, Java and Perl with a couple of unique PHP-specific features thrown in. The language is designed to allow web developers to write dynamically generated pages quickly. + +This package provices PHP version 5.3.x. diff --git a/lang/php53/Makefile b/lang/php53/Makefile index 221cd1289a7..7fab3b80087 100644 --- a/lang/php53/Makefile +++ b/lang/php53/Makefile @@ -1,13 +1,14 @@ -# $NetBSD: Makefile,v 1.40 2013/07/29 03:59:44 taca Exp $ +# $NetBSD: Makefile,v 1.41 2013/07/29 16:19:24 taca Exp $ # # We can't omit PKGNAME here to handle PKG_OPTIONS. # PKGNAME= php-${PHP_BASE_VERS} +PKGREVISION= 1 CATEGORIES= lang HOMEPAGE= http://www.php.net/ -COMMENT= PHP Hypertext Preprocessor version 5 +COMMENT= PHP Hypertext Preprocessor version 5.3 LICENSE= php TEST_TARGET= test |