Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Jan 2021 20:23:17 +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: r560218 - head/devel/p5-List-Cycle
Message-ID:  <202101032023.103KNHBS025553@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Jan  3 20:23:17 2021
New Revision: 560218
URL: https://svnweb.freebsd.org/changeset/ports/560218

Log:
  Update to 1.04
  
  - Add LICENSE
  - Add NO_ARCH
  - Sort PLIST
  
  Changes:	https://metacpan.org/changes/distribution/List-Cycle

Modified:
  head/devel/p5-List-Cycle/Makefile
  head/devel/p5-List-Cycle/distinfo
  head/devel/p5-List-Cycle/pkg-plist

Modified: head/devel/p5-List-Cycle/Makefile
==============================================================================
--- head/devel/p5-List-Cycle/Makefile	Sun Jan  3 20:23:12 2021	(r560217)
+++ head/devel/p5-List-Cycle/Makefile	Sun Jan  3 20:23:17 2021	(r560218)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	List-Cycle
-PORTVERSION=	1.02
-PORTREVISION=	1
+PORTVERSION=	1.04
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -11,7 +10,11 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl@FreeBSD.org
 COMMENT=	Objects for cycling through a list of values
 
+LICENSE=	ART20
+
 USES=		perl5
 USE_PERL5=	configure
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>

Modified: head/devel/p5-List-Cycle/distinfo
==============================================================================
--- head/devel/p5-List-Cycle/distinfo	Sun Jan  3 20:23:12 2021	(r560217)
+++ head/devel/p5-List-Cycle/distinfo	Sun Jan  3 20:23:17 2021	(r560218)
@@ -1,2 +1,3 @@
-SHA256 (List-Cycle-1.02.tar.gz) = 4c76554fb33f119f920d4d10fa42be940579375df1580859534ca251544624a9
-SIZE (List-Cycle-1.02.tar.gz) = 5496
+TIMESTAMP = 1609599063
+SHA256 (List-Cycle-1.04.tar.gz) = 54a3ace65218c9fbb684f5c143e84efbb8323937c5890eef4f44a7f665c7dd47
+SIZE (List-Cycle-1.04.tar.gz) = 5463

Modified: head/devel/p5-List-Cycle/pkg-plist
==============================================================================
--- head/devel/p5-List-Cycle/pkg-plist	Sun Jan  3 20:23:12 2021	(r560217)
+++ head/devel/p5-List-Cycle/pkg-plist	Sun Jan  3 20:23:17 2021	(r560218)
@@ -1,2 +1,2 @@
-%%PERL5_MAN3%%/List::Cycle.3.gz
 %%SITE_PERL%%/List/Cycle.pm
+%%PERL5_MAN3%%/List::Cycle.3.gz



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