Commit graph

6 commits

Author SHA1 Message Date
asau
e1ab7079b6 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-31 11:16:30 +00:00
wen
87dad22fc7 Update to 1.27
Upstream changes:
1.27 Thu Oct 11 2012
        [ENHANCEMENTS]
        - Git::Repository::Command skips non-executable files when searching
          for a git command in the PATH
        [TEST]
        - Fixed tests failing with a directory named git in the PATH (RT #80117)
2012-10-23 14:03:11 +00:00
wiz
8b5d49eb78 Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.

I hope that's all of them.
2012-10-03 21:53:53 +00:00
sno
ff780f08b2 Updating package for CPAN module Git::Repository in devel/p5-Git-Repository
from 1.25 to 1.26.

pkgsrc changes:
1.26 Tue Aug  1 2012
        [ENHANCEMENTS]
        - added a 'quiet' option to silence warnings
        - improved carp level for the run() method
        [DOCUMENTATION]
        - provide an example for the 'quiet' option in
          Git::Repository::Tutorial
2012-09-13 15:01:17 +00:00
sno
14b78df994 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)
2012-03-22 13:11:40 +00:00
sno
f4aba3aa84 Importing package definition for CPAN Module Git::Repository 1.22 into
devel/p5-Git-Repository.

Git::Repository is an interface to Git for the Perl programming language,
for scripted interactions with repositories. It's a low-level interface
that allows calling any Git command, whether porcelain or plumbing,
including bidirectional commands such as git commit-tree.

A Git::Repository object simply provides context to the git commands being
run. It is possible to call the command() and run() methods against the
class itself, and the context (typically current working directory) will
be obtained from the options and environment.
2011-11-15 12:14:52 +00:00