2015-04-09 03:36:56 by Makoto Fujiwara | Files touched by this commit (2) |
Log message:
(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-03-15 15:10:36 by Makoto Fujiwara | Files touched by this commit (2) | |
Log message:
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-02-09 22:46:01 by Thomas Klausner | Files touched by this commit (1) |
Log message:
Add missing dependency that broke the build.
|
2015-02-05 15:09:02 by Makoto Fujiwara | Files touched by this commit (2) | |
Log message:
(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)
|
2014-05-30 01:38:20 by Thomas Klausner | Files touched by this commit (3049) |
Log message:
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.
|
2013-12-09 15:17:56 by OBATA Akio | Files touched by this commit (238) |
Log message:
Fix/Update DEPENDS paterns for perl CORE modules, with some trivial fixes.
Bump PKGREVISION for runtime dependency pattern changed packages.
|
2013-09-09 16:08:00 by Thomas Klausner | Files touched by this commit (41) |
Log message:
Finish git rename from scmgit to git.
|
2013-05-31 14:42:58 by Thomas Klausner | Files touched by this commit (2880) |
Log message:
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-04-12 16:35:48 by Amitai Schlair | Files touched by this commit (3) |
Log message:
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.
|