diff options
author | tabthorpe <tabthorpe@FreeBSD.org> | 2012-01-09 23:41:08 +0800 |
---|---|---|
committer | tabthorpe <tabthorpe@FreeBSD.org> | 2012-01-09 23:41:08 +0800 |
commit | 4f7c486f725d005ae95c9625c0a76c72abee9106 (patch) | |
tree | d5e6f94b4b5d8aaccd8d04110a0c903cda2ea0ad /net | |
parent | 42f09bb18823620f8b289d268c0261cdca5968a5 (diff) | |
download | freebsd-ports-graphics-4f7c486f725d005ae95c9625c0a76c72abee9106.tar.gz freebsd-ports-graphics-4f7c486f725d005ae95c9625c0a76c72abee9106.tar.zst freebsd-ports-graphics-4f7c486f725d005ae95c9625c0a76c72abee9106.zip |
- 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
Diffstat (limited to 'net')
-rw-r--r-- | net/activemq/Makefile | 2 | ||||
-rw-r--r-- | net/googlecl/Makefile | 2 | ||||
-rw-r--r-- | net/mDNSResponder/Makefile | 2 | ||||
-rw-r--r-- | net/openvswitch/Makefile | 2 | ||||
-rw-r--r-- | net/py-libcloud/Makefile | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/net/activemq/Makefile b/net/activemq/Makefile index 8b7c182e5ab..c7ed05eba13 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 37039273c5d..66feab0a4b2 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 0dda92e314b..23cd34379f7 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 82cacb2e1d5..3868229e013 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 071e5e79f0f..fe2c6e240d9 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 |