diff options
author | fhajny <fhajny@pkgsrc.org> | 2012-02-22 10:44:59 +0000 |
---|---|---|
committer | fhajny <fhajny@pkgsrc.org> | 2012-02-22 10:44:59 +0000 |
commit | 3e23c46bc4078f3ce5bbc11516d8669a91bfe159 (patch) | |
tree | 57752b1b953770d900ef91952085652b4881024c | |
parent | 4d621ceea7b4eb0089db238f0b70bb131af5e154 (diff) | |
download | pkgsrc-3e23c46bc4078f3ce5bbc11516d8669a91bfe159.tar.gz |
Added www/php-fpm
-rw-r--r-- | doc/CHANGES-2012 | 3 | ||||
-rw-r--r-- | www/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/CHANGES-2012 b/doc/CHANGES-2012 index 9b9142671b7..569a4d74780 100644 --- a/doc/CHANGES-2012 +++ b/doc/CHANGES-2012 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2012,v 1.560 2012/02/22 10:23:07 hiramatsu Exp $ +$NetBSD: CHANGES-2012,v 1.561 2012/02/22 10:44:59 fhajny Exp $ Changes to the packages collection and infrastructure in 2012: @@ -799,3 +799,4 @@ Changes to the packages collection and infrastructure in 2012: Updated pkgtools/pkg_install to 20120221 [wiz 2012-02-21] Updated databases/p5-DBIx-Abstract to 1.01 [hiramatsu 2012-02-22] Updated databases/p5-DBIx-Class-UUIDColumns to 0.02006 [hiramatsu 2012-02-22] + Added www/php-fpm version 5.3.10 [fhajny 2012-02-22] diff --git a/www/Makefile b/www/Makefile index caf74062500..07582bf3d43 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.859 2012/02/19 10:59:52 taca Exp $ +# $NetBSD: Makefile,v 1.860 2012/02/22 10:44:59 fhajny Exp $ # COMMENT= Packages related to the World Wide Web @@ -533,6 +533,7 @@ SUBDIR+= php-apc SUBDIR+= php-concrete5 SUBDIR+= php-curl SUBDIR+= php-eaccelerator +SUBDIR+= php-fpm SUBDIR+= php-owncloud SUBDIR+= php-phrasea2 SUBDIR+= php-tidy |