diff options
author | obache <obache@pkgsrc.org> | 2011-08-22 11:43:30 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2011-08-22 11:43:30 +0000 |
commit | 91dbe5b4dc8410fb6f638d1cc7ec841fdfcd4e38 (patch) | |
tree | dc6ea622bf48c2c90b9fcf39b4e3056cb2cd2361 /lang | |
parent | 7083e99906e94e7352a9e001dc99ee82907e9339 (diff) | |
download | pkgsrc-91dbe5b4dc8410fb6f638d1cc7ec841fdfcd4e38.tar.gz |
missing bump PKGREVISION of last fix for php53 MD5 password encryption problem.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/php53/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/php53/Makefile b/lang/php53/Makefile index a092c38bbef..44d9ffbccb7 100644 --- a/lang/php53/Makefile +++ b/lang/php53/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.15 2011/08/20 13:55:09 taca Exp $ +# $NetBSD: Makefile,v 1.16 2011/08/22 11:43:30 obache 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/ |