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 /sysutils/py-salt-api | |
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 'sysutils/py-salt-api')
-rw-r--r-- | sysutils/py-salt-api/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/py-salt-api/Makefile b/sysutils/py-salt-api/Makefile index 2a36f7524ec0..6bc6912f2b62 100644 --- a/sysutils/py-salt-api/Makefile +++ b/sysutils/py-salt-api/Makefile @@ -9,7 +9,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= christer.edwards@gmail.com COMMENT= Exposes the fundamental aspects of Salt control to external sources -LICENSE= AL2 +LICENSE= APACHE20 FETCH_ARGS= -pRr USE_PYTHON= 2.6-2.7 |