pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/p5-XML-FeedPP
Module Name: pkgsrc
Committed By: wen
Date: Mon Apr 23 13:32:11 UTC 2018
Modified Files:
pkgsrc/textproc/p5-XML-FeedPP: Makefile distinfo
Log Message:
Update to 0.95
Upstream changes:
version 0.95: Sat 21 Apr 01:15:08 CEST 2018
* fixed #35061: use guid for uniqueness, when available.
(thanks to avbidder)
* improved #58422: XML::FeedPP cannot be subclassed.
(thanks to bitcard)
* remove useless XML::FeedPP::Common layer
* fixed #71318: save use of timegm
(thanks to Brian Gomes Bascoy)
* fixed #72523: merge of items in channel changes guid
(thanks to Никулин Юрий)
* fixed #78407: Empty item in RSS-feed breaks processing
(thanks to colink)
* fixed #84798: forgot the 'use' in the documentation
(thanks to jidanny)
* fixed #87373: ignore namespace prefixes when you collect a value
(thanks to Jesse Quinn)
* fixed #124569: timegm should be called with 4-digit year
(thanks to bitcardbmw)
* fixed #125052: returns HASH for empty field
(thanks to Mark Overmeer)
2011/05/09 (0.45_01) ** DEVELOPER RELEASE
* supports subclassing. t/47_subclass_content.t added.
https://rt.cpan.org/Public/Bug/Display.html?id=58422
(thanks to bitcard)
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/textproc/p5-XML-FeedPP/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/textproc/p5-XML-FeedPP/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/textproc/p5-XML-FeedPP/Makefile
diff -u pkgsrc/textproc/p5-XML-FeedPP/Makefile:1.11 pkgsrc/textproc/p5-XML-FeedPP/Makefile:1.12
--- pkgsrc/textproc/p5-XML-FeedPP/Makefile:1.11 Mon Jun 5 14:24:56 2017
+++ pkgsrc/textproc/p5-XML-FeedPP/Makefile Mon Apr 23 13:32:11 2018
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.11 2017/06/05 14:24:56 ryoon Exp $
+# $NetBSD: Makefile,v 1.12 2018/04/23 13:32:11 wen Exp $
-DISTNAME= XML-FeedPP-0.43
+DISTNAME= XML-FeedPP-0.95
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 6
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/}
Index: pkgsrc/textproc/p5-XML-FeedPP/distinfo
diff -u pkgsrc/textproc/p5-XML-FeedPP/distinfo:1.3 pkgsrc/textproc/p5-XML-FeedPP/distinfo:1.4
--- pkgsrc/textproc/p5-XML-FeedPP/distinfo:1.3 Wed Nov 4 01:59:55 2015
+++ pkgsrc/textproc/p5-XML-FeedPP/distinfo Mon Apr 23 13:32:11 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2015/11/04 01:59:55 agc Exp $
+$NetBSD: distinfo,v 1.4 2018/04/23 13:32:11 wen Exp $
-SHA1 (XML-FeedPP-0.43.tar.gz) = baa2b67a152b97d888991b0a7d79faf95b29c61b
-RMD160 (XML-FeedPP-0.43.tar.gz) = 0c78906dfc3d2eb6a05f3e2545535b2c9815a0d3
-SHA512 (XML-FeedPP-0.43.tar.gz) = 5e027ffac1308e78c4098c5d72f8ac1c484dec7f7a0cbe74d49df9a513de5eeab5bfc345571ed68344465ccb24b031ede24a3e0236a5deffdb1addbf57a2d80f
-Size (XML-FeedPP-0.43.tar.gz) = 42762 bytes
+SHA1 (XML-FeedPP-0.95.tar.gz) = 5fbb094f6501aa17dae3ad196b3d42aa60e7588a
+RMD160 (XML-FeedPP-0.95.tar.gz) = 3a0ab770cebf4db74621e01babf2ed571d25142c
+SHA512 (XML-FeedPP-0.95.tar.gz) = d196b444f47528b12f89a45a132c09f39e9664755f3bb106fe661548406f52996fb44b84da8a212d3cb7f79c4492b640ccd4c81ed8e83d453fadb92876139402
+Size (XML-FeedPP-0.95.tar.gz) = 47192 bytes
Home |
Main Index |
Thread Index |
Old Index