pkgsrc-WIP-changes archive

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

p5-Class-Date: update to 1.1.17.



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <tk%giga.or.at@localhost>
Pushed By:	wiz
Date:		Sun Jun 24 11:26:57 2018 +0200
Changeset:	e0aff8bd4cf9157db1c646bff7f6ec66c19cf50d

Modified Files:
	p5-Class-Date/Makefile
	p5-Class-Date/distinfo

Log Message:
p5-Class-Date: update to 1.1.17.

Add missing dependencies.

1.1.17 2018-06-01
  [ BUG FIXES ]
    - Modules still had the hard-coded $VERSIONs in them. (GH#11)

  [ STATISTICS ]
    - code churn: 4 files changed, 191 insertions(+), 180 deletions(-)

1.1.16 2018-05-26
  - Remove the xs part of the distribution, which  was not adding much for
    the extra pain.
  - Quiet spurious warning. (GH#9)
  - Fix typos in documentation. (GH#5)

  [ STATISTICS ]
    - code churn: 22 files changed, 181 insertions(+), 510 deletions(-)

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

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

diffstat:
 p5-Class-Date/Makefile | 6 +++++-
 p5-Class-Date/distinfo | 8 ++++----
 2 files changed, 9 insertions(+), 5 deletions(-)

diffs:
diff --git a/p5-Class-Date/Makefile b/p5-Class-Date/Makefile
index 71e73d441c..bc94ac09dc 100644
--- a/p5-Class-Date/Makefile
+++ b/p5-Class-Date/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD: Makefile,v 1.8 2014/10/09 14:06:29 thomasklausner Exp $
 
-DISTNAME=	Class-Date-1.1.15
+DISTNAME=	Class-Date-1.1.17
 PKGNAME=	p5-${DISTNAME}
 CATEGORIES=	devel perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN:=Class/}
@@ -13,5 +13,9 @@ LICENSE=	${PERL5_LICENSE}
 USE_LANGUAGES=		c
 PERL5_PACKLIST=		auto/Class/Date/.packlist
 
+DEPENDS+=	p5-TimeDate-[0-9]*:../../time/p5-TimeDate
+
+TEST_DEPENDS+=	p5-Test-Warnings-[0-9]*:../../devel/p5-Test-Warnings
+
 .include "../../lang/perl5/module.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/p5-Class-Date/distinfo b/p5-Class-Date/distinfo
index a5cac1ab95..508bfcd79e 100644
--- a/p5-Class-Date/distinfo
+++ b/p5-Class-Date/distinfo
@@ -1,6 +1,6 @@
 $NetBSD: distinfo,v 1.4 2012/02/19 07:52:23 jgoamakf Exp $
 
-SHA1 (Class-Date-1.1.15.tar.gz) = 51ff4040a70e183123b1ed56178217bf1da76fa3
-RMD160 (Class-Date-1.1.15.tar.gz) = d1fe9082c73fe2da4140399241f66d47a241c591
-SHA512 (Class-Date-1.1.15.tar.gz) = d255bdfe8c5f1dc62e0804c6ed67238a5ea3831e8c65baa359933db82164f5faf9cb79f47fb3b6d610c6af044843e42ce08a901d1b31973ba2d414eed4a26b1b
-Size (Class-Date-1.1.15.tar.gz) = 28809 bytes
+SHA1 (Class-Date-1.1.17.tar.gz) = 9eb38c7e9e92b0f3fd7adf65a514cd27381bfa73
+RMD160 (Class-Date-1.1.17.tar.gz) = cd20d11dfdd763720e5504a3a8f3cd7e9b67077a
+SHA512 (Class-Date-1.1.17.tar.gz) = 0cc0c0145e3fb3c95f80a8d1dcdd1414db98350093392855f129b4e7ac09fee900a8577f1bd91c5ded2ea24730e1138f3ab23e42b848efa2e2efe1e87b720dca
+Size (Class-Date-1.1.17.tar.gz) = 51202 bytes


Home | Main Index | Thread Index | Old Index