pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/p5-Git-Wrapper (pkgsrc)



details:   https://anonhg.NetBSD.org/pkgsrc/rev/43519a2d71f2
branches:  trunk
changeset: 646186:43519a2d71f2
user:      mef <mef%pkgsrc.org@localhost>
date:      Thu Feb 05 14:09:02 2015 +0000

description:
(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)

diffstat:

 devel/p5-Git-Wrapper/Makefile |  7 +++----
 devel/p5-Git-Wrapper/distinfo |  8 ++++----
 2 files changed, 7 insertions(+), 8 deletions(-)

diffs (36 lines):

diff -r b18dfc350284 -r 43519a2d71f2 devel/p5-Git-Wrapper/Makefile
--- a/devel/p5-Git-Wrapper/Makefile     Thu Feb 05 13:50:30 2015 +0000
+++ b/devel/p5-Git-Wrapper/Makefile     Thu Feb 05 14:09:02 2015 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2014/05/29 23:35:57 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2015/02/05 14:09:02 mef Exp $
 
-DISTNAME=              Git-Wrapper-0.028
+DISTNAME=              Git-Wrapper-0.038
 PKGNAME=               p5-${DISTNAME}
-PKGREVISION=           4
 CATEGORIES=            devel perl5
 MASTER_SITES=          ${MASTER_SITE_PERL_CPAN:=Git/}
 
@@ -18,7 +17,7 @@
 BUILD_DEPENDS+=                p5-Test-Most-[0-9]*:../../devel/p5-Test-Most
 
 DEPENDS+=              {perl>=5.6.1,p5-File-Temp-[0-9]*}:../../devel/p5-File-Temp
-DEPENDS+=              p5-File-pushd-[0-9]*:../../devel/p5-File-pushd
+DEPENDS+=              p5-File-pushd>=1.05:../../devel/p5-File-pushd
 DEPENDS+=              {perl>=5.9.5,p5-IPC-Cmd-[0-9]*}:../../devel/p5-IPC-Cmd
 DEPENDS+=              p5-Sort-Versions-[0-9]*:../../devel/p5-Sort-Versions
 DEPENDS+=              git-base-[0-9]*:../../devel/git-base
diff -r b18dfc350284 -r 43519a2d71f2 devel/p5-Git-Wrapper/distinfo
--- a/devel/p5-Git-Wrapper/distinfo     Thu Feb 05 13:50:30 2015 +0000
+++ b/devel/p5-Git-Wrapper/distinfo     Thu Feb 05 14:09:02 2015 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2013/04/12 14:35:48 schmonz Exp $
+$NetBSD: distinfo,v 1.2 2015/02/05 14:09:02 mef Exp $
 
-SHA1 (Git-Wrapper-0.028.tar.gz) = 1fa8cbcf112d4f384a2a9e4aa877bba5499f8e5c
-RMD160 (Git-Wrapper-0.028.tar.gz) = 821f9421c3269b8e94bbfc187c3c615343af2d6c
-Size (Git-Wrapper-0.028.tar.gz) = 22318 bytes
+SHA1 (Git-Wrapper-0.038.tar.gz) = 0c233d8679bc2193f8dfdd219f0f2eac6cd05a3e
+RMD160 (Git-Wrapper-0.038.tar.gz) = 618b18050bb64a6ee1c3286de51a3883185e649d
+Size (Git-Wrapper-0.038.tar.gz) = 31737 bytes



Home | Main Index | Thread Index | Old Index