pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/p5-IO-HTML
Module Name: pkgsrc
Committed By: wen
Date: Fri Oct 2 07:16:37 UTC 2020
Modified Files:
pkgsrc/devel/p5-IO-HTML: Makefile distinfo
Log Message:
Update to 1.004
Upstream changes:
1.004 2020-09-26
- No code changes since 1.003, just documentation improvements
- New example file: detect-encoding.pl
1.003 2015-09-26 Trial Release
- Do not use incomplete quoted attribute values in find_charset_in.
If we reach the end of the string without finding the closing quote,
terminate processing instead of using whatever we did collect as
the attribute's value.
- Add tests for the $bytes_to_check configuration variable (GitHub#1)
1.002 2015-09-19 Trial Release
- Add $bytes_to_check configuration variable (GitHub#1)
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/p5-IO-HTML/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/p5-IO-HTML/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/p5-IO-HTML/Makefile
diff -u pkgsrc/devel/p5-IO-HTML/Makefile:1.15 pkgsrc/devel/p5-IO-HTML/Makefile:1.16
--- pkgsrc/devel/p5-IO-HTML/Makefile:1.15 Mon Aug 31 18:08:10 2020
+++ pkgsrc/devel/p5-IO-HTML/Makefile Fri Oct 2 07:16:37 2020
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.15 2020/08/31 18:08:10 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2020/10/02 07:16:37 wen Exp $
-DISTNAME= IO-HTML-1.001
+DISTNAME= IO-HTML-1.004
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 6
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IO/}
Index: pkgsrc/devel/p5-IO-HTML/distinfo
diff -u pkgsrc/devel/p5-IO-HTML/distinfo:1.4 pkgsrc/devel/p5-IO-HTML/distinfo:1.5
--- pkgsrc/devel/p5-IO-HTML/distinfo:1.4 Tue Nov 3 03:28:21 2015
+++ pkgsrc/devel/p5-IO-HTML/distinfo Fri Oct 2 07:16:37 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2015/11/03 03:28:21 agc Exp $
+$NetBSD: distinfo,v 1.5 2020/10/02 07:16:37 wen Exp $
-SHA1 (IO-HTML-1.001.tar.gz) = 210b60f438502744c9c31a82329b19a6f9aecf63
-RMD160 (IO-HTML-1.001.tar.gz) = 5578d0c7fb28f889586e1c91290b12c43e4a68ce
-SHA512 (IO-HTML-1.001.tar.gz) = fd3780c854e2e4003c80d2399987bbde2ebcc8f110915a74326660036d0860f79123f924c3200bcfa163363d74f53ca742bde973549e5a554e63648ed55dac52
-Size (IO-HTML-1.001.tar.gz) = 19375 bytes
+SHA1 (IO-HTML-1.004.tar.gz) = 06a9d6f18f99e5ffff62ebaef53af05ae0b3c884
+RMD160 (IO-HTML-1.004.tar.gz) = be3ee5e0d7bcda74ce59ff81ea59011a1c26e95b
+SHA512 (IO-HTML-1.004.tar.gz) = 564fba7cfb50ef1cc78fa9e2b2200a20e305d098b8ceeb6f8478f0275cc48e4fb069386f5c318bc9deb43a5d590a78a995c04100bd440340f5c990eadc76a70f
+Size (IO-HTML-1.004.tar.gz) = 20927 bytes
Home |
Main Index |
Thread Index |
Old Index