summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorimil <imil@pkgsrc.org>2013-02-28 21:43:04 +0000
committerimil <imil@pkgsrc.org>2013-02-28 21:43:04 +0000
commita4ad7053615b0d67e0e33cecad0935a676fab381 (patch)
tree57a8ac1db060d5bf694aa2770b2060d69be911fb /lang
parent5462db4bae3b00f05dec17257cca03c59e6824cb (diff)
downloadpkgsrc-a4ad7053615b0d67e0e33cecad0935a676fab381.tar.gz
Uncomment the pid parameter of php-fpm.conf so the pidfile is created and
rc.d script can really start / stop php-fpm. Bump PKGREVISION.
Diffstat (limited to 'lang')
-rw-r--r--lang/php54/Makefile3
-rw-r--r--lang/php54/distinfo3
-rw-r--r--lang/php54/patches/patch-sapi_fpm_php-fpm.conf.in16
3 files changed, 20 insertions, 2 deletions
diff --git a/lang/php54/Makefile b/lang/php54/Makefile
index 489e31f1ffb..ccc601d011f 100644
--- a/lang/php54/Makefile
+++ b/lang/php54/Makefile
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.6 2013/02/22 03:06:50 taca Exp $
+# $NetBSD: Makefile,v 1.7 2013/02/28 21:43:04 imil 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/
diff --git a/lang/php54/distinfo b/lang/php54/distinfo
index beca2c1db78..0a1f6094eb1 100644
--- a/lang/php54/distinfo
+++ b/lang/php54/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.13 2013/02/22 03:06:50 taca Exp $
+$NetBSD: distinfo,v 1.14 2013/02/28 21:43:04 imil Exp $
SHA1 (php-5.4.12.tar.bz2) = 9e1af30b763ba3de19b68b9b8abde1aae1e5e630
RMD160 (php-5.4.12.tar.bz2) = 51fb60f669ff5410fefcb5a00369fbc4707a5044
@@ -19,3 +19,4 @@ SHA1 (patch-php.ini-development) = 79512bd276adaed6bcf5f7f28e965f8a6b589add
SHA1 (patch-php.ini-production) = f5d275abe7668a139999b3607e99f271450f56ae
SHA1 (patch-run-tests.php) = ff80b8ad52d7c0a43fa318ed9bffca9d7b3e688d
SHA1 (patch-sapi_cgi_Makefile.frag) = ba16463cc2a350df1db80c78ac9aec44b20d4bfe
+SHA1 (patch-sapi_fpm_php-fpm.conf.in) = 2369bb6a426a7fb47dc73c88f0daa0f6fa67b593
diff --git a/lang/php54/patches/patch-sapi_fpm_php-fpm.conf.in b/lang/php54/patches/patch-sapi_fpm_php-fpm.conf.in
new file mode 100644
index 00000000000..0071ddc0c5a
--- /dev/null
+++ b/lang/php54/patches/patch-sapi_fpm_php-fpm.conf.in
@@ -0,0 +1,16 @@
+$NetBSD: patch-sapi_fpm_php-fpm.conf.in,v 1.1 2013/02/28 21:43:04 imil Exp $
+
+Uncomment the pid parameter so the pidfile is created and rc.d script
+can really start / stop php-fpm
+
+--- sapi/fpm/php-fpm.conf.in.orig 2013-01-16 07:10:30.000000000 +0000
++++ sapi/fpm/php-fpm.conf.in
+@@ -22,7 +22,7 @@
+ ; Pid file
+ ; Note: the default prefix is @EXPANDED_LOCALSTATEDIR@
+ ; Default Value: none
+-;pid = run/php-fpm.pid
++pid = run/php-fpm.pid
+
+ ; Error log file
+ ; If it's set to "syslog", log is sent to syslogd instead of being written