svn commit: r481716 - head/graphics/p5-Image-Size

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Oct 10 10:23:28 UTC 2018


Author: sunpoet
Date: Wed Oct 10 10:23:27 2018
New Revision: 481716
URL: https://svnweb.freebsd.org/changeset/ports/481716

Log:
  Fix LICENSE
  
  - While I'm here, sort PLIST
  
  Approved by:	portmgr (blanket)

Modified:
  head/graphics/p5-Image-Size/Makefile
  head/graphics/p5-Image-Size/pkg-plist

Modified: head/graphics/p5-Image-Size/Makefile
==============================================================================
--- head/graphics/p5-Image-Size/Makefile	Wed Oct 10 10:23:19 2018	(r481715)
+++ head/graphics/p5-Image-Size/Makefile	Wed Oct 10 10:23:27 2018	(r481716)
@@ -10,7 +10,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	tolid at tolid.eu.org
 COMMENT=	Perl5 module to determine the size of images in several common formats
 
-LICENSE=	ARTPERL10
+LICENSE=	ART20 LGPL21
+LICENSE_COMB=	dual
 
 USES=		perl5
 USE_PERL5=	configure

Modified: head/graphics/p5-Image-Size/pkg-plist
==============================================================================
--- head/graphics/p5-Image-Size/pkg-plist	Wed Oct 10 10:23:19 2018	(r481715)
+++ head/graphics/p5-Image-Size/pkg-plist	Wed Oct 10 10:23:27 2018	(r481716)
@@ -1,4 +1,4 @@
 bin/imgsize
-%%PERL5_MAN3%%/Image::Size.3.gz
-%%PERL5_MAN1%%/imgsize.1.gz
 %%SITE_PERL%%/Image/Size.pm
+%%PERL5_MAN1%%/imgsize.1.gz
+%%PERL5_MAN3%%/Image::Size.3.gz


More information about the svn-ports-head mailing list