Update www/p5-HTML-Clean to 1.4

Orignal update to 1.2 from wen heping <wenheping2000 () hotmail ! com>
Tweaks and update to 1.4 by me
OK sthen@
This commit is contained in:
afresh1 2019-11-03 20:33:31 +00:00
parent c738bccc04
commit 588afbcc23
3 changed files with 4 additions and 16 deletions

View File

@ -1,11 +1,10 @@
# $OpenBSD: Makefile,v 1.10 2019/07/12 20:50:53 sthen Exp $
# $OpenBSD: Makefile,v 1.11 2019/11/03 20:33:31 afresh1 Exp $
COMMENT= cleans up HTML code for web browsers, not humans
MODULES= cpan
PKG_ARCH= *
DISTNAME= HTML-Clean-0.8
REVISION= 1
DISTNAME= HTML-Clean-1.4
CATEGORIES= www
# Artistic

View File

@ -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

View File

@ -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;