diff options
author | sno <sno@pkgsrc.org> | 2012-03-22 13:11:40 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2012-03-22 13:11:40 +0000 |
commit | a95cc08e445784c8397482694ad70d5dcf0c5a69 (patch) | |
tree | 9e8fc32c345acb54ebc1545a8d1e4a54326917a6 /devel | |
parent | 6b96d908766683a1d037df98bbf4b4f2aca7ba33 (diff) | |
download | pkgsrc-a95cc08e445784c8397482694ad70d5dcf0c5a69.tar.gz |
Updating package for Perl5 module Git::Repository from CPAN in
devel/p5-Git-Repository from 1.22 to 1.25
Upstream changes:
1.25 Tue Dec 27 23:07:11 CET 2011
[ENHANCEMENTS]
- None. It's as good as 1.24, without the stupid test fail.
[TESTS]
- fixed a test plan when a git binary is not available
1.24 Mon Dec 26 14:51:36 CET 2011
[ENHANCEMENTS]
- the command cache for _is_git() is now properly populated
when the git option is a command with options (e.g. sudo)
- _is_git() still finds git when the PATH contains a directory
named git in a better position (RT #72154)
- Fix spelling errors fixed in Debian (RT #73079)
- Defend against changes to $/ (RT #71621)
1.23 Sun Dec 4 16:06:08 CET 2011
[TESTS]
- made t/07-version.t pass when /tmp is mounted noexec (RT #72610)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Git-Repository/Makefile | 4 | ||||
-rw-r--r-- | devel/p5-Git-Repository/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/p5-Git-Repository/Makefile b/devel/p5-Git-Repository/Makefile index e663e169843..9e6aa693512 100644 --- a/devel/p5-Git-Repository/Makefile +++ b/devel/p5-Git-Repository/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.1.1.1 2011/11/15 12:14:52 sno Exp $ +# $NetBSD: Makefile,v 1.2 2012/03/22 13:11:40 sno Exp $ -DISTNAME= Git-Repository-1.22 +DISTNAME= Git-Repository-1.25 PKGNAME= p5-${DISTNAME} CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Git/} diff --git a/devel/p5-Git-Repository/distinfo b/devel/p5-Git-Repository/distinfo index 2963cccdd04..4279d944478 100644 --- a/devel/p5-Git-Repository/distinfo +++ b/devel/p5-Git-Repository/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2011/11/15 12:14:52 sno Exp $ +$NetBSD: distinfo,v 1.2 2012/03/22 13:11:40 sno Exp $ -SHA1 (Git-Repository-1.22.tar.gz) = ee6a7229f8be4da99d452069b4586ea30d66808f -RMD160 (Git-Repository-1.22.tar.gz) = b838e8a9e46a384e2951cb1ecef24f83ba7301bc -Size (Git-Repository-1.22.tar.gz) = 41506 bytes +SHA1 (Git-Repository-1.25.tar.gz) = 27d9a3eb8bd80a8ddce88c3dcb303367bcffdf54 +RMD160 (Git-Repository-1.25.tar.gz) = e5f207ac4ac509f8febad3636e3053cd513a4302 +Size (Git-Repository-1.25.tar.gz) = 43256 bytes |