Index: head/devel/p5-Package-Stash-XS/Makefile =================================================================== --- head/devel/p5-Package-Stash-XS/Makefile (revision 495818) +++ head/devel/p5-Package-Stash-XS/Makefile (revision 495819) @@ -1,26 +1,24 @@ # $FreeBSD$ PORTNAME= Package-Stash-XS -PORTVERSION= 0.28 -PORTREVISION= 2 +PORTVERSION= 0.29 CATEGORIES= devel perl5 MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= CPAN:DOY PKGNAMEPREFIX= p5- -MAINTAINER= perl@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Faster and more correct implementation of the Package::Stash API LICENSE= ART10 GPLv1+ LICENSE_COMB= dual TEST_DEPENDS= p5-Test-Fatal>=0:devel/p5-Test-Fatal \ p5-Test-Requires>=0:devel/p5-Test-Requires USES= perl5 USE_PERL5= configure post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Package/Stash/XS/XS.so .include Index: head/devel/p5-Package-Stash-XS/distinfo =================================================================== --- head/devel/p5-Package-Stash-XS/distinfo (revision 495818) +++ head/devel/p5-Package-Stash-XS/distinfo (revision 495819) @@ -1,2 +1,3 @@ -SHA256 (Package-Stash-XS-0.28.tar.gz) = 23d8c5c25768ef1dc0ce53b975796762df0d6e244445d06e48d794886c32d486 -SIZE (Package-Stash-XS-0.28.tar.gz) = 74161 +TIMESTAMP = 1552647654 +SHA256 (Package-Stash-XS-0.29.tar.gz) = d3676ba94641e03d6a30e951f09266c4c3ca3f5b58aa7b314a67f28e419878aa +SIZE (Package-Stash-XS-0.29.tar.gz) = 87491 Index: head/devel/p5-Package-Stash-XS/pkg-descr =================================================================== --- head/devel/p5-Package-Stash-XS/pkg-descr (revision 495818) +++ head/devel/p5-Package-Stash-XS/pkg-descr (revision 495819) @@ -1,3 +1,6 @@ -Faster and more correct implementation of the Package::Stash API. +Package::Stash::XS is a backend for Package::Stash, which provides the +functionality in a way that's less buggy and much faster. It will be used by +default if it's installed, and should be preferred in all environments with a +compiler. WWW: https://metacpan.org/release/Package-Stash-XS