pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

p5-Text-Hatena: update to 0.20.



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Thu Sep 21 12:33:58 2017 +0200
Changeset:	8bba02d3830ac2c7be94271a83789b50b6f7e108

Modified Files:
	p5-Text-Hatena/Makefile
	p5-Text-Hatena/distinfo

Log Message:
p5-Text-Hatena: update to 0.20.

Add missing dependencies.

0.20  Tue Feb 6 2007
	- Rewrite whole code using Parse::RecDescent
	- Changed whole architecture

0.16  Mon Dec 25
	- Added H3anchorNode and invalid option for H3anchor.
	- Added Invalid option for section node.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=8bba02d3830ac2c7be94271a83789b50b6f7e108

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 p5-Text-Hatena/Makefile | 6 ++++--
 p5-Text-Hatena/distinfo | 7 ++++---
 2 files changed, 8 insertions(+), 5 deletions(-)

diffs:
diff --git a/p5-Text-Hatena/Makefile b/p5-Text-Hatena/Makefile
index 5e87234a92..65eb440caf 100644
--- a/p5-Text-Hatena/Makefile
+++ b/p5-Text-Hatena/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD: Makefile,v 1.5 2014/10/09 14:06:30 thomasklausner Exp $
 
-DISTNAME=		Text-Hatena-0.15
+DISTNAME=		Text-Hatena-0.20
 PKGNAME=		p5-${DISTNAME}
 CATEGORIES=		textproc perl5
 MASTER_SITES=		${MASTER_SITE_PERL_CPAN:=Text/}
@@ -15,7 +15,9 @@ DEPENDS+=		p5-Net-Amazon>=0.34:../../net/p5-Net-Amazon
 DEPENDS+=		p5-Template-Toolkit>=2.14:../../www/p5-Template-Toolkit
 DEPENDS+=		p5-libwww>=5.805:../../www/p5-libwww
 DEPENDS+=		p5-Text-VimColor>=0.11:../../wip/p5-Text-VimColor
-
+DEPENDS+=		p5-Regexp-Assemble-[0-9]*:../../devel/p5-Regexp-Assemble
+DEPENDS+=		p5-Parse-RecDescent-[0-9]*:../../devel/p5-Parse-RecDescent
+BUILD_DEPENDS+=		p5-Test-Base-[0-9]*:../../devel/p5-Test-Base
 
 PERL5_PACKLIST=		auto/Text/Hatena/.packlist
 
diff --git a/p5-Text-Hatena/distinfo b/p5-Text-Hatena/distinfo
index 3a9c603215..8f63df8b27 100644
--- a/p5-Text-Hatena/distinfo
+++ b/p5-Text-Hatena/distinfo
@@ -1,5 +1,6 @@
 $NetBSD: distinfo,v 1.2 2006/12/22 09:09:19 jgoamakf Exp $
 
-SHA1 (Text-Hatena-0.15.tar.gz) = 2620b0e03cafbdc65de8012de1930e83623a54fd
-RMD160 (Text-Hatena-0.15.tar.gz) = 59b7c5191a64b1f02532e8dde28a4823bcea4fbd
-Size (Text-Hatena-0.15.tar.gz) = 27079 bytes
+SHA1 (Text-Hatena-0.20.tar.gz) = ab1bbcbc96affb469180869b2049408c1717cc5d
+RMD160 (Text-Hatena-0.20.tar.gz) = 7446f96d6ca2f84579709e18898a81eed25f9624
+SHA512 (Text-Hatena-0.20.tar.gz) = c848f8f5190d3b558f8238a16aadb8b3ba6ff6ebefd3e2264da76d0d4d4b50715f4a260dbb6120c8a351d35895072f5f44e07b1688c4b41bc5ceeb77551e2f42
+Size (Text-Hatena-0.20.tar.gz) = 9125 bytes


Home | Main Index | Thread Index | Old Index