Update to 0.42
- Take maintainership Changes: https://metacpan.org/changes/distribution/Clone
This commit is contained in:
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
|
@ -1,12 +1,12 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= Clone
|
PORTNAME= Clone
|
||||||
PORTVERSION= 0.41
|
PORTVERSION= 0.42
|
||||||
CATEGORIES= devel perl5
|
CATEGORIES= devel perl5
|
||||||
MASTER_SITES= CPAN
|
MASTER_SITES= CPAN
|
||||||
PKGNAMEPREFIX= p5-
|
PKGNAMEPREFIX= p5-
|
||||||
|
|
||||||
MAINTAINER= perl@FreeBSD.org
|
MAINTAINER= sunpoet@FreeBSD.org
|
||||||
COMMENT= Clone - recursively copy Perl datatypes
|
COMMENT= Clone - recursively copy Perl datatypes
|
||||||
|
|
||||||
LICENSE= ART10 GPLv1+
|
LICENSE= ART10 GPLv1+
|
||||||
|
@ -19,6 +19,6 @@ post-patch:
|
||||||
@${REINPLACE_CMD} -e '/OPTIMIZE/d' ${WRKSRC}/Makefile.PL
|
@${REINPLACE_CMD} -e '/OPTIMIZE/d' ${WRKSRC}/Makefile.PL
|
||||||
|
|
||||||
post-install:
|
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>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1540657804
|
TIMESTAMP = 1563542763
|
||||||
SHA256 (Clone-0.41.tar.gz) = e8c056dcf4bc8889079a09412af70194a54a269689ba72edcd91291a46a51518
|
SHA256 (Clone-0.42.tar.gz) = 54a930db8f178321cf201da040442d198e8c18a77e7fcabb578e460b6acb07e5
|
||||||
SIZE (Clone-0.41.tar.gz) = 14441
|
SIZE (Clone-0.42.tar.gz) = 15922
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
This perl module provides a clone() method which makes recursive copies
|
This perl module provides a clone() method which makes recursive copies of
|
||||||
of nested hash, array, scalar and reference types, including tied
|
nested hash, array, scalar and reference types, including tied variables and
|
||||||
variables and objects.
|
objects.
|
||||||
|
|
||||||
WWW: https://metacpan.org/release/Clone
|
WWW: https://metacpan.org/release/Clone
|
||||||
|
|
Loading…
Reference in a new issue