Update to 0.42

- Take maintainership

Changes:	https://metacpan.org/changes/distribution/Clone
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2019-07-19 17:02:49 +00:00
parent 9b37e33325
commit a0f4803bb9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=506948
3 changed files with 9 additions and 9 deletions

View file

@ -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>

View file

@ -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

View file

@ -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