diff options
author | abs <abs@pkgsrc.org> | 2008-05-28 21:32:41 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2008-05-28 21:32:41 +0000 |
commit | 0469822fe09462e39a2681c9629cd7b2079c1daa (patch) | |
tree | 9aa12b8a2335211703074e443714c8f9c4b02a24 /devel/p5-PAR-Dist | |
parent | 89dfb3e6f7ae874eef43e3bbe8ba9c8eeaa6192f (diff) | |
download | pkgsrc-0469822fe09462e39a2681c9629cd7b2079c1daa.tar.gz |
Updated devel/p5-PAR-Dist to 0.29
By: smueller on 2008/02/06
* Make file://foo.par URLs installable.
* This is 0.29.
____________________________________________________________________________
By: smueller on 2008/02/05
* Setting installation targets to undef with install_par
should remove them altogether now. This way, you can
make sure, some parts aren't installed. (Such as manpages
on win32)
* This is 0.28.
* Now hopefully back to bi-annual releases ;)
____________________________________________________________________________
By: smueller on 2008/02/04
* No more signature. I keep breaking things with it.
* This is 0.27.
____________________________________________________________________________
By: smueller on 2008/02/03
* If the return code from LWP::Simple is 304/not modified,
then that's a success. So we shouldn't throw an error.
* This is 0.26.
____________________________________________________________________________
By: smueller on 2007/06/29
* Use Archive::Unzip::Burst for unzipping if available.
* Some refactoring and code cleanup.
* This is 0.25.
____________________________________________________________________________
By: smueller on 2007/07/20
* Remove shebang from Makefile.PL. No assumptions about the user's perl.
* Port Makefile.PL to use ExtUtils::MakeMaker so I no longer need to
release for Module::Install upgrades. PAR::Dist wasn't using any of
the advanced features anyway!
* This is 0.24.
____________________________________________________________________________
By: smueller on 2007/06/20
* Add contains_binaries.
* This is 0.23
Diffstat (limited to 'devel/p5-PAR-Dist')
-rw-r--r-- | devel/p5-PAR-Dist/Makefile | 4 | ||||
-rw-r--r-- | devel/p5-PAR-Dist/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/p5-PAR-Dist/Makefile b/devel/p5-PAR-Dist/Makefile index a33ccbc115f..3f92badecc0 100644 --- a/devel/p5-PAR-Dist/Makefile +++ b/devel/p5-PAR-Dist/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.10 2007/06/13 09:41:30 heinz Exp $ +# $NetBSD: Makefile,v 1.11 2008/05/28 21:32:41 abs Exp $ # -DISTNAME= PAR-Dist-0.22 +DISTNAME= PAR-Dist-0.29 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5moi CATEGORIES= devel perl5 diff --git a/devel/p5-PAR-Dist/distinfo b/devel/p5-PAR-Dist/distinfo index 43a586741df..2e4efeed883 100644 --- a/devel/p5-PAR-Dist/distinfo +++ b/devel/p5-PAR-Dist/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2007/06/09 23:39:03 abs Exp $ +$NetBSD: distinfo,v 1.5 2008/05/28 21:32:41 abs Exp $ -SHA1 (PAR-Dist-0.22.tar.gz) = d856bbb08e8bdb7e04d359490abb17b58a936f91 -RMD160 (PAR-Dist-0.22.tar.gz) = bed57c7879848733a8287b31b6b8300e0b6fed14 -Size (PAR-Dist-0.22.tar.gz) = 24162 bytes +SHA1 (PAR-Dist-0.29.tar.gz) = bfcbcd7f0aa7e767f9c9e27099f1f2a5f64e53f1 +RMD160 (PAR-Dist-0.29.tar.gz) = 31bb3376663ce9d85e005d30866cc33c5cfd3a4f +Size (PAR-Dist-0.29.tar.gz) = 14565 bytes |