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 /audio | |
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 'audio')
-rw-r--r-- | audio/opencore-amr/Makefile | 2 | ||||
-rw-r--r-- | audio/py-pylast/Makefile | 2 | ||||
-rw-r--r-- | audio/vo-aacenc/Makefile | 2 | ||||
-rw-r--r-- | audio/vo-amrwbenc/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/audio/opencore-amr/Makefile b/audio/opencore-amr/Makefile index ec8eb77d1886..2f5c1ae227ad 100644 --- a/audio/opencore-amr/Makefile +++ b/audio/opencore-amr/Makefile @@ -9,7 +9,7 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME} MAINTAINER= gslin@gslin.org COMMENT= OpenCORE implementation of AMR Narrowband & Wideband speech codec -LICENSE= AL2 +LICENSE= APACHE20 GNU_CONFIGURE= yes USES= gmake pathfix diff --git a/audio/py-pylast/Makefile b/audio/py-pylast/Makefile index d72e7536c4aa..9186c5c60f75 100644 --- a/audio/py-pylast/Makefile +++ b/audio/py-pylast/Makefile @@ -9,7 +9,7 @@ MASTER_SITES= CHEESESHOP MAINTAINER= feld@FreeBSD.org COMMENT= A Python interface to Last.fm -LICENSE= AL2 +LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/COPYING USE_PYTHON= yes diff --git a/audio/vo-aacenc/Makefile b/audio/vo-aacenc/Makefile index 19b7f9a6d610..b747f106d31a 100644 --- a/audio/vo-aacenc/Makefile +++ b/audio/vo-aacenc/Makefile @@ -9,7 +9,7 @@ MASTER_SITES= SF/opencore-amr/${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= VisualOn AAC encoder library -LICENSE= AL2 +LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/COPYING GNU_CONFIGURE= yes diff --git a/audio/vo-amrwbenc/Makefile b/audio/vo-amrwbenc/Makefile index 36eecd05e139..940425606866 100644 --- a/audio/vo-amrwbenc/Makefile +++ b/audio/vo-amrwbenc/Makefile @@ -9,7 +9,7 @@ MASTER_SITES= SF/opencore-amr/${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= VisualOn AMR-WB encoder library -LICENSE= AL2 +LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/COPYING GNU_CONFIGURE= yes |