Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Jul 2019 17:02:49 +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: r506948 - head/devel/p5-Clone
Message-ID:  <201907191702.x6JH2nQK022719@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Fri Jul 19 17:02:49 2019
New Revision: 506948
URL: https://svnweb.freebsd.org/changeset/ports/506948

Log:
  Update to 0.42
  
  - Take maintainership
  
  Changes:	https://metacpan.org/changes/distribution/Clone

Modified:
  head/devel/p5-Clone/Makefile
  head/devel/p5-Clone/distinfo
  head/devel/p5-Clone/pkg-descr

Modified: head/devel/p5-Clone/Makefile
==============================================================================
--- head/devel/p5-Clone/Makefile	Fri Jul 19 17:02:43 2019	(r506947)
+++ head/devel/p5-Clone/Makefile	Fri Jul 19 17:02:49 2019	(r506948)
@@ -1,12 +1,12 @@
 # $FreeBSD$
 
 PORTNAME=	Clone
-PORTVERSION=	0.41
+PORTVERSION=	0.42
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 
-MAINTAINER=	perl@FreeBSD.org
+MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Clone - recursively copy Perl datatypes
 
 LICENSE=	ART10 GPLv1+
@@ -19,6 +19,6 @@ post-patch:
 	@${REINPLACE_CMD} -e '/OPTIMIZE/d' ${WRKSRC}/Makefile.PL
 
 post-install:
-	@${STRIP_CMD} ${STAGEDIR}/${PREFIX}/${SITE_ARCH_REL}/auto/Clone/Clone.so
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Clone/Clone.so
 
 .include <bsd.port.mk>

Modified: head/devel/p5-Clone/distinfo
==============================================================================
--- head/devel/p5-Clone/distinfo	Fri Jul 19 17:02:43 2019	(r506947)
+++ head/devel/p5-Clone/distinfo	Fri Jul 19 17:02:49 2019	(r506948)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1540657804
-SHA256 (Clone-0.41.tar.gz) = e8c056dcf4bc8889079a09412af70194a54a269689ba72edcd91291a46a51518
-SIZE (Clone-0.41.tar.gz) = 14441
+TIMESTAMP = 1563542763
+SHA256 (Clone-0.42.tar.gz) = 54a930db8f178321cf201da040442d198e8c18a77e7fcabb578e460b6acb07e5
+SIZE (Clone-0.42.tar.gz) = 15922

Modified: head/devel/p5-Clone/pkg-descr
==============================================================================
--- head/devel/p5-Clone/pkg-descr	Fri Jul 19 17:02:43 2019	(r506947)
+++ head/devel/p5-Clone/pkg-descr	Fri Jul 19 17:02:49 2019	(r506948)
@@ -1,5 +1,5 @@
-This perl module provides a clone() method which makes recursive copies
-of nested hash, array, scalar and reference types, including tied
-variables and objects.
+This perl module provides a clone() method which makes recursive copies of
+nested hash, array, scalar and reference types, including tied variables and
+objects.
 
 WWW: https://metacpan.org/release/Clone



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