Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Oct 2018 10:23:27 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r481716 - head/graphics/p5-Image-Size
Message-ID:  <201810101023.w9AANRph044119@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810101023.w9AANRph044119>