diff options
Diffstat (limited to 'testing/apache-mod-backtrace/APKBUILD')
-rw-r--r-- | testing/apache-mod-backtrace/APKBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/testing/apache-mod-backtrace/APKBUILD b/testing/apache-mod-backtrace/APKBUILD index cc3198062..95f6543b1 100644 --- a/testing/apache-mod-backtrace/APKBUILD +++ b/testing/apache-mod-backtrace/APKBUILD @@ -2,15 +2,15 @@ # Maintainer: Matt Smith <mcs@darkregion.net> pkgname=apache-mod-backtrace pkgver=0 -pkgrel=1 +pkgrel=2 pkgdesc="A module which uses system functions to format a backtrace to show what code did the dirty deed." url="http://people.apache.org/~trawick/exception_hook.html" arch="all" -license="Apache2.0" +license="ASL 2.0" depends="apache2" makedepends="apache2-dev apr-dev autoconf" -install= -subpackages= +install="" +subpackages="" source="http://people.apache.org/~trawick/mod_backtrace.c configure.in Makefile.in" |