pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/p5-Moo



Module Name:    pkgsrc
Committed By:   wen
Date:           Fri Nov 17 02:15:20 UTC 2017

Modified Files:
        pkgsrc/devel/p5-Moo: Makefile distinfo

Log Message:
Update to 2.003003

Upstream changes:
2.003003 - 2017-11-16
  - test tweaks
  - fix handling of code refs stored directly in the stash (for perl 5.28)
  - consider inline packages with constants in them as being loaded
  - stubs will be treated as methods that exist when inflating to Moose
  - avoid loading overload.pm unless required


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 pkgsrc/devel/p5-Moo/Makefile
cvs rdiff -u -r1.28 -r1.29 pkgsrc/devel/p5-Moo/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-Moo/Makefile
diff -u pkgsrc/devel/p5-Moo/Makefile:1.34 pkgsrc/devel/p5-Moo/Makefile:1.35
--- pkgsrc/devel/p5-Moo/Makefile:1.34   Mon Jun  5 14:23:17 2017
+++ pkgsrc/devel/p5-Moo/Makefile        Fri Nov 17 02:15:20 2017
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.34 2017/06/05 14:23:17 ryoon Exp $
+# $NetBSD: Makefile,v 1.35 2017/11/17 02:15:20 wen Exp $
 
-DISTNAME=      Moo-2.003002
+DISTNAME=      Moo-2.003003
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../../authors/id/H/HA/HAARG/}
 

Index: pkgsrc/devel/p5-Moo/distinfo
diff -u pkgsrc/devel/p5-Moo/distinfo:1.28 pkgsrc/devel/p5-Moo/distinfo:1.29
--- pkgsrc/devel/p5-Moo/distinfo:1.28   Wed Apr  5 15:25:40 2017
+++ pkgsrc/devel/p5-Moo/distinfo        Fri Nov 17 02:15:20 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.28 2017/04/05 15:25:40 wiz Exp $
+$NetBSD: distinfo,v 1.29 2017/11/17 02:15:20 wen Exp $
 
-SHA1 (Moo-2.003002.tar.gz) = c7eec387c89e6e6419380b88598202e7d657fc10
-RMD160 (Moo-2.003002.tar.gz) = 1744586928e34c3199bf1b8072b68b45632c1a43
-SHA512 (Moo-2.003002.tar.gz) = 103878f4f4b0863125eff67e7a1a24525c565d28ee78eb3f54306daf3bcd6e949f5c451ca3e79448b2f66a74e8f942181c4af7aa79c23b3591ef4331d853ea2d
-Size (Moo-2.003002.tar.gz) = 96696 bytes
+SHA1 (Moo-2.003003.tar.gz) = c1efe25b78255bc31422fa225e66067c0ef1cc22
+RMD160 (Moo-2.003003.tar.gz) = 6f2441441b665a984664b99f8f205e6be49c8df3
+SHA512 (Moo-2.003003.tar.gz) = f1b2aa2f3dee8749cd2c772b65b8c48dbf67358e62dff856d980422e87c74751013376f82488bff7e8b8b0a707c54cedce8e0da873904b712138cba2c9a7f1c7
+Size (Moo-2.003003.tar.gz) = 97527 bytes



Home | Main Index | Thread Index | Old Index