diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-04-05 18:34:39 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-04-05 18:38:45 -0300 |
commit | f44d036fa2266d7bd9ef1dc80adc11ca748f2df1 (patch) | |
tree | 9c4cc9e947b1ba441d214f117ec2b353266c0338 | |
parent | 561635d29f609b4dff10ce7b23e23069e8b3094e (diff) | |
download | aports-f44d036fa2266d7bd9ef1dc80adc11ca748f2df1.tar.bz2 aports-f44d036fa2266d7bd9ef1dc80adc11ca748f2df1.tar.xz |
community/phpldapadmin: modernize
-rw-r--r-- | community/phpldapadmin/APKBUILD | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/community/phpldapadmin/APKBUILD b/community/phpldapadmin/APKBUILD index d6de9a139d..138ee459cc 100644 --- a/community/phpldapadmin/APKBUILD +++ b/community/phpldapadmin/APKBUILD @@ -8,13 +8,13 @@ url="http://phpldapadmin.sourceforge.net" arch="noarch" license="GPL-2.0-or-later" options="!check" # no test suite -depends="${_php} ${_php}-ldap - ${_php}-gettext - ${_php}-mbstring - ${_php}-opcache - ${_php}-openssl - ${_php}-session - ${_php}-xml +depends="$_php $_php-ldap + $_php-gettext + $_php-mbstring + $_php-opcache + $_php-openssl + $_php-session + $_php-xml " source="$pkgname-$pkgver.tar.gz::https://github.com/leenooks/phpLDAPadmin/archive/$pkgver.tar.gz $pkgname.additional-template @@ -23,7 +23,8 @@ builddir="$srcdir"/phpLDAPadmin-$pkgver # secfixes: # 1.2.3-r4: -# - CVE-2017-11107 +# - CVE-2017-11107 + package() { mkdir -p "$pkgdir"/usr/share/webapps/phpldapadmin mkdir -p "$pkgdir"/etc |