diff options
author | wen <wen@pkgsrc.org> | 2016-03-13 13:03:14 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2016-03-13 13:03:14 +0000 |
commit | 5d504375333bb235fb88de1f9b8e807963d3d889 (patch) | |
tree | 9f095be3348e7ac40c63445f8a2997ada193434a /devel | |
parent | 7981a19de77bacdbc68a1b17de79bb5297b7ef3e (diff) | |
download | pkgsrc-5d504375333bb235fb88de1f9b8e807963d3d889.tar.gz |
Update to 1.318
Update DEPENDS
Upstream changes:
1.318 2016-03-12 BOOK
[ENHANCEMENTS]
- Extend version support to all existing version
- Let Git::Version::Compare handle all version comparison code
- eg/build-git can now build all Git versions since 1.0.0
[DOCUMENTATION]
- Minor documentation updates
- URL corrections by DOLMEN
1.317 2016-02-13 BOOK
[ENHANCEMENTS]
- improved git binary detection in Git::Repository::Command
- fixed version comparisons for 1.0.0a and 1.0.0b under Perl 5.6
- test_repository( clone => ... ) now dies with a useful message
when trying to call it with a broken Git
- Git::Repository::Util provides utility functions for Git stuff
- eg/build-git: a utility to build and install any Git version
[DOCUMENTATION]
- Tutorial entry: "Ignore the system and global configuration files"
- spelling fix (RT #110027 by Gregor Herrmann)
[TEST]
- fix RT #89086 (reported by Alex Raguero)
- new test: t/test-all-git.t to run the test suite against a directory
full of git builds (if available)
- tested against 513 versions of git (including all RC),
from 1.0.0 to 2.7.1
1.316 2015-12-02 BOOK
[ENHANCEMENTS]
- avoid a warning if the filehandles have already been closed
(related to System::Command 1.114 'interactive' option)
[DOCUMENTATION]
- add examples for `git log` and using callbacks with `$r->run`
in Git::Repository::Tutorial
[TESTS]
- git-2.5.2 test suite compatibility fix (Petr �abata)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Git-Repository/Makefile | 5 | ||||
-rw-r--r-- | devel/p5-Git-Repository/distinfo | 10 |
2 files changed, 8 insertions, 7 deletions
diff --git a/devel/p5-Git-Repository/Makefile b/devel/p5-Git-Repository/Makefile index 03497be8bb1..15335c17f4d 100644 --- a/devel/p5-Git-Repository/Makefile +++ b/devel/p5-Git-Repository/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.15 2015/09/01 12:21:08 mef Exp $ +# $NetBSD: Makefile,v 1.16 2016/03/13 13:03:14 wen Exp $ -DISTNAME= Git-Repository-1.315 +DISTNAME= Git-Repository-1.318 PKGNAME= p5-${DISTNAME} CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Git/} @@ -12,6 +12,7 @@ LICENSE= ${PERL5_LICENSE} DEPENDS+= git-base-[0-9]*:../../devel/git-base DEPENDS+= p5-System-Command>=1.103:../../devel/p5-System-Command +DEPENDS+= p5-Git-Version-Compare>=1.001:../../devel/p5-Git-Version-Compare USE_LANGUAGES= # empty PERL5_PACKLIST= auto/Git/Repository/.packlist diff --git a/devel/p5-Git-Repository/distinfo b/devel/p5-Git-Repository/distinfo index 14c746a6daf..c6ea54b0440 100644 --- a/devel/p5-Git-Repository/distinfo +++ b/devel/p5-Git-Repository/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.10 2015/11/03 03:28:18 agc Exp $ +$NetBSD: distinfo,v 1.11 2016/03/13 13:03:14 wen Exp $ -SHA1 (Git-Repository-1.315.tar.gz) = afd0b2ba58f205e010922faf07840cbe6c88aa05 -RMD160 (Git-Repository-1.315.tar.gz) = 07ce50f2a44e02622ca50aa6727e201ebaafa720 -SHA512 (Git-Repository-1.315.tar.gz) = c0801acff03596b91493f9914e2c23e1ca3a3a860b368d39c3e6817954fccade8a9fd36696e6df705431244fc37b5b699ad37bd7c5adcf8099c420bd6840b5a7 -Size (Git-Repository-1.315.tar.gz) = 49089 bytes +SHA1 (Git-Repository-1.318.tar.gz) = 01211fc12bb3f5c3761fcb3fdc85556e6356b6c4 +RMD160 (Git-Repository-1.318.tar.gz) = 8eed07d98fef9138823456a76eace41ea569510a +SHA512 (Git-Repository-1.318.tar.gz) = 3e70b22ed25942abea8a6b42583ebd59a041db538e70d2d21f7b4a6a5e4d664898c7bf0095b160d43578e7be0812d871d2a104c3f629dfdc40a08b195bbe8836 +Size (Git-Repository-1.318.tar.gz) = 53573 bytes |