diff options
author | Frederic Culot <culot@FreeBSD.org> | 2011-10-07 11:22:46 +0000 |
---|---|---|
committer | Frederic Culot <culot@FreeBSD.org> | 2011-10-07 11:22:46 +0000 |
commit | a288d48de7b1867d33f83a07d2652be2ba0dfa33 (patch) | |
tree | ba346be966f7edeef97dd9ab2cd459b16e04f8a8 /graphics | |
parent | update to 10.0.0 beta 2 (diff) |
- Fix LICENSE (Artistic 1 instead of Artistic 2)
- Pet portlint(1)
PR: ports/161336
Submitted by: Simon Olofsson <simon@olofsson.de>
Notes
Notes:
svn path=/head/; revision=283112
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/p5-Chart-Clicker/Makefile | 2 | ||||
-rw-r--r-- | graphics/p5-Imager/Makefile | 2 | ||||
-rw-r--r-- | graphics/p5-Layout-Manager/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/graphics/p5-Chart-Clicker/Makefile b/graphics/p5-Chart-Clicker/Makefile index cdc519f3803a..03075e5d44d5 100644 --- a/graphics/p5-Chart-Clicker/Makefile +++ b/graphics/p5-Chart-Clicker/Makefile @@ -15,7 +15,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Powerful, extensible charting -LICENSE= ART20 GPLv1 +LICENSE= ART10 GPLv1 LICENSE_COMB= dual RUN_DEPENDS= p5-Color-Scheme>=0:${PORTSDIR}/graphics/p5-Color-Scheme \ diff --git a/graphics/p5-Imager/Makefile b/graphics/p5-Imager/Makefile index fe3556fd36e5..6d40bb04efa8 100644 --- a/graphics/p5-Imager/Makefile +++ b/graphics/p5-Imager/Makefile @@ -15,7 +15,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= A Perl module for manipulating gray, color and rgba format images -LICENSE= ART20 GPLv1 +LICENSE= ART10 GPLv1 LICENSE_COMB= dual LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 \ diff --git a/graphics/p5-Layout-Manager/Makefile b/graphics/p5-Layout-Manager/Makefile index 57fca6c8cd9e..589494b3bda7 100644 --- a/graphics/p5-Layout-Manager/Makefile +++ b/graphics/p5-Layout-Manager/Makefile @@ -15,8 +15,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= 2D Layout Management +LICENSE= ART10 GPLv1 LICENSE_COMB= dual -LICENSE= ART20 GPLv1 BUILD_DEPENDS= p5-Moose>=0.54:${PORTSDIR}/devel/p5-Moose \ p5-Module-Install>=0.64:${PORTSDIR}/devel/p5-Module-Install \ |