Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Sep 2017 08:32:44 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r449892 - in head: archivers/p5-Archive-Any archivers/p5-Archive-Any-Lite archivers/p5-Archive-Extract-Libarchive lang/perl5-devel lang/perl5.22 lang/perl5.24 lang/perl5.26
Message-ID:  <201709150832.v8F8WiD1009144@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Fri Sep 15 08:32:44 2017
New Revision: 449892
URL: https://svnweb.freebsd.org/changeset/ports/449892

Log:
  Fix license information. (for reals)
  
  PR:             222319, 222320, 222321, 222323
  Submitted by:   Yasuhiro KIMURA
  Sponsored by:   Absolight

Modified:
  head/archivers/p5-Archive-Any-Lite/Makefile   (contents, props changed)
  head/archivers/p5-Archive-Any/Makefile   (contents, props changed)
  head/archivers/p5-Archive-Extract-Libarchive/Makefile   (contents, props changed)
  head/lang/perl5-devel/Makefile   (contents, props changed)
  head/lang/perl5.22/Makefile   (contents, props changed)
  head/lang/perl5.24/Makefile   (contents, props changed)
  head/lang/perl5.26/Makefile   (contents, props changed)

Modified: head/archivers/p5-Archive-Any-Lite/Makefile
==============================================================================
--- head/archivers/p5-Archive-Any-Lite/Makefile	Fri Sep 15 08:24:08 2017	(r449891)
+++ head/archivers/p5-Archive-Any-Lite/Makefile	Fri Sep 15 08:32:44 2017	(r449892)
@@ -10,7 +10,7 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Simple CPAN package extractor
 
-LICENSE=	ART10 GPLv1
+LICENSE=	ART10 GPLv1+
 LICENSE_COMB=	dual
 LICENSE_FILE=	${WRKSRC}/LICENSE
 

Modified: head/archivers/p5-Archive-Any/Makefile
==============================================================================
--- head/archivers/p5-Archive-Any/Makefile	Fri Sep 15 08:24:08 2017	(r449891)
+++ head/archivers/p5-Archive-Any/Makefile	Fri Sep 15 08:32:44 2017	(r449892)
@@ -10,7 +10,7 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl@FreeBSD.org
 COMMENT=	Single interface to deal with file archives
 
-LICENSE=	ART10 GPLv1
+LICENSE=	ART10 GPLv1+
 LICENSE_COMB=	dual
 LICENSE_FILE=	${WRKSRC}/LICENSE
 

Modified: head/archivers/p5-Archive-Extract-Libarchive/Makefile
==============================================================================
--- head/archivers/p5-Archive-Extract-Libarchive/Makefile	Fri Sep 15 08:24:08 2017	(r449891)
+++ head/archivers/p5-Archive-Extract-Libarchive/Makefile	Fri Sep 15 08:32:44 2017	(r449892)
@@ -11,7 +11,7 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Generic archive extracting mechanism (using libarchive)
 
-LICENSE=	ART10 GPLv1
+LICENSE=	ART10 GPLv1+
 LICENSE_COMB=	dual
 
 BUILD_DEPENDS=	p5-Object-Tiny>=0:devel/p5-Object-Tiny

Modified: head/lang/perl5-devel/Makefile
==============================================================================
--- head/lang/perl5-devel/Makefile	Fri Sep 15 08:24:08 2017	(r449891)
+++ head/lang/perl5-devel/Makefile	Fri Sep 15 08:32:44 2017	(r449892)
@@ -21,7 +21,7 @@ COMMENT=	Practical Extraction and Report Language
 LICENSE=	ART10 GPLv1+
 LICENSE_COMB=	dual
 LICENSE_FILE_ART10=	${WRKSRC}/Artistic
-LICENSE_FILE_GPLv1=	${WRKSRC}/Copying
+LICENSE_FILE_GPLv1+ =	${WRKSRC}/Copying
 
 # Uncomment when the default Perl is switched to 5.2(X+2)
 #DEPRECATED=	Support end three years after .0 release, please upgrade to a more recent version of Perl

Modified: head/lang/perl5.22/Makefile
==============================================================================
--- head/lang/perl5.22/Makefile	Fri Sep 15 08:24:08 2017	(r449891)
+++ head/lang/perl5.22/Makefile	Fri Sep 15 08:32:44 2017	(r449892)
@@ -13,7 +13,7 @@ COMMENT=	Practical Extraction and Report Language
 LICENSE=	ART10 GPLv1+
 LICENSE_COMB=	dual
 LICENSE_FILE_ART10=	${WRKSRC}/Artistic
-LICENSE_FILE_GPLv1=	${WRKSRC}/Copying
+LICENSE_FILE_GPLv1+ =	${WRKSRC}/Copying
 
 DEPRECATED=	Support ends three years after .0 release, please upgrade to a more recent version of Perl
 EXPIRATION_DATE=2018-06-01

Modified: head/lang/perl5.24/Makefile
==============================================================================
--- head/lang/perl5.24/Makefile	Fri Sep 15 08:24:08 2017	(r449891)
+++ head/lang/perl5.24/Makefile	Fri Sep 15 08:32:44 2017	(r449892)
@@ -13,7 +13,7 @@ COMMENT=	Practical Extraction and Report Language
 LICENSE=	ART10 GPLv1+
 LICENSE_COMB=	dual
 LICENSE_FILE_ART10=	${WRKSRC}/Artistic
-LICENSE_FILE_GPLv1=	${WRKSRC}/Copying
+LICENSE_FILE_GPLv1+ =	${WRKSRC}/Copying
 
 # Uncomment when the default Perl is switched to 5.26
 #DEPRECATED=	Support ends three years after .0 release, please upgrade to a more recent version of Perl

Modified: head/lang/perl5.26/Makefile
==============================================================================
--- head/lang/perl5.26/Makefile	Fri Sep 15 08:24:08 2017	(r449891)
+++ head/lang/perl5.26/Makefile	Fri Sep 15 08:32:44 2017	(r449892)
@@ -14,7 +14,7 @@ COMMENT=	Practical Extraction and Report Language
 LICENSE=	ART10 GPLv1+
 LICENSE_COMB=	dual
 LICENSE_FILE_ART10=	${WRKSRC}/Artistic
-LICENSE_FILE_GPLv1=	${WRKSRC}/Copying
+LICENSE_FILE_GPLv1+ =	${WRKSRC}/Copying
 
 # Uncomment when the default Perl is switched to 5.2(X+2)
 #DEPRECATED=	Support ends three years after .0 release, please upgrade to a more recent version of Perl



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