diff options
author | ohauer <ohauer@FreeBSD.org> | 2013-12-31 04:55:18 +0800 |
---|---|---|
committer | ohauer <ohauer@FreeBSD.org> | 2013-12-31 04:55:18 +0800 |
commit | 03260e438e75566bdf307d6df597c85a05549cc7 (patch) | |
tree | 3ac0539929df7ded62928608363897c24273f689 /benchmarks | |
parent | f1ac9b9ec41c358f8a308d759d3f570a353f102a (diff) | |
download | freebsd-ports-gnome-03260e438e75566bdf307d6df597c85a05549cc7.tar.gz freebsd-ports-gnome-03260e438e75566bdf307d6df597c85a05549cc7.tar.zst freebsd-ports-gnome-03260e438e75566bdf307d6df597c85a05549cc7.zip |
- rename AL2 to APACHE20 in Mk/bsd.licenses.db.mk
- svn move Templates/Licenses/AL2 Templates/Licenses/APACHE20
- add APACHE10 and APACHE11 to Mk/bsd.licenses.db.mk
- add entry in UPDATING
- bulk change all ports AL2 => APACHE20
- math/openfst/pkg-plist: remove share/licenses/openfst-1.3.4
PR: ports/184785
Submitted by: ohauer
Reviewed by: tabthorpe
Approved by: portmgr (tabthorpe@)
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/polygraph/Makefile | 2 | ||||
-rw-r--r-- | benchmarks/wrk/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/benchmarks/polygraph/Makefile b/benchmarks/polygraph/Makefile index 83cb619096c1..38c901dc5459 100644 --- a/benchmarks/polygraph/Makefile +++ b/benchmarks/polygraph/Makefile @@ -12,7 +12,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= as@bsdgroup.de COMMENT= A benchmarking tool for Web proxies -LICENSE= AL2 +LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE USE_GCC= 4.2+ diff --git a/benchmarks/wrk/Makefile b/benchmarks/wrk/Makefile index b63b2774157c..23f0c4e157c6 100644 --- a/benchmarks/wrk/Makefile +++ b/benchmarks/wrk/Makefile @@ -11,7 +11,7 @@ DIST_SUBDIR= ${PORTNAME} MAINTAINER= osa@FreeBSD.org COMMENT= The modern HTTP benchmarking tool -LICENSE= AL2 +LICENSE= APACHE20 FETCH_ARGS= -pRr LIB_DEPENDS+= libluajit-5.1.so:${PORTSDIR}/lang/luajit |