summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2014-10-16 12:21:01 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2014-10-16 13:57:24 +0000
commit251c5aecf50b946f45fea8844e723cda1ec2b9ba (patch)
tree7beee531f6ab779bac4992f2a831402ea5532c5b
parent281586fb2c30262a2127ef487608afed93b35d85 (diff)
downloadaports-251c5aecf50b946f45fea8844e723cda1ec2b9ba.tar.bz2
aports-251c5aecf50b946f45fea8844e723cda1ec2b9ba.tar.xz
main/php: install php-cli as default instead of php-cgi
when you do 'apk add php' you will not get /usr/bin/php instead of /usr/bin/php-cgi This is more logic.
-rw-r--r--main/php/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/php/APKBUILD b/main/php/APKBUILD
index c1c9cfb51..56481fab6 100644
--- a/main/php/APKBUILD
+++ b/main/php/APKBUILD
@@ -2,12 +2,12 @@
# Maintainer: Matt Smith <mcs@darkregion.net>
pkgname=php
pkgver=5.6.1
-pkgrel=1
+pkgrel=2
pkgdesc="The PHP language runtime engine"
url="http://www.php.net/"
arch="all"
license="PHP-3"
-depends="$pkgname-cgi"
+depends="$pkgname-cli"
install="$pkgname.post-upgrade"
makedepends="
apache2-dev