diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2019-04-05 07:56:40 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2019-04-05 07:56:40 +0800 |
commit | 021b5e3cdfe5e0290ecdd3a59c8dc8932714ae70 (patch) | |
tree | 407f2e070b32ff1e6a51ecb68bfc2793b6df8066 | |
parent | d8d4a72de252b19830de302718bff1f8fe030509 (diff) | |
download | freebsd-ports-gnome-021b5e3cdfe5e0290ecdd3a59c8dc8932714ae70.tar.gz freebsd-ports-gnome-021b5e3cdfe5e0290ecdd3a59c8dc8932714ae70.tar.zst freebsd-ports-gnome-021b5e3cdfe5e0290ecdd3a59c8dc8932714ae70.zip |
Update to 0.2
Changes: https://metacpan.org/changes/distribution/Text-Distill
PR: 237020
Submitted by: Oleg A. Mamontov <oleg@mamontov.net> (maintainer)
-rw-r--r-- | textproc/p5-Text-Distill/Makefile | 6 | ||||
-rw-r--r-- | textproc/p5-Text-Distill/distinfo | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/textproc/p5-Text-Distill/Makefile b/textproc/p5-Text-Distill/Makefile index 087f61b3b201..51faf493990e 100644 --- a/textproc/p5-Text-Distill/Makefile +++ b/textproc/p5-Text-Distill/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= Text-Distill -PORTVERSION= 0.1 +PORTVERSION= 0.2 CATEGORIES= textproc perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:GRIBUSER @@ -17,7 +17,7 @@ BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Archive-Zip>=0:archivers/p5-Archive-Zip \ p5-Digest-JHash>=0:security/p5-Digest-JHash \ p5-Encode-Detect>=0:converters/p5-Encode-Detect \ - p5-HTML-TreeBuilder-LibXML>=0:www/p5-HTML-TreeBuilder-LibXML \ + p5-HTML-Tree>=0:www/p5-HTML-Tree \ p5-JSON-XS>=0:converters/p5-JSON-XS \ p5-libwww>=0:www/p5-libwww \ p5-OLE-Storage_Lite>=0:devel/p5-OLE-Storage_Lite \ @@ -28,8 +28,8 @@ RUN_DEPENDS= p5-Archive-Zip>=0:archivers/p5-Archive-Zip \ p5-XML-LibXSLT>=0:textproc/p5-XML-LibXSLT USES= perl5 - USE_PERL5= configure + NO_ARCH= yes .include <bsd.port.mk> diff --git a/textproc/p5-Text-Distill/distinfo b/textproc/p5-Text-Distill/distinfo index afa0c17f62a0..05eba3092834 100644 --- a/textproc/p5-Text-Distill/distinfo +++ b/textproc/p5-Text-Distill/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1521234047 -SHA256 (Text-Distill-0.1.tar.gz) = 1e5879c21235e0fb8eb564bd13be32055519b08a7896d31dfc3aed49f62849f7 -SIZE (Text-Distill-0.1.tar.gz) = 14820 +TIMESTAMP = 1554396928 +SHA256 (Text-Distill-0.2.tar.gz) = 08396e14c169750f5403f2fc3a6a45c49e86c65d61230081a26cc4f0cd77da1b +SIZE (Text-Distill-0.2.tar.gz) = 14553 |