diff options
author | tabthorpe <tabthorpe@FreeBSD.org> | 2012-01-09 15:41:08 +0000 |
---|---|---|
committer | tabthorpe <tabthorpe@FreeBSD.org> | 2012-01-09 15:41:08 +0000 |
commit | 4f7c486f725d005ae95c9625c0a76c72abee9106 (patch) | |
tree | d5e6f94b4b5d8aaccd8d04110a0c903cda2ea0ad | |
parent | 42f09bb18823620f8b289d268c0261cdca5968a5 (diff) | |
download | FreeBSD-ports-4f7c486f725d005ae95c9625c0a76c72abee9106.zip FreeBSD-ports-4f7c486f725d005ae95c9625c0a76c72abee9106.tar.gz |
- The proper acronym for Apache Software License 2 is really AL2
- Thanks to crees@ for generating the initial patch
PR: ports/163521
Submitted by: Pedro Giffuni <pfg apache.org>
Hat: portmgr
Exp run by: pav
107 files changed, 115 insertions, 109 deletions
diff --git a/Mk/bsd.licenses.db.mk b/Mk/bsd.licenses.db.mk index 4bfb91d..967a7df 100644 --- a/Mk/bsd.licenses.db.mk +++ b/Mk/bsd.licenses.db.mk @@ -36,7 +36,7 @@ Licenses_db_Include_MAINTAINER= portmgr@FreeBSD.org # _LICENSE_LIST_GROUPS - List of defined license groups # -_LICENSE_LIST= ART10 ART20 ASL BSD BSL CDDL EPL GFDL GPLv1 GPLv2 GPLv3 ISCL \ +_LICENSE_LIST= AL2 ART10 ART20 BSD BSL CDDL EPL GFDL GPLv1 GPLv2 GPLv3 ISCL \ LGPL20 LGPL21 LGPL3 LPPL10 LPPL11 LPPL12 LPPL13 LPPL13a \ LPPL13b LPPL13c MIT MPL OWL PHP202 PHP30 PHP301 PSFL ZPL21 @@ -65,15 +65,15 @@ _LICENSE_PERMS_DEFAULT= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept # - General permissions from groups are added to each license, if not defined. # +_LICENSE_NAME_AL2= Apache License +_LICENSE_GROUPS_AL2= FSF OSI COPYFREE + _LICENSE_NAME_ART10= Artistic License version 1.0 _LICENSE_GROUPS_ART10= OSI _LICENSE_NAME_ART20= Artistic License version 2.0 _LICENSE_GROUPS_ART20= FSF GPL OSI -_LICENSE_NAME_ASL= Apache License -_LICENSE_GROUPS_ASL= FSF OSI COPYFREE - _LICENSE_NAME_BSD= BSD license _LICENSE_GROUPS_BSD= FSF OSI COPYFREE @@ -6,6 +6,12 @@ You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. 20120109: + AFFECTS: ports using Apache Software License 2.0 + AUTHOR: tabthorpe@FreeBSD.org + + The correct acronym for Apache Sofware License 2.0 is really AL2. + +20120109: AFFECTS: users of graphics/inkscape: AUTHOR: bsam@@FreeBSD.org diff --git a/audio/vo-aacenc/Makefile b/audio/vo-aacenc/Makefile index 8f4bbd0..ad54e67 100644 --- a/audio/vo-aacenc/Makefile +++ b/audio/vo-aacenc/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= SF/opencore-amr/${PORTNAME} MAINTAINER= mm@FreeBSD.org COMMENT= VisualOn AAC encoder library -LICENSE= ASL +LICENSE= AL2 LICENSE_FILE= ${WRKSRC}/COPYING GNU_CONFIGURE= yes diff --git a/audio/vo-amrwbenc/Makefile b/audio/vo-amrwbenc/Makefile index 186b45f..c73a88b 100644 --- a/audio/vo-amrwbenc/Makefile +++ b/audio/vo-amrwbenc/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= SF/opencore-amr/${PORTNAME} MAINTAINER= mm@FreeBSD.org COMMENT= VisualOn AMR-WB encoder library -LICENSE= ASL +LICENSE= AL2 LICENSE_FILE= ${WRKSRC}/COPYING GNU_CONFIGURE= yes diff --git a/biology/lamarc/Makefile b/biology/lamarc/Makefile index cf35c2f..941b4ed 100644 --- a/biology/lamarc/Makefile +++ b/biology/lamarc/Makefile @@ -16,7 +16,7 @@ EXTRACT_SUFX= .src.tar.gz MAINTAINER= cs@FreeBSD.org COMMENT= A package of programs for computing population parameters -LICENSE= ASL +LICENSE= AL2 OPTIONS= WXGTK2 "Install wxWidgets" off diff --git a/chinese/opencc/Makefile b/chinese/opencc/Makefile index 6763666..684397e 100644 --- a/chinese/opencc/Makefile +++ b/chinese/opencc/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} MAINTAINER= lichray@gmail.com COMMENT= Open Chinese Convert library and utilities -LICENSE= ASL +LICENSE= AL2 MAN1= opencc.1 opencc_dict.1 diff --git a/databases/adminer/Makefile b/databases/adminer/Makefile index c652867..2fbfa63 100644 --- a/databases/adminer/Makefile +++ b/databases/adminer/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= SF/${PORTNAME}/Adminer/Adminer%20${PORTVERSION} MAINTAINER= wen@FreeBSD.org COMMENT= A full-featured database management tool written in PHP -LICENSE= ASL +LICENSE= AL2 USE_ZIP= yes NO_BUILD= yes diff --git a/databases/cassandra/Makefile b/databases/cassandra/Makefile index 5c37988..be390f6 100644 --- a/databases/cassandra/Makefile +++ b/databases/cassandra/Makefile @@ -16,7 +16,7 @@ EXTRACT_SUFX= -bin.tar.gz MAINTAINER= gslin@gslin.org COMMENT= Open source distributed database management system -LICENSE= ASL +LICENSE= AL2 JAVA_VERSION= 1.6 JAVA_VENDOR= openjdk diff --git a/databases/jasperserver/Makefile b/databases/jasperserver/Makefile index 405bd18..82d0316 100644 --- a/databases/jasperserver/Makefile +++ b/databases/jasperserver/Makefile @@ -16,7 +16,7 @@ EXTRACT_ONLY= jasperreports-server-cp-${PORTVERSION}-src.zip MAINTAINER= jgh@FreeBSD.org COMMENT= Open Source Java Reporting Library -LICENSE= GPLv2 MIT ASL +LICENSE= GPLv2 MIT AL2 LICENSE_COMB= multi BUILD_DEPENDS= mvn:${PORTSDIR}/devel/maven2 diff --git a/databases/java-mybatis/Makefile b/databases/java-mybatis/Makefile index afccdb3..d28157e 100644 --- a/databases/java-mybatis/Makefile +++ b/databases/java-mybatis/Makefile @@ -22,7 +22,7 @@ COMMENT= SQL Mapping Framework USE_JAVA= yes USE_ZIP= yes -LICENSE= ASL +LICENSE= AL2 NO_BUILD= yes JAR_FILE= ${PORTNAME}-${PORTVERSION}.jar diff --git a/databases/kumofs/Makefile b/databases/kumofs/Makefile index 914d743..588d820 100644 --- a/databases/kumofs/Makefile +++ b/databases/kumofs/Makefile @@ -19,7 +19,7 @@ LIB_DEPENDS= msgpack:${PORTSDIR}/devel/msgpack \ tokyocabinet:${PORTSDIR}/databases/tokyocabinet RUN_DEPENDS= rubygem-msgpack>0:${PORTSDIR}/devel/rubygem-msgpack -LICENSE= ASL +LICENSE= AL2 USE_AUTOTOOLS= libtool autoheader autoconf automake aclocal ACLOCAL_ARGS= # empty AUTOMAKE_ARGS= --add-missing --copy diff --git a/databases/p5-MongoDB/Makefile b/databases/p5-MongoDB/Makefile index e7e0c9a..f082778 100644 --- a/databases/p5-MongoDB/Makefile +++ b/databases/p5-MongoDB/Makefile @@ -15,7 +15,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Mongo Driver for Perl -LICENSE= ASL +LICENSE= AL2 BUILD_DEPENDS= p5-Any-Moose>=0:${PORTSDIR}/devel/p5-Any-Moose \ p5-Class-Method-Modifiers>=0:${PORTSDIR}/devel/p5-Class-Method-Modifiers \ diff --git a/databases/pecl-mongo/Makefile b/databases/pecl-mongo/Makefile index aacf664..b80d7c7 100644 --- a/databases/pecl-mongo/Makefile +++ b/databases/pecl-mongo/Makefile @@ -15,7 +15,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= miwi@FreeBSD.org COMMENT= PECL classes for Mongo Database Driver -LICENSE= ASL +LICENSE= AL2 IGNORE_WITH_PHP=4 diff --git a/databases/py-cql/Makefile b/databases/py-cql/Makefile index 414460c..4362225 100644 --- a/databases/py-cql/Makefile +++ b/databases/py-cql/Makefile @@ -15,7 +15,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= hsn@sendmail.cz COMMENT= Python DB-API 2.0 client interface for Cassandra -LICENSE= ASL +LICENSE= AL2 RUN_DEPENDS= ${PYTHON_SITELIBDIR}/thrift/Thrift.py:${PORTSDIR}/devel/py-thrift diff --git a/databases/py-south/Makefile b/databases/py-south/Makefile index f52dea1..90a2a27 100644 --- a/databases/py-south/Makefile +++ b/databases/py-south/Makefile @@ -14,7 +14,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= count@211.ru COMMENT= This is South, intelligent schema migrations for Django apps -LICENSE= ASL +LICENSE= AL2 LICENSE_FILE= ${WRKSRC}/LICENSE WRKSRC= ${WRKDIR}/${PORTNAME} diff --git a/deskutils/horde4-mnemo/Makefile b/deskutils/horde4-mnemo/Makefile index 6dbfb72..247ab2f 100644 --- a/deskutils/horde4-mnemo/Makefile +++ b/deskutils/horde4-mnemo/Makefile @@ -13,7 +13,7 @@ PKGNAMEPREFIX= horde- MAINTAINER= horde@FreeBSD.org COMMENT= Horde web based notes manager -LICENSE= ASL +LICENSE= AL2 LICENSE_FILE= ${WRKSRC}/LICENSE LATEST_LINK= horde4-${PORTNAME} diff --git a/devel/R-cran-foreach/Makefile b/devel/R-cran-foreach/Makefile index 2b20c37..56b1491 100644 --- a/devel/R-cran-foreach/Makefile +++ b/devel/R-cran-foreach/Makefile @@ -14,7 +14,7 @@ DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= tota@FreeBSD.org COMMENT= Foreach looping construct for R -LICENSE= ASL +LICENSE= AL2 RUN_DEPENDS= R-cran-iterators>=1.0.0:${PORTSDIR}/devel/R-cran-iterators diff --git a/devel/R-cran-iterators/Makefile b/devel/R-cran-iterators/Makefile index c2a4ca6..ddc7aca 100644 --- a/devel/R-cran-iterators/Makefile +++ b/devel/R-cran-iterators/Makefile @@ -14,7 +14,7 @@ DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= tota@FreeBSD.org COMMENT= Iterator construct for R -LICENSE= ASL +LICENSE= AL2 USE_R_MOD= yes R_MOD_AUTOPLIST= yes diff --git a/devel/apache-ant/Makefile b/devel/apache-ant/Makefile index 3d5a6cb..2fa14fd 100644 --- a/devel/apache-ant/Makefile +++ b/devel/apache-ant/Makefile @@ -20,7 +20,7 @@ COMMENT= Java- and XML-based build tool, conceptually similar to make RUN_DEPENDS= classpath:${PORTSDIR}/java/javavmwrapper -LICENSE= ASL +LICENSE= AL2 ANT_DISTFILE= ${PORTNAME}-${PORTVERSION}-bin.tar.bz2 MANPAGE_DISTFILE= ${PORTNAME}-manpage-${MANPAGE_VERSION}.tgz diff --git a/devel/etoile-unitkit/Makefile b/devel/etoile-unitkit/Makefile index 6f9b4de..bf4f0c9 100644 --- a/devel/etoile-unitkit/Makefile +++ b/devel/etoile-unitkit/Makefile @@ -15,7 +15,7 @@ DISTNAME= etoile-0.4.1 MAINTAINER= dinoex@FreeBSD.org COMMENT= Etoile Project UnitKit test framework on GNUstep -LICENSE= ASL +LICENSE= AL2 USE_BZIP2= yes USE_GNUSTEP= yes diff --git a/devel/fb303/Makefile b/devel/fb303/Makefile index d5b48b8..4a7f618 100644 --- a/devel/fb303/Makefile +++ b/devel/fb303/Makefile @@ -16,7 +16,7 @@ DISTNAME= thrift-${PORTVERSION} MAINTAINER= komarov@valerka.net COMMENT= The Facebook Bassline -LICENSE= ASL +LICENSE= AL2 LIB_DEPENDS= boost_system:${PORTSDIR}/devel/boost-libs \ thrift:${PORTSDIR}/devel/thrift diff --git a/devel/jakarta-commons-chain/Makefile b/devel/jakarta-commons-chain/Makefile index e53d947..9c0a2b0 100644 --- a/devel/jakarta-commons-chain/Makefile +++ b/devel/jakarta-commons-chain/Makefile @@ -19,7 +19,7 @@ COMMENT= API implementing Chain of Responsiblity design pattern BUILD_DEPENDS= ${JAR_DEPENDS} RUN_DEPENDS= ${JAR_DEPENDS} -LICENSE= ASL +LICENSE= AL2 JAR_DEPENDS= ${JAVALIBDIR}/commons-beanutils.jar:${PORTSDIR}/java/jakarta-commons-beanutils \ ${JAVALIBDIR}/commons-digester.jar:${PORTSDIR}/textproc/jakarta-commons-digester \ diff --git a/devel/jakarta-commons-io/Makefile b/devel/jakarta-commons-io/Makefile index def3602..da6581f 100644 --- a/devel/jakarta-commons-io/Makefile +++ b/devel/jakarta-commons-io/Makefile @@ -18,7 +18,7 @@ COMMENT= A collection of I/O utilities for Java BUILD_DEPENDS= ${JAVALIBDIR}/junit.jar:${PORTSDIR}/java/junit -LICENSE= ASL +LICENSE= AL2 USE_JAVA= yes JAVA_VERSION= 1.5+ diff --git a/devel/log4cxx/Makefile b/devel/log4cxx/Makefile index 41027ff..79ad2c5 100644 --- a/devel/log4cxx/Makefile +++ b/devel/log4cxx/Makefile @@ -15,7 +15,7 @@ DISTNAME= apache-${PORTNAME}-${PORTVERSION} MAINTAINER= rene@FreeBSD.org COMMENT= Log4cxx is a port to C++ of the Log4j project -LICENSE= ASL +LICENSE= AL2 LIB_DEPENDS= apr-1:${PORTSDIR}/devel/apr1 diff --git a/devel/maven-ant-tasks/Makefile b/devel/maven-ant-tasks/Makefile index 1d3d71e..d1ab193 100644 --- a/devel/maven-ant-tasks/Makefile +++ b/devel/maven-ant-tasks/Makefile @@ -18,7 +18,7 @@ COMMENT= Allows Maven's artifact handling to be used from within an Ant build RUN_DEPENDS= ant:${PORTSDIR}/devel/apache-ant -LICENSE= ASL +LICENSE= AL2 USE_JAVA= 1.5+ diff --git a/devel/ninja/Makefile b/devel/ninja/Makefile index b1ee319..5d68bf2 100644 --- a/devel/ninja/Makefile +++ b/devel/ninja/Makefile @@ -15,7 +15,7 @@ DISTNAME= Roorabck-${PORTNAME}-${DISTVERSION}-0-g${GITVERSION} MAINTAINER= magik@roorback.net COMMENT= Ninja is a small build system closest in spirit to Make -LICENSE= ASL +LICENSE= AL2 CONFLICTS= irc/ninja-[0-9]* USE_PYTHON= yes diff --git a/devel/py-gdata/Makefile b/devel/py-gdata/Makefile index 849e764..03d2dc8 100644 --- a/devel/py-gdata/Makefile +++ b/devel/py-gdata/Makefile @@ -14,7 +14,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= duchateau.olivier@gmail.com COMMENT= GData Python Client Library -LICENSE= ASL +LICENSE= AL2 PROJECTHOST= gdata-python-client USE_PYTHON= -2.7 diff --git a/devel/py-wsgi_xmlrpc/Makefile b/devel/py-wsgi_xmlrpc/Makefile index 8b0db42..f3b9bb8 100644 --- a/devel/py-wsgi_xmlrpc/Makefile +++ b/devel/py-wsgi_xmlrpc/Makefile @@ -15,7 +15,7 @@ DISTNAME= ${PORTNAME:S/_/-/}-${PORTVERSION} MAINTAINER= geka@sippysoft.com COMMENT= WSGI application for a simple XMLRPC method dispatching -LICENSE= ASL +LICENSE= AL2 USE_PYTHON= 2.5+ USE_PYDISTUTILS= easy_install diff --git a/devel/scalatest/Makefile b/devel/scalatest/Makefile index fd31978..f2ce8ff 100644 --- a/devel/scalatest/Makefile +++ b/devel/scalatest/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= http://www.artima.com/downloadScalaTest/ \ MAINTAINER= mitsururike@gmail.com COMMENT= A regression testing utility for use with the Scala Language -LICENSE= ASL +LICENSE= AL2 LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= scala>=2.9.0:${PORTSDIR}/lang/scala diff --git a/devel/subversion/Makefile.common b/devel/subversion/Makefile.common index cdc5eb6..3f5a979 100644 --- a/devel/subversion/Makefile.common +++ b/devel/subversion/Makefile.common @@ -19,7 +19,7 @@ USE_BZIP2= yes USE_AUTOTOOLS= libtool USE_KDE4= # Used below if KWallet support is enabled -LICENSE= ASL +LICENSE= AL2 CONFLICTS_INSTALL+= ${PKGNAMEPREFIX}${PORTNAME}${PKGNAMESUFFIX}-1.6.[0-9]* diff --git a/devel/subversion16/Makefile.common b/devel/subversion16/Makefile.common index 13424da..bddfdd6 100644 --- a/devel/subversion16/Makefile.common +++ b/devel/subversion16/Makefile.common @@ -19,7 +19,7 @@ USE_BZIP2= yes USE_AUTOTOOLS= libtool USE_KDE4= # Used below if KWallet support is enabled -LICENSE= ASL +LICENSE= AL2 CONFLICTS_INSTALL+= ${PKGNAMEPREFIX}${PORTNAME}${PKGNAMESUFFIX}-1.7.[0-9]* LATEST_LINK= ${PKGNAMEPREFIX}${PORTNAME}16${PKGNAMESUFFIX} diff --git a/devel/thrift/Makefile b/devel/thrift/Makefile index 28570e1..fe1337b 100644 --- a/devel/thrift/Makefile +++ b/devel/thrift/Makefile @@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= /thrift/${PORTVERSION} MAINTAINER= komarov@valerka.net COMMENT= Framework for scalable cross-language services development -LICENSE= ASL +LICENSE= AL2 LIB_DEPENDS= boost_iostreams:${PORTSDIR}/devel/boost-libs \ event-1.4:${PORTSDIR}/devel/libevent diff --git a/dns/py-namebench/Makefile b/dns/py-namebench/Makefile index bed179f..8164d3e 100644 --- a/dns/py-namebench/Makefile +++ b/dns/py-namebench/Makefile @@ -16,7 +16,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= jgh@FreeBSD.org COMMENT= An open-source DNS benchmark utility -LICENSE= ASL +LICENSE= AL2 RUN_DEPENDS+= \ ${PYTHON_PKGNAMEPREFIX}Jinja2>=2.5.5:${PORTSDIR}/devel/py-Jinja2 \ diff --git a/editors/pico-alpine/Makefile b/editors/pico-alpine/Makefile index 6e1fbb2..2d0cc03 100644 --- a/editors/pico-alpine/Makefile +++ b/editors/pico-alpine/Makefile @@ -12,7 +12,7 @@ DISTNAME= alpine-${PORTVERSION} COMMENT= [Al]PIne's message COmposition editor and Pilot file manager -LICENSE= ASL +LICENSE= AL2 MASTERDIR= ${.CURDIR}/../../mail/alpine diff --git a/graphics/R-cran-RColorBrewer/Makefile b/graphics/R-cran-RColorBrewer/Makefile index 24fcb70..89b4def 100644 --- a/graphics/R-cran-RColorBrewer/Makefile +++ b/graphics/R-cran-RColorBrewer/Makefile @@ -14,7 +14,7 @@ DISTNAME= ${PORTNAME}_${DISTVERSION} MAINTAINER= tota@FreeBSD.org COMMENT= ColorBrewer palettes -LICENSE= ASL +LICENSE= AL2 USE_R_MOD= yes R_MOD_AUTOPLIST= yes diff --git a/graphics/py-actdiag/Makefile b/graphics/py-actdiag/Makefile index ede4e17..f468fbb 100644 --- a/graphics/py-actdiag/Makefile +++ b/graphics/py-actdiag/Makefile @@ -14,7 +14,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= tota@FreeBSD.org COMMENT= A simple activity-diagram image generator -LICENSE= ASL +LICENSE= AL2 LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PKGNAMEPREFIX}imaging>=1.1.5:${PORTSDIR}/graphics/py-imaging \ diff --git a/graphics/py-blockdiag/Makefile b/graphics/py-blockdiag/Makefile index 6b2e4f0..9a6da4a 100644 --- a/graphics/py-blockdiag/Makefile +++ b/graphics/py-blockdiag/Makefile @@ -14,7 +14,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= tota@FreeBSD.org COMMENT= A simple block-diagram image generator -LICENSE= ASL +LICENSE= AL2 LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PKGNAMEPREFIX}imaging>=1.1.5:${PORTSDIR}/graphics/py-imaging \ diff --git a/graphics/py-nwdiag/Makefile b/graphics/py-nwdiag/Makefile index b1a4516..ec64c3c9 100644 --- a/graphics/py-nwdiag/Makefile +++ b/graphics/py-nwdiag/Makefile @@ -14,7 +14,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= tota@FreeBSD.org COMMENT= A simple network-diagram image generator -LICENSE= ASL +LICENSE= AL2 LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PKGNAMEPREFIX}imaging>=1.1.5:${PORTSDIR}/graphics/py-imaging \ diff --git a/graphics/py-seqdiag/Makefile b/graphics/py-seqdiag/Makefile index 6a16a6f..0f2addd 100644 --- a/graphics/py-seqdiag/Makefile +++ b/graphics/py-seqdiag/Makefile @@ -14,7 +14,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= tota@FreeBSD.org COMMENT= A simple sequence-diagram image generator -LICENSE= ASL +LICENSE= AL2 LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PKGNAMEPREFIX}imaging>=1.1.5:${PORTSDIR}/graphics/py-imaging \ diff --git a/graphics/tesseract-data/Makefile b/graphics/tesseract-data/Makefile index 8e61a03..c0625e0 100644 --- a/graphics/tesseract-data/Makefile +++ b/graphics/tesseract-data/Makefile @@ -16,7 +16,7 @@ EXTRACT_ONLY= #empty MAINTAINER= bf@FreeBSD.org COMMENT= Additional trained language data for the Tesseract OCR engine -LICENSE= ASL +LICENSE= AL2 DIST_SUBDIR= tesseract PROJECTHOST= tesseract-ocr diff --git a/graphics/tesseract/Makefile b/graphics/tesseract/Makefile index 850fe9f..9840e46 100644 --- a/graphics/tesseract/Makefile +++ b/graphics/tesseract/Makefile @@ -19,7 +19,7 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= bf@FreeBSD.org COMMENT= Commercial quality open source OCR engine -LICENSE= ASL +LICENSE= AL2 LIB_DEPENDS= lept.2:${PORTSDIR}/graphics/leptonica diff --git a/java/castor/Makefile b/java/castor/Makefile index 28e764d..7c42a2d 100644 --- a/java/castor/Makefile +++ b/java/castor/Makefile @@ -14,7 +14,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= crees@FreeBSD.org COMMENT= Data binding for XML (JAXB) and SQL database (JDO) -LICENSE= ASL +LICENSE= AL2 USE_JAVA= yes JAVA_VERSION= 1.5+ diff --git a/java/jakarta-commons-cli/Makefile b/java/jakarta-commons-cli/Makefile index 52a9ac5..bf1eacf 100644 --- a/java/jakarta-commons-cli/Makefile +++ b/java/jakarta-commons-cli/Makefile @@ -17,7 +17,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-bin MAINTAINER= hq@FreeBSD.org COMMENT= Java library for command line arguments and options -LICENSE= ASL +LICENSE= AL2 USE_JAVA= yes JAVA_VERSION= 1.5+ diff --git a/java/jakarta-commons-codec/Makefile b/java/jakarta-commons-codec/Makefile index 7d6b06e..07ec294 100644 --- a/java/jakarta-commons-codec/Makefile +++ b/java/jakarta-commons-codec/Makefile @@ -16,7 +16,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-src MAINTAINER= ale@FreeBSD.org COMMENT= An implementations of common encoders and decoders -LICENSE= ASL +LICENSE= AL2 LICENSE_FILE= ${WRKSRC}/LICENSE.txt USE_JAVA= yes diff --git a/java/jakarta-commons-lang/Makefile b/java/jakarta-commons-lang/Makefile index 3f1e72e..c5034c7 100644 --- a/java/jakarta-commons-lang/Makefile +++ b/java/jakarta-commons-lang/Makefile @@ -16,7 +16,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-src MAINTAINER= hq@FreeBSD.org COMMENT= Jakarta library with helper utilities for the java.lang API -LICENSE= ASL +LICENSE= AL2 USE_JAVA= yes JAVA_VERSION= 1.5+ diff --git a/java/netty/Makefile b/java/netty/Makefile index 7d01e92..ddfbba3 100644 --- a/java/netty/Makefile +++ b/java/netty/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= SF/jboss/Netty%20Project/Netty%20${PORTVERSION}.Final/ MAINTAINER= m.tsatsenko@gmail.com COMMENT= Java NIO client server framework -LICENSE= ASL +LICENSE= AL2 USE_JAVA= yes USE_BZIP2= yes diff --git a/lang/gambit-c/Makefile b/lang/gambit-c/Makefile index 99dcfd3..46cacea 100644 --- a/lang/gambit-c/Makefile +++ b/lang/gambit-c/Makefile @@ -16,7 +16,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= pmn@bakarika.net COMMENT= Gambit programming system where the compiler generates portable C code -LICENSE= ASL +LICENSE= AL2 MAN1= gsi.1 diff --git a/lang/groovy/Makefile b/lang/groovy/Makefile index c270ce6..1ef824c 100644 --- a/lang/groovy/Makefile +++ b/lang/groovy/Makefile @@ -15,7 +15,7 @@ DISTFILES= groovy-binary-${PORTVERSION}${EXTRACT_SUFX} MAINTAINER= mjs@Bur.st COMMENT= Agile dynamic language for the JVM -LICENSE= ASL +LICENSE= AL2 WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION:U} USE_ZIP=yes diff --git a/mail/alpine/Makefile b/mail/alpine/Makefile index 438db48..57f4f26 100644 --- a/mail/alpine/Makefile +++ b/mail/alpine/Makefile @@ -16,7 +16,7 @@ DIST_SUBDIR= alpine-${PORTVERSION} MAINTAINER= dougb@FreeBSD.org COMMENT?= Mail and news client descended from Pine -LICENSE= ASL +LICENSE= AL2 OPTIONS+= THREADS "Compile with thread support" on \ MOUSE "Enable mouse support for xterm" on \ diff --git a/mail/cclient/Makefile b/mail/cclient/Makefile index b71c590..c8e7030 100644 --- a/mail/cclient/Makefile +++ b/mail/cclient/Makefile @@ -19,7 +19,7 @@ DISTNAME= imap-${PORTVERSION} MAINTAINER= anders@FreeBSD.org COMMENT= Mark Crispin's C-client mail access routines -LICENSE= ASL +LICENSE= AL2 LICENSE_FILE= ${WRKSRC}/LICENSE.txt OPTIONS= SSL "Compile with SSL support" on \ diff --git a/mail/horde4-ingo/Makefile b/mail/horde4-ingo/Makefile index 244134f..354a529 100644 --- a/mail/horde4-ingo/Makefile +++ b/mail/horde4-ingo/Makefile @@ -13,7 +13,7 @@ PKGNAMEPREFIX= horde- MAINTAINER= horde@FreeBSD.org COMMENT= Horde email filter rules manager -LICENSE= ASL +LICENSE= AL2 LICENSE_FILE= ${WRKSRC}/LICENSE LATEST_LINK= horde4-${PORTNAME} diff --git a/mail/horde4-turba/Makefile b/mail/horde4-turba/Makefile index bcd489c..4000ed8 100644 --- a/mail/horde4-turba/Makefile +++ b/mail/horde4-turba/Makefile @@ -13,7 +13,7 @@ CATEGORIES= mail www pear MAINTAINER= horde@FreeBSD.org COMMENT= Horde web based address book -LICENSE= ASL +LICENSE= AL2 LICENSE_FILE= ${WRKSRC}/LICENSE LATEST_LINK= horde4-${PORTNAME} diff --git a/mail/imap-uw/Makefile b/mail/imap-uw/Makefile index d4da403..cdfc6c9 100644 --- a/mail/imap-uw/Makefile +++ b/mail/imap-uw/Makefile @@ -19,7 +19,7 @@ PKGNAMESUFFIX= -uw MAINTAINER= anders@FreeBSD.org COMMENT= University of Washington IMAP4rev1/POP2/POP3 mail servers -LICENSE= ASL +LICENSE= AL2 LICENSE_FILE= ${WRKSRC}/LICENSE.txt LIB_DEPENDS= c-client4.9:${PORTSDIR}/mail/cclient diff --git a/mail/libdkim/Makefile b/mail/libdkim/Makefile index c9067d3..6d13080 100644 --- a/mail/libdkim/Makefile +++ b/mail/libdkim/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= SF MAINTAINER= skv@FreeBSD.org COMMENT= DKIM (DomainKeys Identified Mail) library -LICENSE= ASL +LICENSE= AL2 USE_ZIP= YES USE_LDCONFIG= YES diff --git a/mail/mime4j/Makefile b/mail/mime4j/Makefile index 7a50373..be1206e 100644 --- a/mail/mime4j/Makefile +++ b/mail/mime4j/Makefile @@ -17,7 +17,7 @@ COMMENT= A Java parser for e-mail message streams RUN_DEPENDS= ${JAVAJARDIR}/commons-logging.jar:${PORTSDIR}/java/jakarta-commons-logging -LICENSE= ASL +LICENSE= AL2 LICENSE_FILE= ${WRKSRC}/LICENSE USE_JAVA= yes diff --git a/mail/p5-SES/Makefile b/mail/p5-SES/Makefile index 989f59b..2a11067 100644 --- a/mail/p5-SES/Makefile +++ b/mail/p5-SES/Makefile @@ -15,7 +15,7 @@ DISTNAME= ses-tools-2011-10-31 MAINTAINER= stephon@gmail.com COMMENT= Perl module of Amazon Simple Email Services -LICENSE= ASL +LICENSE= AL2 LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= p5-Digest-SHA>=0:${PORTSDIR}/security/p5-Digest-SHA \ diff --git a/mail/spamass-ixhash/Makefile b/mail/spamass-ixhash/Makefile index 27225b1..14eef91 100644 --- a/mail/spamass-ixhash/Makefile +++ b/mail/spamass-ixhash/Makefile @@ -20,7 +20,7 @@ RUN_DEPENDS= spamc:${PORTSDIR}/mail/p5-Mail-SpamAssassin \ ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \ p5-Net-DNS>=0.63:${PORTSDIR}/dns/p5-Net-DNS -LICENSE= ASL +LICENSE= AL2 LICENSE_FILE= ${WRKSRC}/LICENSE SUB_FILES= pkg-message NO_BUILD= yes diff --git a/net-p2p/i2p/Makefile b/net-p2p/i2p/Makefile index fbd5ffc..69c0ff1 100644 --- a/net-p2p/i2p/Makefile +++ b/net-p2p/i2p/Makefile @@ -19,7 +19,7 @@ EXTRACT_ONLY= i2psource_${PORTVERSION}${EXTRACT_SUFX} MAINTAINER= lioux@FreeBSD.org COMMENT= An anonymizing network -LICENSE= ASL EULA +LICENSE= AL2 EULA LICENSE_COMB= multi BUILD_DEPENDS= ${LOCALBASE}/lib/libgmp.a:${PORTSDIR}/math/gmp \ diff --git a/net/activemq/Makefile b/net/activemq/Makefile index 8b7c182..c7ed05eb 100644 --- a/net/activemq/Makefile +++ b/net/activemq/Makefile @@ -19,7 +19,7 @@ COMMENT= Messaging and Integration Patterns provider NO_BUILD= yes USE_JAVA= yes -LICENSE= ASL +LICENSE= AL2 JAVA_VERSION= 1.5+ MQDATA= ${PREFIX}/lib/${PORTNAME} MQDB= ${PREFIX}/${PORTNAME} diff --git a/net/googlecl/Makefile b/net/googlecl/Makefile index 3703927..66feab0 100644 --- a/net/googlecl/Makefile +++ b/net/googlecl/Makefile @@ -19,7 +19,7 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/gdata/__init__.py:${PORTSDIR}/devel/py-gdata USE_PYTHON= yes USE_PYDISTUTILS= yes -LICENSE= ASL +LICENSE= AL2 .if !defined(NO_INSTALL_MANPAGES) MAN1= google.1 diff --git a/net/mDNSResponder/Makefile b/net/mDNSResponder/Makefile index 0dda92e..23cd343 100644 --- a/net/mDNSResponder/Makefile +++ b/net/mDNSResponder/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://opensource.apple.com/tarballs/mDNSResponder/ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Apple's mDNSResponder -LICENSE= ASL BSD +LICENSE= AL2 BSD LICENSE_COMB= dual CONFLICTS= avahi-libdns-[0-9]* diff --git a/net/openvswitch/Makefile b/net/openvswitch/Makefile index 82cacb2..3868229 100644 --- a/net/openvswitch/Makefile +++ b/net/openvswitch/Makefile @@ -21,7 +21,7 @@ MASTER_SITES= http://openvswitch.org/releases/ MAINTAINER= trasz@FreeBSD.org COMMENT= A production quality, multilayer virtual switch -LICENSE= ASL +LICENSE= AL2 GNU_CONFIGURE= yes CONFIGURE_ARGS= SSL_LIBS=-lssl SSL_CFLAGS=-I/usr/include/openssl diff --git a/net/py-libcloud/Makefile b/net/py-libcloud/Makefile index 071e5e7..fe2c6e2 100644 --- a/net/py-libcloud/Makefile +++ b/net/py-libcloud/Makefile @@ -16,7 +16,7 @@ DISTNAME= apache-${PORTNAME}-${PORTVERSION} MAINTAINER= novel@FreeBSD.org COMMENT= Standard client library for many popular cloud providers -LICENSE= ASL +LICENSE= AL2 USE_PYTHON= yes USE_PYDISTUTILS=yes diff --git a/print/pdfbox/Makefile b/print/pdfbox/Makefile index fbb1fdb..7bc3feb 100644 --- a/print/pdfbox/Makefile +++ b/print/pdfbox/Makefile @@ -19,7 +19,7 @@ COMMENT= Java PDF Library RUN_DEPENDS= ${JAVAJARDIR}/bcmail.jar:${PORTSDIR}/java/bouncycastle \ ${JAVALIBDIR}/commons-logging.jar:${PORTSDIR}/java/jakarta-commons-logging -LICENSE= ASL +LICENSE= AL2 USE_JAVA= yes JAVA_VERSION= 1.5+ diff --git a/security/apache-xml-security-c/Makefile b/security/apache-xml-security-c/Makefile index 2ba38e5..1e61caf 100644 --- a/security/apache-xml-security-c/Makefile +++ b/security/apache-xml-security-c/Makefile @@ -15,7 +15,7 @@ PKGNAMEPREFIX= apache- MAINTAINER= janos.mohacsi@bsd.hu COMMENT= Apache XML security libraries - C++ version -LICENSE= ASL +LICENSE= AL2 OPTIONS= XERCES_3 "With Xerces vesion 3.x (shibboleth2 requires)" on diff --git a/security/honggfuzz/Makefile b/security/honggfuzz/Makefile index 91f3681..85ee2b2 100644 --- a/security/honggfuzz/Makefile +++ b/security/honggfuzz/Makefile @@ -14,7 +14,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= sbz@FreeBSD.org COMMENT= A general-purpose fuzzer with simple, command-line interface -LICENSE= ASL +LICENSE= AL2 LICENSE_FILE= ${WRKSRC}/COPYING USE_GMAKE= yes diff --git a/security/p5-Net-SAML/Makefile b/security/p5-Net-SAML/Makefile index 68663da..c2ae42f 100644 --- a/security/p5-Net-SAML/Makefile +++ b/security/p5-Net-SAML/Makefile @@ -17,7 +17,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= perl@FreeBSD.org COMMENT= Perl extension for using SAML SSO -LICENSE= ASL +LICENSE= AL2 LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl \ zxid:${PORTSDIR}/security/zxid diff --git a/security/pam_google_authenticator/Makefile b/security/pam_google_authenticator/Makefile index 8107674..231c752 100644 --- a/security/pam_google_authenticator/Makefile +++ b/security/pam_google_authenticator/Makefile @@ -14,7 +14,7 @@ DISTNAME= google-authenticator-${PORTVERSION} MAINTAINER= jnlin@csie.nctu.edu.tw COMMENT= PAM module for two-step authentication from Google -LICENSE= ASL +LICENSE= AL2 WRKSRC= ${WRKDIR}/${DISTNAME}/libpam diff --git a/security/pear-Auth_OpenID/Makefile b/security/pear-Auth_OpenID/Makefile index 44481f4..aa35b24 100644 --- a/security/pear-Auth_OpenID/Makefile +++ b/security/pear-Auth_OpenID/Makefile @@ -19,7 +19,7 @@ BUILD_DEPENDS= ${RUN_DEPENDS} CONFLICTS= php-Auth_OpenID-1.* -LICENSE= ASL +LICENSE= AL2 LICENSE_FILE= ${WRKSRC}/COPYING USE_BZIP2= yes diff --git a/security/py-kerberos/Makefile b/security/py-kerberos/Makefile index df78007..708a50e 100644 --- a/security/py-kerberos/Makefile +++ b/security/py-kerberos/Makefile @@ -14,7 +14,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= roland@micite.net COMMENT= Kerberos bindings for python -LICENSE= ASL +LICENSE= AL2 BUILD_DEPENDS= krb5-config:${PORTSDIR}/security/krb5 LIB_DEPENDS= krb5support.0:${PORTSDIR}/security/krb5 diff --git a/security/py-openssl/Makefile b/security/py-openssl/Makefile index b3130ac..087d6fd 100644 --- a/security/py-openssl/Makefile +++ b/security/py-openssl/Makefile @@ -16,7 +16,7 @@ DISTNAME= pyOpenSSL-${PORTVERSION} MAINTAINER= sbz@FreeBSD.org COMMENT= Python interface to the OpenSSL library -LICENSE= ASL +LICENSE= AL2 LICENSE_FILE= ${WRKSRC}/LICENSE USE_PYTHON= yes diff --git a/security/skipfish/Makefile b/security/skipfish/Makefile index edc6d67..aa85cd3 100644 --- a/security/skipfish/Makefile +++ b/security/skipfish/Makefile @@ -13,7 +13,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= zi@FreeBSD.org COMMENT= A fully automated, active web application security reconnaissance tool -LICENSE= ASL +LICENSE= AL2 LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= idn.17:${PORTSDIR}/dns/libidn diff --git a/security/xml-security/Makefile b/security/xml-security/Makefile index 707ffd8..63dd040 100644 --- a/security/xml-security/Makefile +++ b/security/xml-security/Makefile @@ -20,7 +20,7 @@ BUILD_DEPENDS= ${JAVALIBDIR}/commons-logging.jar:${PORTSDIR}/java/jakarta-common RUN_DEPENDS= ${JAVALIBDIR}/commons-logging.jar:${PORTSDIR}/java/jakarta-commons-logging \ ${JAVALIBDIR}/xalan.jar:${PORTSDIR}/textproc/xalan-j -LICENSE= ASL +LICENSE= AL2 LICENSE_FILE= ${WRKSRC}/LICENSE USE_ZIP= yes diff --git a/sysutils/dtpstree/Makefile b/sysutils/dtpstree/Makefile index 55a133b..88c421d 100644 --- a/sysutils/dtpstree/Makefile +++ b/sysutils/dtpstree/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= http://apt.douglasthrift.net/files/${PORTNAME}/ \ MAINTAINER= douglas@douglasthrift.net COMMENT= Display a tree of processes -LICENSE= ASL +LICENSE= AL2 USE_XZ= yes USE_GMAKE= yes diff --git a/sysutils/salt/Makefile b/sysutils/salt/Makefile index c4d0327..063dbcc 100644 --- a/sysutils/salt/Makefile +++ b/sysutils/salt/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= https://github.com/downloads/saltstack/salt/ MAINTAINER= christer.edwards@gmail.com COMMENT= Distributed, remote execution and configuration management system -LICENSE= ASL +LICENSE= AL2 LIB_DEPENDS= zmq.1:${PORTSDIR}/devel/zmq diff --git a/textproc/etoile-lucenekit/Makefile b/textproc/etoile-lucenekit/Makefile index d31165c..740e46b 100644 --- a/textproc/etoile-lucenekit/Makefile +++ b/textproc/etoile-lucenekit/Makefile @@ -15,7 +15,7 @@ DISTNAME= etoile-${PORTVERSION} MAINTAINER= dinoex@FreeBSD.org COMMENT= Etoile Project OgreKit framework -LICENSE= ASL +LICENSE= AL2 USE_BZIP2= yes USE_GNUSTEP= yes diff --git a/textproc/fex/Makefile b/textproc/fex/Makefile index c1e7113..0869053 100644 --- a/textproc/fex/Makefile +++ b/textproc/fex/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= http://semicomplete.com/files/${PORTNAME}/ \ MAINTAINER= zi@FreeBSD.org COMMENT= A powerful field extraction tool -LICENSE= ASL +LICENSE= AL2 PLIST_FILES= bin/fex diff --git a/textproc/lucene/Makefile b/textproc/lucene/Makefile index 72efe4a..423d6bb 100644 --- a/textproc/lucene/Makefile +++ b/textproc/lucene/Makefile @@ -16,7 +16,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= gerrit.beine@gmx.de COMMENT= A full-text search engine for Java -LICENSE= ASL +LICENSE= AL2 NO_BUILD= yes USE_JAVA= yes diff --git a/textproc/nltk/Makefile b/textproc/nltk/Makefile index 1b6f169..54061cd 100644 --- a/textproc/nltk/Makefile +++ b/textproc/nltk/Makefile @@ -20,7 +20,7 @@ BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkin RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter \ ${PYTHON_SITELIBDIR}/yaml/__init__.py:${PORTSDIR}/devel/py-yaml -LICENSE= ASL +LICENSE= AL2 LICENSE_FILE= ${WRKSRC}/LICENSE.txt PYDISTUTILS_EGGINFO= ${PORTNAME}-${DISTVERSION}-py${PYTHON_VER}.egg-info diff --git a/textproc/xalan-j/Makefile b/textproc/xalan-j/Makefile index 11616c5..ef222a9 100644 --- a/textproc/xalan-j/Makefile +++ b/textproc/xalan-j/Makefile @@ -17,7 +17,7 @@ COMMENT= Apache XSLT processor for transforming XML documents RUN_DEPENDS= ${JAVALIBDIR}/xml-apis.jar:${PORTSDIR}/textproc/xerces-j -LICENSE= ASL +LICENSE= AL2 LICENSE_FILE= ${WRKSRC}/LICENSE.txt USE_ZIP= yes diff --git a/textproc/zorba/Makefile b/textproc/zorba/Makefile index 70f1d2c..be3b429 100644 --- a/textproc/zorba/Makefile +++ b/textproc/zorba/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION:R}/ MAINTAINER= gahr@FreeBSD.org COMMENT= A general purpose C++ XQuery processor -LICENSE= ASL +LICENSE= AL2 LIB_DEPENDS= xerces-c.3:${PORTSDIR}/textproc/xerces-c3 \ tidy:${PORTSDIR}/www/tidy-lib \ diff --git a/www/axis2/Makefile b/www/axis2/Makefile index eaae91c..2afe643 100644 --- a/www/axis2/Makefile +++ b/www/axis2/Makefile @@ -15,7 +15,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-bin MAINTAINER= jgh@FreeBSD.org COMMENT= Provides a Web Services,SOAP and WSDL engine from Apache -LICENSE= ASL +LICENSE= AL2 USE_ZIP= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} diff --git a/www/axis2/pkg-plist b/www/axis2/pkg-plist index 61a2a06..3ebb882 100644 --- a/www/axis2/pkg-plist +++ b/www/axis2/pkg-plist @@ -213,4 +213,4 @@ @dirrmtry %%APPHOME%%/webapps/axis2/WEB-INF/lib/endorsed @dirrmtry %%APPHOME%%/webapps/axis2/WEB-INF/lib @dirrmtry %%APPHOME%%/webapps/axis2/WEB-INF -@dirrmtry %%APPHOME%%/webapps/axis2
\ No newline at end of file +@dirrmtry %%APPHOME%%/webapps/axis2 diff --git a/www/closure-compiler/Makefile b/www/closure-compiler/Makefile index d3a8002..3988b0b 100644 --- a/www/closure-compiler/Makefile +++ b/www/closure-compiler/Makefile @@ -14,7 +14,7 @@ DISTNAME= compiler-${PORTVERSION} MAINTAINER= jlaffaye@FreeBSD.org COMMENT= Closure Compiler -LICENSE= ASL +LICENSE= AL2 NO_BUILD= yes NO_WRKSUBDIR= yes diff --git a/www/closure-linter/Makefile b/www/closure-linter/Makefile index cb78475..8437a0d 100644 --- a/www/closure-linter/Makefile +++ b/www/closure-linter/Makefile @@ -15,7 +15,7 @@ DISTNAME= closure_linter-${PORTVERSION} MAINTAINER= jlaffaye@FreeBSD.org COMMENT= JavaScript linter -LICENSE= ASL +LICENSE= AL2 BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/gflags:${PORTSDIR}/devel/py-gflags RUN_DEPENDS= ${PYTHON_SITELIBDIR}/gflags:${PORTSDIR}/devel/py-gflags diff --git a/www/dtse/Makefile b/www/dtse/Makefile index 2cd01f9..1ef9ddab 100644 --- a/www/dtse/Makefile +++ b/www/dtse/Makefile @@ -15,7 +15,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-src MAINTAINER= douglas@douglasthrift.net COMMENT= An indexing search engine for use on small websites -LICENSE= ASL +LICENSE= AL2 .if defined(WITH_OPENSSL) USE_OPENSSL= yes diff --git a/www/htmlcompressor/Makefile b/www/htmlcompressor/Makefile index 8f27c91..5842a78 100644 --- a/www/htmlcompressor/Makefile +++ b/www/htmlcompressor/Makefile @@ -14,7 +14,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-src MAINTAINER= skv@FreeBSD.org COMMENT= HTML/XML Compressor -LICENSE= ASL +LICENSE= AL2 WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_ZIP= yes diff --git a/www/httest/Makefile b/www/httest/Makefile index 19ee81d..5bda3aa 100644 --- a/www/httest/Makefile +++ b/www/httest/Makefile @@ -17,7 +17,7 @@ COMMENT= HTTP Test Tool LIB_DEPENDS+= apr-1:${PORTSDIR}/devel/apr1 \ pcre.0:${PORTSDIR}/devel/pcre -LICENSE= ASL +LICENSE= AL2 GNU_CONFIGURE= yes USE_OPENSSL= yes diff --git a/www/httpclient/Makefile b/www/httpclient/Makefile index 2f170fc..3ea9dcc 100644 --- a/www/httpclient/Makefile +++ b/www/httpclient/Makefile @@ -19,7 +19,7 @@ RUN_DEPENDS= ${JAVAJARDIR}/httpcore.jar:${PORTSDIR}/www/httpcore \ ${JAVAJARDIR}/commons-logging.jar:${PORTSDIR}/java/jakarta-commons-logging \ ${JAVAJARDIR}/commons-codec.jar:${PORTSDIR}/java/jakarta-commons-codec -LICENSE= ASL +LICENSE= AL2 LICENSE_FILE= ${WRKSRC}/LICENSE.txt USE_JAVA= yes diff --git a/www/httpcore/Makefile b/www/httpcore/Makefile index a8a135d..69fbc10 100644 --- a/www/httpcore/Makefile +++ b/www/httpcore/Makefile @@ -15,7 +15,7 @@ DISTNAME= httpcomponents-core-${DISTVERSION}-bin MAINTAINER= ale@FreeBSD.org COMMENT= Java components implementing the base HTTP protocol -LICENSE= ASL +LICENSE= AL2 LICENSE_FILE= ${WRKSRC}/LICENSE.txt USE_JAVA= yes diff --git a/www/jakarta-jmeter/Makefile b/www/jakarta-jmeter/Makefile index 850c2fe..b60fa11 100644 --- a/www/jakarta-jmeter/Makefile +++ b/www/jakarta-jmeter/Makefile @@ -17,7 +17,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= beat@FreeBSD.org COMMENT= Functional behaviour load and performance test application -LICENSE= ASL +LICENSE= AL2 USE_JAVA= yes JAVA_VERSION= 1.5+ diff --git a/www/mod_auth_mysql2/Makefile b/www/mod_auth_mysql2/Makefile index 9964e06..6abee59 100644 --- a/www/mod_auth_mysql2/Makefile +++ b/www/mod_auth_mysql2/Makefile @@ -17,7 +17,7 @@ DIST_SUBDIR= apache22 MAINTAINER= mm@FreeBSD.org COMMENT= MySQL-based authentication module with VirtualHost support -LICENSE= ASL +LICENSE= AL2 LATEST_LINK= mod_auth_mysql2 diff --git a/www/mod_authn_sasl/Makefile b/www/mod_authn_sasl/Makefile index 6a4e265..6e87e78 100644 --- a/www/mod_authn_sasl/Makefile +++ b/www/mod_authn_sasl/Makefile @@ -20,7 +20,7 @@ MAKE_JOBS_SAFE= yes OPTIONS= SASLAUTHD "Register dependency for cyrus-sasl2-saslauthd" off -LICENSE= ASL +LICENSE= AL2 USE_BZIP2= yes USE_APACHE= 22 diff --git a/www/mod_geoip2/Makefile b/www/mod_geoip2/Makefile index 475aca7..d189859 100644 --- a/www/mod_geoip2/Makefile +++ b/www/mod_geoip2/Makefile @@ -14,7 +14,7 @@ DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= jau@iki.fi COMMENT= An Apache module that provides the country code of the client's IP -LICENSE= ASL +LICENSE= AL2 BUILD_DEPENDS= GeoIP>=1.4.4:${PORTSDIR}/net/GeoIP RUN_DEPENDS= GeoIP>=1.4.4:${PORTSDIR}/net/GeoIP diff --git a/www/mod_gnutls/Makefile b/www/mod_gnutls/Makefile index aac573f..a030972 100644 --- a/www/mod_gnutls/Makefile +++ b/www/mod_gnutls/Makefile @@ -16,7 +16,7 @@ PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX} MAINTAINER= fumifumi@abacustech.jp COMMENT= mod_gnutls uses the GnuTLS library to provide SSL, and TLS encryption for Apache HTTPD -LICENSE= ASL +LICENSE= AL2 LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= gnutls.47:${PORTSDIR}/security/gnutls diff --git a/www/mod_rivet/Makefile b/www/mod_rivet/Makefile index cd9059e..3a9dffa 100644 --- a/www/mod_rivet/Makefile +++ b/www/mod_rivet/Makefile @@ -18,7 +18,7 @@ COMMENT= Embeds a Tcl interpreter in the Apache server WRKSRC= ${WRKDIR}/libapache2-mod-rivet-${PORTVERSION} MAKE_JOBS_SAFE= yes -LICENSE= ASL +LICENSE= AL2 USE_APACHE= 22+ USE_AUTOTOOLS= automake autoconf diff --git a/www/mod_setenvifplus/Makefile b/www/mod_setenvifplus/Makefile index a77fc1d..6c02886 100644 --- a/www/mod_setenvifplus/Makefile +++ b/www/mod_setenvifplus/Makefile @@ -15,7 +15,7 @@ EXTRACT_SUFX= -src.tar.gz MAINTAINER= ports@christianserving.org COMMENT= Allows setting environment variables based on request attributes -LICENSE= ASL +LICENSE= AL2 USE_APACHE= 20+ AP_FAST_BUILD= YES diff --git a/www/mod_wsgi/Makefile b/www/mod_wsgi/Makefile index 55301f1..f311087 100644 --- a/www/mod_wsgi/Makefile +++ b/www/mod_wsgi/Makefile @@ -17,7 +17,7 @@ PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX} MAINTAINER= douglas@douglasthrift.net COMMENT= Python WSGI adapter module for Apache -LICENSE= ASL +LICENSE= AL2 MAKE_JOBS_SAFE= yes diff --git a/www/mod_wsgi3/Makefile b/www/mod_wsgi3/Makefile index f1ca9e2..b1ff357 100644 --- a/www/mod_wsgi3/Makefile +++ b/www/mod_wsgi3/Makefile @@ -17,7 +17,7 @@ PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX} MAINTAINER= douglas@douglasthrift.net COMMENT= Python WSGI adapter module for Apache -LICENSE= ASL +LICENSE= AL2 MAKE_JOBS_SAFE= yes diff --git a/www/py-dtflickr/Makefile b/www/py-dtflickr/Makefile index 28760e2..2158a84 100644 --- a/www/py-dtflickr/Makefile +++ b/www/py-dtflickr/Makefile @@ -16,7 +16,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= douglas@douglasthrift.net COMMENT= Spiffy Flickr API library using JSON -LICENSE= ASL +LICENSE= AL2 USE_BZIP2= yes USE_PYTHON= 2.5+ diff --git a/www/py-selenium/Makefile b/www/py-selenium/Makefile index 0e1e0f3..1ca5f68 100644 --- a/www/py-selenium/Makefile +++ b/www/py-selenium/Makefile @@ -14,7 +14,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= douglas@douglasthrift.net COMMENT= Python bindings for Selenium -LICENSE= ASL +LICENSE= AL2 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}rdflib>=3.1.0:${PORTSDIR}/textproc/py-rdflib diff --git a/www/py-tornado/Makefile b/www/py-tornado/Makefile index af71ea8..1aafc6f 100644 --- a/www/py-tornado/Makefile +++ b/www/py-tornado/Makefile @@ -15,7 +15,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= khsing.cn@gmail.com COMMENT= Python Web Server from FriendFeed -LICENSE= ASL +LICENSE= AL2 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}curl>0:${PORTSDIR}/ftp/py-curl diff --git a/www/tomcat-native/Makefile b/www/tomcat-native/Makefile index 46ad9fb..73a343d 100644 --- a/www/tomcat-native/Makefile +++ b/www/tomcat-native/Makefile @@ -15,7 +15,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-src MAINTAINER= ale@FreeBSD.org COMMENT= Tomcat native library -LICENSE= ASL +LICENSE= AL2 LICENSE_FILE= ${WRKDIR}/${DISTNAME}/LICENSE LIB_DEPENDS= apr-1:${PORTSDIR}/devel/apr1 diff --git a/www/tomcat6/Makefile b/www/tomcat6/Makefile index 1681804..7ec4e89 100644 --- a/www/tomcat6/Makefile +++ b/www/tomcat6/Makefile @@ -15,7 +15,7 @@ DISTNAME= apache-${PORTNAME}-${PORTVERSION} MAINTAINER= ale@FreeBSD.org COMMENT= Open-source Java web server by Apache, 6.x branch -LICENSE= ASL +LICENSE= AL2 LICENSE_FILE= ${WRKSRC}/LICENSE USE_JAVA= yes diff --git a/www/tomcat7/Makefile b/www/tomcat7/Makefile index cc7f143..c391a23 100644 --- a/www/tomcat7/Makefile +++ b/www/tomcat7/Makefile @@ -15,7 +15,7 @@ DISTNAME= apache-${PORTNAME}-${PORTVERSION} MAINTAINER= ale@FreeBSD.org COMMENT= Open-source Java web server by Apache, 7.x branch -LICENSE= ASL +LICENSE= AL2 LICENSE_FILE= ${WRKSRC}/LICENSE USE_JAVA= yes diff --git a/www/trafficserver/Makefile b/www/trafficserver/Makefile index 5d21b2b..7a1b013 100644 --- a/www/trafficserver/Makefile +++ b/www/trafficserver/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= APACHE/${PORTNAME} MAINTAINER= jnlin@csie.nctu.edu.tw COMMENT= A fast, scalable and extensible HTTP proxy server -LICENSE= ASL +LICENSE= AL2 LIB_DEPENDS= execinfo.1:${PORTSDIR}/devel/libexecinfo \ expat.6:${PORTSDIR}/textproc/expat2 \ diff --git a/x11-fonts/droid-fonts-ttf/Makefile b/x11-fonts/droid-fonts-ttf/Makefile index 21e3816..72d2e2b 100644 --- a/x11-fonts/droid-fonts-ttf/Makefile +++ b/x11-fonts/droid-fonts-ttf/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= LOCAL/sunpoet/ MAINTAINER= sunpoet@FreeBSD.org COMMENT= The Droid typeface family -LICENSE= ASL +LICENSE= AL2 LICENSE_FILE= ${WRKSRC}/NOTICE BUILD_DEPENDS= mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir \ |