pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
pkg/34354: [update] devel/p5-Module-ScanDeps
>Number: 34354
>Category: pkg
>Synopsis: [update] devel/p5-Module-ScanDeps
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: pkg-manager
>State: open
>Class: change-request
>Submitter-Id: net
>Arrival-Date: Tue Aug 29 16:15:09 +0000 2006
>Originator: Martin Wilke
>Release: NetBSD 4.0_BETA i386
>Organization:
>Environment:
System: NetBSD 4.0_BETA (MIWIBOX) #0: Tue Aug 29 10:29:38 CEST 2006
miwi%mwilke.ath.cx@localhost:/usr/obj/sys/arch/i386/compile/MIWIBOX
>Description:
- Update 0.63
Changes for 0.63
* Upgraded to Module::Install 0.63
Changes for 0.62
* Better diagnostics.pm support for searching the related
.pod file.
Changes for 0.61
* Now presenting more helpful (and correct) error messages when
multiple versions of a module (files) are found.
* Corrected a POD error.
* Added test for POD correctness.
Changes for 0.60
* Fixed bug that prevented "use encoding 'utf-8';" from being
picked up. This was because the -8 was stripped and thus, the
encoding wasn't recognized.
Changes for 0.59
* Recovering 5.005 compatibility. (Hopefully!)
* Using Module::Install 0.62
* Added a dependency on File::Temp for pre 5.6 perls.
* Fixed broken Module::Pluggable support.
Changes for 0.58
* Added dependency for Test::Deep
* Added dependency for Math::Symbolic
Changes for 0.57
* Applied Stephen Schulze's patch which fixes the problem that modules are
reported as depended upon only once.
Changes for 0.56
* Added special dependency for Tk::Getopt. Suggested by Slaven Rezic.
Changes for 0.55
* Applied Roderich Schupp's patch to fix a problem with 'autouse'.
* Now using Module::Install 0.56
Changes for 0.54
* Switch to File::Temp::tempfile() for more robust temporary file creation.
Contributed by: Jesse Vincent
* Update to latest Module::Install _again_ to fix Cygwin installation.
Reported by: Matt S Trout
Changes for 0.53
* Update to latest Module::Install; no functional changes.
Changes for 0.52
* Support for autouse.pm.
* Support for Tk::DragDrop. Reported by: Renee Baecker.
>How-To-Repeat:
>Fix:
--- p5-Module-ScanDeps.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/pkgsrc/devel/p5-Module-ScanDeps/Makefile,v
retrieving revision 1.8
diff -u -r1.8 Makefile
--- Makefile 4 Mar 2006 21:29:23 -0000 1.8
+++ Makefile 29 Aug 2006 14:18:57 -0000
@@ -1,10 +1,9 @@
# $NetBSD: Makefile,v 1.8 2006/03/04 21:29:23 jlam Exp $
#
-DISTNAME= Module-ScanDeps-0.51
+DISTNAME= Module-ScanDeps-0.63
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5msd
-PKGREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Module/}
Index: distinfo
===================================================================
RCS file: /home/pcvs/pkgsrc/devel/p5-Module-ScanDeps/distinfo,v
retrieving revision 1.3
diff -u -r1.3 distinfo
--- distinfo 31 Mar 2005 22:42:31 -0000 1.3
+++ distinfo 29 Aug 2006 14:19:13 -0000
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.3 2005/03/31 22:42:31 seb Exp $
-SHA1 (Module-ScanDeps-0.51.tar.gz) = d38d57b33a86e269c07c128a8dae6ab930c23421
-RMD160 (Module-ScanDeps-0.51.tar.gz) = d368e8018b6fafd672bf24d20509a933636f4ea3
-Size (Module-ScanDeps-0.51.tar.gz) = 17468 bytes
+SHA1 (Module-ScanDeps-0.63.tar.gz) = aae07d4f31b0246f45b74b92cc365dc01c5a79a7
+RMD160 (Module-ScanDeps-0.63.tar.gz) = 489800495583139cbc82f1d0faa103ae255235d1
+Size (Module-ScanDeps-0.63.tar.gz) = 27940 bytes
--- p5-Module-ScanDeps.diff ends here ---
Home |
Main Index |
Thread Index |
Old Index