summaryrefslogtreecommitdiff
path: root/lang/php53
diff options
context:
space:
mode:
authorimil <imil>2013-02-28 21:28:20 +0000
committerimil <imil>2013-02-28 21:28:20 +0000
commit4f62a9c4eb15e3529548a558346dd78ff365f0e2 (patch)
tree6754a2d576cd92a2757daae8d267fa4315ab2b2d /lang/php53
parent501c7c7df2af57b6a56cfbd80943fc22800460e4 (diff)
downloadpkgsrc-4f62a9c4eb15e3529548a558346dd78ff365f0e2.tar.gz
Uncomment the pid parameter for php-fpm.conf so the pidfile is created and
rc.d script can really start / stop php-fpm. Bump PKGREVISION.
Diffstat (limited to 'lang/php53')
-rw-r--r--lang/php53/Makefile3
-rw-r--r--lang/php53/distinfo4
-rw-r--r--lang/php53/patches/patch-sapi_fpm_php-fpm.conf.in16
3 files changed, 20 insertions, 3 deletions
diff --git a/lang/php53/Makefile b/lang/php53/Makefile
index 1446138c612..e55371955c0 100644
--- a/lang/php53/Makefile
+++ b/lang/php53/Makefile
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.37 2013/02/22 03:06:16 taca Exp $
+# $NetBSD: Makefile,v 1.38 2013/02/28 21:28:20 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/php53/distinfo b/lang/php53/distinfo
index 23e09f44a77..4c0da4bcf3d 100644
--- a/lang/php53/distinfo
+++ b/lang/php53/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.58 2013/02/22 03:06:16 taca Exp $
+$NetBSD: distinfo,v 1.59 2013/02/28 21:28:20 imil Exp $
SHA1 (php-5.3.22.tar.bz2) = 8a0948040d70bd7ebf1f3001c4462649b43d5ab0
RMD160 (php-5.3.22.tar.bz2) = dc51c94f4201aeb3bef03df8d1def780a1ab60f5
@@ -21,4 +21,4 @@ SHA1 (patch-ext_standard_basic__functions.c) = 18596d281017760293189d87d19de9c5c
SHA1 (patch-main_main.c) = 3e8f62eed3daadf2c93adeade234e378e792be04
SHA1 (patch-main_streams_cast.c) = c169ccb73dc660e40eff9f9e168374f35eedadad
SHA1 (patch-php__mssql.c) = b46c688ff2d8da33ca2f9beb0eb9182b6edf7e23
-SHA1 (patch-sapi_fpm_fpm__fpm_sockets.h) = 59b3afaef3ab5931ff51df4c2042ee3983f0489a
+SHA1 (patch-sapi_fpm_php-fpm.conf.in) = 6453d0cea05c0f86dcabc95a656532a0ed084aed
diff --git a/lang/php53/patches/patch-sapi_fpm_php-fpm.conf.in b/lang/php53/patches/patch-sapi_fpm_php-fpm.conf.in
new file mode 100644
index 00000000000..e28b10b3057
--- /dev/null
+++ b/lang/php53/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:28:21 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-02-20 10:52:37.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