Ping, with an additional move to PERMIT_PACKAGE.
On Mon, 20 May 2019 22:59:00 +0200
Charlene Wendling wrote:
> Hi ports,
>
> Here is an update for HTML::SiteTear.
>
> What's new upstream (partial, see [0]):
>
> - support embed and param html tags
> - avoid accidental file clobbering
> - handle non-existent paths given to functions
>
> Port-wise it's a simple update with a dependencies cleanup.
>
> Testing:
>
> - 'make test' passes
> - there are no consumers
>
> Comments/feedback are welcome.
>
> Charlène.
>
>
> [0] https://metacpan.org/source/TKURITA/HTML-SiteTear-1.46/Changes
Index: Makefile
===================================================================
RCS file: /cvs/ports/www/p5-HTML-SiteTear/Makefile,v
retrieving revision 1.10
diff -u -p -u -p -r1.10 Makefile
--- Makefile 4 May 2019 01:18:59 -0000 1.10
+++ Makefile 1 Jul 2019 10:51:56 -0000
@@ -4,20 +4,15 @@ COMMENT= make a separate copy of a web s
MODULES= cpan
PKG_ARCH= *
-DISTNAME = HTML-SiteTear-1.44
+DISTNAME= HTML-SiteTear-1.46
CATEGORIES= www
-REVISION= 0
# Perl
-PERMIT_PACKAGE_CDROM= Yes
+PERMIT_PACKAGE= Yes
RUN_DEPENDS= devel/p5-Class-Accessor \
www/p5-HTML-Copy \
- www/p5-HTML-Parser \
- www/p5-HTML-Tagset \
- www/p5-URI \
- www/p5-libwww
-
-BUILD_DEPENDS= ${RUN_DEPENDS}
+ www/p5-HTML-Parser>=3.4 \
+ www/p5-URI
.include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /cvs/ports/www/p5-HTML-SiteTear/distinfo,v
retrieving revision 1.2
diff -u -p -u -p -r1.2 distinfo
--- distinfo 10 Nov 2014 11:09:57 -0000 1.2
+++ distinfo 1 Jul 2019 10:51:56 -0000
@@ -1,2 +1,2 @@
-SHA256 (HTML-SiteTear-1.44.tar.gz) = wooWwsmWsRbTwAQoPhsqwb9r9kDeLAbAK/iMSFzx4/4=
-SIZE (HTML-SiteTear-1.44.tar.gz) = 9788
+SHA256 (HTML-SiteTear-1.46.tar.gz) = BrceSqWPFaIiEhOSWUwlDX9fd3ioJRnD4U5hxlrVPv4=
+SIZE (HTML-SiteTear-1.46.tar.gz) = 10578
No comments:
Post a Comment