summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--php-fpm/.footprint7
-rw-r--r--php-fpm/.md5sum2
-rw-r--r--php-fpm/Pkgfile6
3 files changed, 8 insertions, 7 deletions
diff --git a/php-fpm/.footprint b/php-fpm/.footprint
index 7bd63705a..7fe1187b1 100644
--- a/php-fpm/.footprint
+++ b/php-fpm/.footprint
@@ -4,8 +4,9 @@ drwxr-xr-x root/root etc/php/
drwxr-xr-x root/root etc/rc.d/
-rwxr-xr-x root/root etc/rc.d/php-fpm
drwxr-xr-x root/root usr/
-drwxr-xr-x root/root usr/man/
-drwxr-xr-x root/root usr/man/man8/
--rw-r--r-- root/root usr/man/man8/php-fpm.8.gz
drwxr-xr-x root/root usr/sbin/
-rwxr-xr-x root/root usr/sbin/php-fpm
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/man/
+drwxr-xr-x root/root usr/share/man/man8/
+-rw-r--r-- root/root usr/share/man/man8/php-fpm.8.gz
diff --git a/php-fpm/.md5sum b/php-fpm/.md5sum
index f7c90438d..89b767ebf 100644
--- a/php-fpm/.md5sum
+++ b/php-fpm/.md5sum
@@ -1,2 +1,2 @@
-c726a86238017c2d9db0171b14d300e7 php-5.6.15.tar.xz
+3f1d999ed1f9cb5713c9a0161c557f2f php-5.6.16.tar.xz
954d95b7f645f3435815195aeeac6949 php-fpm
diff --git a/php-fpm/Pkgfile b/php-fpm/Pkgfile
index d3100a265..1de334507 100644
--- a/php-fpm/Pkgfile
+++ b/php-fpm/Pkgfile
@@ -4,7 +4,7 @@
# Depends on: xz libpcre libxml2
name=php-fpm
-version=5.6.15
+version=5.6.16
release=1
source=(http://php.net/distributions/php-$version.tar.xz
php-fpm)
@@ -34,10 +34,10 @@ build () {
make
- install -d $PKG/{usr/{sbin,man/man8},etc/{rc.d,php}}
+ install -d $PKG/{usr/{sbin,share/man/man8},etc/{rc.d,php}}
install -m 755 sapi/fpm/php-fpm $PKG/usr/sbin/
install -m 644 sapi/fpm/php-fpm.conf $PKG/etc/php/
- install -m 644 sapi/fpm/php-fpm.8 $PKG/usr/man/man8/
+ install -m 644 sapi/fpm/php-fpm.8 $PKG/usr/share/man/man8/
install -m 755 $SRC/php-fpm $PKG/etc/rc.d/
sed -i '/;pid =/s/;//' $PKG/etc/php/php-fpm.conf

Generated by cgit