diff options
author | Leonardo Arena <rnalrd@alpinelinux.org> | 2013-06-07 13:03:35 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2013-06-07 13:03:35 +0000 |
commit | 82cf171dc0569c84cc8e1ca08359cf0ce5e0af73 (patch) | |
tree | da2a264f99e09b08852ad7026de2f2167eb8f804 /testing/ltb-project-ssp | |
parent | f3d8483c306bc7cf9bb1fa1c48470ab54a11b1f3 (diff) | |
download | aports-82cf171dc0569c84cc8e1ca08359cf0ce5e0af73.tar.bz2 aports-82cf171dc0569c84cc8e1ca08359cf0ce5e0af73.tar.xz |
testing/ltb-project-ssp: update patch and deps
Diffstat (limited to 'testing/ltb-project-ssp')
-rw-r--r-- | testing/ltb-project-ssp/APKBUILD | 16 | ||||
-rw-r--r-- | testing/ltb-project-ssp/ltb-project-ssp-move-config-location.patch | 2 |
2 files changed, 9 insertions, 9 deletions
diff --git a/testing/ltb-project-ssp/APKBUILD b/testing/ltb-project-ssp/APKBUILD index fdfdfddf9b..ec6392f2d6 100644 --- a/testing/ltb-project-ssp/APKBUILD +++ b/testing/ltb-project-ssp/APKBUILD @@ -1,13 +1,13 @@ # Maintainer: Leonardo Arena -pkgname=ltb-project-ssp -_realname=ltb-project-self-service-password -pkgver=0.8 -pkgrel=0 +pkgname="ltb-project-ssp" +_realname="ltb-project-self-service-password" +pkgver="0.8" +pkgrel=1 pkgdesc="PHP application that allows users to change their password in an LDAP directory" url="http://ltb-project.org/wiki/documentation/self-service-password" arch="noarch" license="GPL" -depends="php" +depends="php php-ldap php-mcrypt" depends_dev= makedepends="$depends_dev" install= @@ -37,8 +37,8 @@ package() { } md5sums="3132329678221221f9b8e94b8de3b360 ltb-project-self-service-password-0.8.tar.gz -eddd2829699e7cfd322ac08e2191c537 ltb-project-ssp-move-config-location.patch" +fd4c36fda7ed90cb11d242bc1139853b ltb-project-ssp-move-config-location.patch" sha256sums="e26d299ed6d2352056d545c3c5c826d296ff7a6152434db25196982dc14359d3 ltb-project-self-service-password-0.8.tar.gz -4d8170e9622b69451387b0f32c2fc417d32b8bfb51611343cb5bb1ee8e14a5c9 ltb-project-ssp-move-config-location.patch" +f5cb978e5d45e09bf9923af8e337c7385448b350060a01f26eb9d061a1524340 ltb-project-ssp-move-config-location.patch" sha512sums="3586ba46b35badc37fbd562d884c9cd1f21527c31458231ed3af6848e919d9072251e11cbbdbf583f39901c6e37c85223be2682c0821d1553cba6911c339e6c7 ltb-project-self-service-password-0.8.tar.gz -a34442dd9480b890daa225c4c1bccbeb3f13fd1fded6561d64de760089db3e015d1e3db4b841f5d7c04730955e89072a833f0d268a3d40f01172b5ac09e80487 ltb-project-ssp-move-config-location.patch" +70151388b681a6af43d0861f3741ecf2573f1c9f4f79258bb7f66e54cd80ca57f895f371f5e1369c424f5a2059a406c90f8ad3ce3245357e5d2b51edf578826c ltb-project-ssp-move-config-location.patch" diff --git a/testing/ltb-project-ssp/ltb-project-ssp-move-config-location.patch b/testing/ltb-project-ssp/ltb-project-ssp-move-config-location.patch index 51ba4e3a1a..a7f0df7128 100644 --- a/testing/ltb-project-ssp/ltb-project-ssp-move-config-location.patch +++ b/testing/ltb-project-ssp/ltb-project-ssp-move-config-location.patch @@ -5,7 +5,7 @@ # Includes #============================================================================== -require_once("conf/config.inc.php"); -+require_once("/etc/ltb-project-ssb/conf/config.inc.php"); ++require_once("/etc/ltb-project/ssp/conf/config.inc.php"); require_once("lib/functions.inc.php"); if ($use_recaptcha) { require_once("lib/recaptchalib.php"); |