diff options
author | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2012-01-09 15:41:08 +0000 |
---|---|---|
committer | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2012-01-09 15:41:08 +0000 |
commit | e0ac1afbf4d61f57851cd4a6a3a746a02296ec78 (patch) | |
tree | 740940432c415fc143ec9a4df32e1b52bea8bbdd /graphics | |
parent | 6b3c1c257ad43484d7b791a4a70e76e61d4487c0 (diff) | |
download | freebsd-ports-e0ac1afbf4d61f57851cd4a6a3a746a02296ec78.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 'graphics')
-rw-r--r-- | graphics/R-cran-RColorBrewer/Makefile | 2 | ||||
-rw-r--r-- | graphics/py-actdiag/Makefile | 2 | ||||
-rw-r--r-- | graphics/py-blockdiag/Makefile | 2 | ||||
-rw-r--r-- | graphics/py-nwdiag/Makefile | 2 | ||||
-rw-r--r-- | graphics/py-seqdiag/Makefile | 2 | ||||
-rw-r--r-- | graphics/tesseract-data/Makefile | 2 | ||||
-rw-r--r-- | graphics/tesseract/Makefile | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/graphics/R-cran-RColorBrewer/Makefile b/graphics/R-cran-RColorBrewer/Makefile index 24fcb702a354..89b4defca08b 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 ede4e1742be2..f468fbbaeed9 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 6b2e4f093742..9a6da4a5a0c3 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 b1a451664287..ec64c3c9ee16 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 6a16a6fcfcb2..0f2addd4ad30 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 8e61a03ec7d2..c0625e05cbd7 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 850fe9f78bf9..9840e46ec7a3 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 |