pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/p5-Sub-HandlesVia



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Sep  7 10:05:14 UTC 2020

Modified Files:
        pkgsrc/devel/p5-Sub-HandlesVia: Makefile distinfo

Log Message:
p5-Sub-HandlesVia: update to 0.014.

Fix dependencies.

0.014   2020-08-25

 [ Bug Fixes ]
 - Fix compilation errors caused by value coercions under some
   circumstances.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/p5-Sub-HandlesVia/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/p5-Sub-HandlesVia/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-Sub-HandlesVia/Makefile
diff -u pkgsrc/devel/p5-Sub-HandlesVia/Makefile:1.2 pkgsrc/devel/p5-Sub-HandlesVia/Makefile:1.3
--- pkgsrc/devel/p5-Sub-HandlesVia/Makefile:1.2 Mon Aug 31 18:08:53 2020
+++ pkgsrc/devel/p5-Sub-HandlesVia/Makefile     Mon Sep  7 10:05:14 2020
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2020/08/31 18:08:53 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2020/09/07 10:05:14 wiz Exp $
 
-DISTNAME=      Sub-HandlesVia-0.013
+DISTNAME=      Sub-HandlesVia-0.014
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    devel perl5
 MASTER_SITES=  https://cpan.metacpan.org/authors/id/T/TO/TOBYINK/
 
@@ -11,10 +10,16 @@ HOMEPAGE=   https://cpan.metacpan.org/auth
 COMMENT=       Alternative handles_via implementation
 LICENSE=       ${PERL5_LICENSE}
 
+DEPENDS+=      p5-Class-Method-Modifiers-[0-9]*:../../devel/p5-Class-Method-Modifiers
+DEPENDS+=      p5-Class-Tiny-[0-9]*:../../devel/p5-Class-Tiny
+DEPENDS+=      p5-Exporter-Tiny-[0-9]*:../../devel/p5-Exporter-Tiny
+DEPENDS+=      p5-Role-Tiny-[0-9]*:../../devel/p5-Role-Tiny
+DEPENDS+=      p5-Type-Tiny-[0-9]*:../../devel/p5-Type-Tiny
 TEST_DEPENDS+= p5-MooX-TypeTiny-[0-9]*:../../devel/p5-MooX-TypeTiny
 TEST_DEPENDS+= p5-Mouse-[0-9]*:../../devel/p5-Mouse
-TEST_DEPENDS+= p5-MooseX-ArrayRef-[0-9]*:../../devel/p5-MooseX-ArrayRef
-TEST_DEPENDS+= p5-MooseX-InsideOut-[0-9]*:../../devel/p5-MooseX-InsideOut
+TEST_DEPENDS+= p5-Moose-[0-9]*:../../devel/p5-Moose
+TEST_DEPENDS+= p5-Test-Fatal-[0-9]*:../../devel/p5-Test-Fatal
+TEST_DEPENDS+= p5-Test-Requires-[0-9]*:../../devel/p5-Test-Requires
 
 PERL5_PACKLIST=        auto/Sub/HandlesVia/.packlist
 

Index: pkgsrc/devel/p5-Sub-HandlesVia/distinfo
diff -u pkgsrc/devel/p5-Sub-HandlesVia/distinfo:1.1 pkgsrc/devel/p5-Sub-HandlesVia/distinfo:1.2
--- pkgsrc/devel/p5-Sub-HandlesVia/distinfo:1.1 Thu Apr 16 12:34:18 2020
+++ pkgsrc/devel/p5-Sub-HandlesVia/distinfo     Mon Sep  7 10:05:14 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2020/04/16 12:34:18 mef Exp $
+$NetBSD: distinfo,v 1.2 2020/09/07 10:05:14 wiz Exp $
 
-SHA1 (Sub-HandlesVia-0.013.tar.gz) = 65c7be77881613edd499cb20fc1c7a47948058a8
-RMD160 (Sub-HandlesVia-0.013.tar.gz) = 6bce7df0fc6878697c7229bec943bed7c070ba30
-SHA512 (Sub-HandlesVia-0.013.tar.gz) = 0fcadaa4a19b0136c1a85d6000f4528532f74082cd9a2b08f81aafc0125b1a9924a8b4399fc7e8a39b5c6d875bd1539ea05fcd3d77befef3fb83d60fe9f6642c
-Size (Sub-HandlesVia-0.013.tar.gz) = 98942 bytes
+SHA1 (Sub-HandlesVia-0.014.tar.gz) = 81feb6e7144e65d731b7e34439b3a506bf375043
+RMD160 (Sub-HandlesVia-0.014.tar.gz) = 07cf63c25893b36a07e551b78868724e9d63b5f2
+SHA512 (Sub-HandlesVia-0.014.tar.gz) = ef2fe4fa1d9ab4ffce35338721537ab0bf17d8031a2c9d1a901c6244239117ac013360f6e09839b7e876420d4c311c0b5d4e298f1b56e3ec95765864ecb4cb79
+Size (Sub-HandlesVia-0.014.tar.gz) = 99062 bytes



Home | Main Index | Thread Index | Old Index