On Tue, Sep 10, 2019 at 01:49:57AM +0000, wen heping wrote:
> Hi, ports@:
>
> Here is a patch for www/p5-HTML-Clean to update to 1.2.
> It build well and passed all tests.
> No other ports depends on it.
>
> Comments? OK?
>
> wen
They're up to 1.4 now, but still all seems to be docs cleanup, so still
a super easy update. Upstream switched to using IO::File instead of
just IO, which seems strange that we would remove that, so as with the
previous, remove the local patch.
$ corelist IO::File
Data for 2018-11-29
IO::File was first released with perl 5.00307
Comments? OK?
Index: Makefile
===================================================================
RCS file: /cvs/ports/www/p5-HTML-Clean/Makefile,v
retrieving revision 1.10
diff -u -p -r1.10 Makefile
--- Makefile 12 Jul 2019 20:50:53 -0000 1.10
+++ Makefile 3 Nov 2019 01:29:42 -0000
@@ -4,8 +4,7 @@ COMMENT= cleans up HTML code for web bro
MODULES= cpan
PKG_ARCH= *
-DISTNAME= HTML-Clean-0.8
-REVISION= 1
+DISTNAME= HTML-Clean-1.4
CATEGORIES= www
# Artistic
Index: distinfo
===================================================================
RCS file: /cvs/ports/www/p5-HTML-Clean/distinfo,v
retrieving revision 1.3
diff -u -p -r1.3 distinfo
--- distinfo 18 Jan 2015 03:15:44 -0000 1.3
+++ distinfo 3 Nov 2019 01:29:42 -0000
@@ -1,2 +1,2 @@
-SHA256 (HTML-Clean-0.8.tar.gz) = rCCrojr9TWTeLJjcJ1k6N7RQAOyw60s71BeSAXr/DcA=
-SIZE (HTML-Clean-0.8.tar.gz) = 48157
+SHA256 (HTML-Clean-1.4.tar.gz) = pn1KvadR/DxrSjUYU3eoi8pbZRxgszN5gEtOkKF4hwY=
+SIZE (HTML-Clean-1.4.tar.gz) = 48598
Index: patches/patch-lib_HTML_Clean_pm
===================================================================
RCS file: patches/patch-lib_HTML_Clean_pm
diff -N patches/patch-lib_HTML_Clean_pm
--- patches/patch-lib_HTML_Clean_pm 16 Jun 2006 01:31:41 -0000 1.1.1.1
+++ /dev/null 1 Jan 1970 00:00:00 -0000
@@ -1,11 +0,0 @@
-$OpenBSD: patch-lib_HTML_Clean_pm,v 1.1.1.1 2006/06/16 01:31:41 bernd Exp $
---- lib/HTML/Clean.pm.orig Wed Sep 6 19:57:26 2000
-+++ lib/HTML/Clean.pm Thu Jun 15 18:47:58 2006
-@@ -1,7 +1,6 @@
- package HTML::Clean;
-
- use Carp;
--use IO;
- use Fcntl;
- use strict;
- require 5.004;
No comments:
Post a Comment