diff options
author | taca <taca@pkgsrc.org> | 2012-06-16 03:06:57 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2012-06-16 03:06:57 +0000 |
commit | 1bc4b2290170b1944dd71f50f408d2f782d44338 (patch) | |
tree | fa973bac8798f07a445f71dced215f7c578fa8be /www/php-fpm | |
parent | 0fd2b3845d08270ea378551336c55aa379f7c728 (diff) | |
download | pkgsrc-1bc4b2290170b1944dd71f50f408d2f782d44338.tar.gz |
Add "54" to PHP_VERSIONS_ACCEPTED.
Diffstat (limited to 'www/php-fpm')
-rw-r--r-- | www/php-fpm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/php-fpm/Makefile b/www/php-fpm/Makefile index 664dd13373c..5ac23dbbe74 100644 --- a/www/php-fpm/Makefile +++ b/www/php-fpm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2012/02/22 10:43:42 fhajny Exp $ +# $NetBSD: Makefile,v 1.2 2012/06/16 03:06:57 taca Exp $ PKGNAME= ${PHP_PKG_PREFIX}-fpm-${PHP_BASE_VERS} CATEGORIES= www @@ -8,7 +8,7 @@ MAINTAINER= filip@joyent.com COMMENT= FPM interface for ${PKG_PHP} LICENSE= 2-clause-bsd -PHP_VERSIONS_ACCEPTED= 53 +PHP_VERSIONS_ACCEPTED= 53 54 PKG_DESTDIR_SUPPORT= user-destdir |