summaryrefslogtreecommitdiffstats
path: root/testing/apache-mod-backtrace
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2013-10-31 21:17:09 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2013-11-20 10:27:28 +0000
commit0f95d5269f6479dbb0063d41229cfc4ea2b1c589 (patch)
tree4b9f766c52f788b7b1c0333790225b0bec0281f0 /testing/apache-mod-backtrace
parent5550d38fd33db63a75984616eeb33ae856dd0864 (diff)
downloadaports-0f95d5269f6479dbb0063d41229cfc4ea2b1c589.tar.bz2
aports-0f95d5269f6479dbb0063d41229cfc4ea2b1c589.tar.xz
testing/apache-mod-backtrace: update license tag
Diffstat (limited to 'testing/apache-mod-backtrace')
-rw-r--r--testing/apache-mod-backtrace/APKBUILD8
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"