pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
pkg/34353: [update] devel/p5-PAR-Dist
>Number: 34353
>Category: pkg
>Synopsis: [update] devel/p5-PAR-Dist
>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:08 +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 to 0.18
- Changelog:
* Added the generate_blib_stub method.
* Added parse_dist_name to @EXPORT_OK
* Upgraded Module::Install to 0.64
* This is PAR::Dist 0.18.
____________________________________________________________________________
* Fixed merge_par for relative paths.
* This is PAR::Dist 0.17.
____________________________________________________________________________
* Fixed tests for parse_dist_name.
* Release 0.15_02
____________________________________________________________________________
* Added the parse_dist_name routine which was previously shipped with
both PAR::Repository and PAR::Repository::Client.
* Changed the distribution name detection heuristics to favour the
distribution name determined from META.yml and then those from
parse_dist_name.
* Version bump to 0.15_01.
____________________________________________________________________________
* PAR::Dist would previously generate bad file names and META.yml if
the newlines contained Windows' \r. That's history.
* This is 0.15.
____________________________________________________________________________
* Changed the calling conventions of remove_man to better resemble
those of the other functions. (This is backwards compatible.)
* Added get_meta() function.
* Slight documentation fixes.
* Version bump to 0.15.
____________________________________________________________________________
* The "version" field of META.yml files written by Module::Build
was not parsed correctly by the ad-hoc YAML parser.
Reported by: Jesse Vincent
* Remove the 0-signature.t.
* This be 0.14
____________________________________________________________________________
* Added rudimentary support for installing to a prefix-ed location.
* Documented the new parameter "prefix" to install_par();
____________________________________________________________________________
* Module::Install didn't regenerate META.yml because author bit
wasn't set.
* This is 0.13. (Sorry again, need to do this to make CPAN.pm happy.)
____________________________________________________________________________
* Found a couple of path-related bugs in the new functions of 0.11.
* This be 0.12. Sorry!
____________________________________________________________________________
* Fixed potential bugs where slashes were used as path separators.
Now using File::Spec everywhere (I think).
* Added merge_par() which merges two or more .par archives.
* Added remove_man() which removes all man pages and html docs from
a .par archive.
* Fixed a bit of indentation. (I know. Don't do it.)
* This be 0.11
____________________________________________________________________________
* .par distributions fetched from URLs will now be installed as
distributions named "Module-Name" instead of
"http://foo.bar/path/Module-Name-0.01-architecture-version.par".
* Updated Module::Install to 0.63
* This be 0.10
____________________________________________________________________________
* Updated Module::Install to 0.62
* This be 0.09
____________________________________________________________________________
* Updated Module::Install
* Slight documentation fixes.
* This be 0.08
>How-To-Repeat:
>Fix:
--- p5-PAR-Dist.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/pkgsrc/devel/p5-PAR-Dist/Makefile,v
retrieving revision 1.7
diff -u -r1.7 Makefile
--- Makefile 4 Mar 2006 21:29:23 -0000 1.7
+++ Makefile 29 Aug 2006 14:26:07 -0000
@@ -1,10 +1,9 @@
# $NetBSD: Makefile,v 1.7 2006/03/04 21:29:23 jlam Exp $
#
-DISTNAME= PAR-Dist-0.07
+DISTNAME= PAR-Dist-0.18
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5moi
-PKGREVISION= 2
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=PAR/}
Index: distinfo
===================================================================
RCS file: /home/pcvs/pkgsrc/devel/p5-PAR-Dist/distinfo,v
retrieving revision 1.2
diff -u -r1.2 distinfo
--- distinfo 23 Feb 2005 22:24:27 -0000 1.2
+++ distinfo 29 Aug 2006 14:26:30 -0000
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.2 2005/02/23 22:24:27 agc Exp $
-SHA1 (PAR-Dist-0.07.tar.gz) = 1908227fdd1a086ce26e5126df128fa3227755a8
-RMD160 (PAR-Dist-0.07.tar.gz) = f6dfd61e5c1f276b445f3781728a57a0e2272ee7
-Size (PAR-Dist-0.07.tar.gz) = 13853 bytes
+SHA1 (PAR-Dist-0.18.tar.gz) = 46209d861ac8c577891a60ab78f69b3c9a4fccc1
+RMD160 (PAR-Dist-0.18.tar.gz) = aaf6160970d55ff4c7421a3c3a74b27761207f45
+Size (PAR-Dist-0.18.tar.gz) = 20470 bytes
--- p5-PAR-Dist.diff ends here ---
Home |
Main Index |
Thread Index |
Old Index