Commit graph

10 commits

Author SHA1 Message Date
wiz
0982effce2 Recursive PKGREVISION bump for all packages mentioning 'perl',
having a PKGNAME of p5-*, or depending such a package,
for perl-5.22.0.
2015-06-12 10:48:20 +00:00
mef
5dd48ca32c (pkgsrc)
- DEPENDS switched from p5-File-pushd>=1.05 to p5-File-chdir>=0.1010
    (as noted below)
(upstream)
  - Update 0.040 to 0.044
---------------------
0.044     2015-04-07 21:10:31-07:00 America/Los_Angeles
        No changes from the (borked) v0.043-TRIAL

0.043-effup 2015-03-31 11:54:27-04:00 America/New_York (TRIAL RELEASE)
        Handle SKIP affecting number of commits in test (Gianni Ceccarelli)

0.043     2015-03-28 20:07:33-07:00 America/Los_Angeles
        No changes from 0.042-TRIAL (see also changes for 0.041-TRIAL)

0.042     2015-03-23 21:54:11-07:00 America/Los_Angeles (TRIAL RELEASE)
        Using "--format" with the log method now throws a
        Git::Wrapper::Exception (B. Estrade)

0.041     2015-03-18 22:14:08-07:00 America/Los_Angeles (TRIAL RELEASE)
        Switch from File::pushd to File::chdir (John Anderson)
2015-04-09 01:36:56 +00:00
mef
de764b56bb Update 0.038 to 0.040
---------------------
0.040     2015-03-13 16:11:14-07:00 America/Los_Angeles

0.039     2015-02-23 19:27:47-08:00 America/Los_Angeles (TRIAL RELEASE)

        Various POD updates (B. Estrade)
        Exclude failing test on Mac OS with older Git (#41) (John Anderson)
        POD and typo fixes (Doug Bell)
2015-03-15 14:10:36 +00:00
wiz
71d2d870b6 Add missing dependency that broke the build. 2015-02-09 21:46:01 +00:00
mef
9f4c95b3fe (pkgsrc)
- Update depending condition (see below at version 0.033)
   -DEPENDS+=              p5-File-pushd-[0-9]*:../../devel/p5-File-pushd
   +DEPENDS+=              p5-File-pushd>=1.05:../../devel/p5-File-pushd
(upstream)
 - update 0.028 to 0.038
---------------------
0.038     2014-10-29 10:35:40-07:00 America/Los_Angeles

0.037     2014-08-13 12:43:00-05:00 America/Chicago

        Fix 'git config' during install stuff (Graham Knop)

0.036     2014-08-12 23:50:30-05:00 America/Chicago

        Run 'git config' during install (Karen Etheridge)

0.035     2014-07-30 07:25:21-07:00 America/Los_Angeles

        Attempted fix for Win32 test fails

0.034     2014-07-24 18:30:14-07:00 America/Los_Angeles

        Fix typo in minimum version required of File::pushd (Russell
        Jenkins)

0.033     2014-07-24 14:45:05-07:00 America/Los_Angeles

        require File::pushd 1.05 at a minimum

0.032     2014-04-22 18:29:06-07:00 America/Los_Angeles

        bail out early in Makefile.PL if git not installed, instead of
        failing tests (Karen Etheridge)

0.031     2014-03-17 08:10:42-07:00 America/Los_Angeles

        Only load IPC::Cmd if needed (Graham Knop)
        Reduce dependency on Path::Class to test.recommends, fix min version (Kent Fredric)
        Increment minimum version in eval check to match stated dist.ini version
        typo fix (dsteinbrunner)

0.030     2013-07-29 09:23:13 America/Los_Angeles

        Add explicit version dep on Path::Class (#40) (John SJ Anderson)
        Fixes typos. (Olaf Alders)

0.029     2013-05-07 10:21:26 America/Los_Angeles

        Included missed Changes update from last release...

0.028_97  2013-04-23 06:17:12 America/Los_Angeles

        Rework argument passing to deal with stringifying arguments (#29) (John SJ Anderson)

0.028_96  2013-02-24 16:19:15 America/Los_Angeles

        Support specifying the git binary location on new (Todd Rinaldo)
        Rework argument passing (#29) (John SJ Anderson, Mark Price)
2015-02-05 14:09:02 +00:00
wiz
7eeb51b534 Bump for perl-5.20.0.
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
2014-05-29 23:35:13 +00:00
obache
9b57b4605a Fix/Update DEPENDS paterns for perl CORE modules, with some trivial fixes.
Bump PKGREVISION for runtime dependency pattern changed packages.
2013-12-09 14:17:41 +00:00
wiz
6ba0de1f29 Finish git rename from scmgit to git. 2013-09-09 14:07:58 +00:00
wiz
d2ca14a3f1 Bump all packages for perl-5.18, that
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package

Like last time, where this caused no complaints.
2013-05-31 12:39:57 +00:00
schmonz
1e1c32defc Add p5-Git-Wrapper.
Git::Wrapper provides an API for git(7) that uses Perl data structures
for argument passing, instead of CLI-style --options as Git does.

Except as documented, every git subcommand is available as a method
on a Git::Wrapper object. Replace any hyphens in the git command
with underscores. The first argument should be a hashref containing
options and their values. Boolean options are either true (included)
or false (excluded). The remaining arguments are passed as ordinary
command arguments.
2013-04-12 14:35:48 +00:00