pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/p5-Git-Version-Compare



Module Name:    pkgsrc
Committed By:   mef
Date:           Sun Jun 19 11:57:38 UTC 2016

Modified Files:
        pkgsrc/devel/p5-Git-Version-Compare: Makefile distinfo

Log Message:
(pkgsrc)
 - Add following line for make test
  BUILD_DEPENDS+=        p5-Test-NoWarnings-[0-9]*:../../devel/p5-Test-NoWarnings

(upstream)
 - Updated devel/p5-Git-Version-Compare to 1.004
---------------------------------------------
1.004 2016-05-24 BOOK
    - Remove a dependency on namespace::clean
    - Update the cache using the normalized version string
    - Ignore minor versions of special builds (msysgit, windows, etc.)
    - Ensure the tests do not throw any warning
    - Add a few more version numbers to the tests

1.003 2016-05-03 BOOK
    - Added support for version strings with comments (thanks to PINE)


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/p5-Git-Version-Compare/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/p5-Git-Version-Compare/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/p5-Git-Version-Compare/Makefile
diff -u pkgsrc/devel/p5-Git-Version-Compare/Makefile:1.4 pkgsrc/devel/p5-Git-Version-Compare/Makefile:1.5
--- pkgsrc/devel/p5-Git-Version-Compare/Makefile:1.4    Wed Jun  8 19:23:00 2016
+++ pkgsrc/devel/p5-Git-Version-Compare/Makefile        Sun Jun 19 11:57:38 2016
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2016/06/08 19:23:00 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2016/06/19 11:57:38 mef Exp $
 
-DISTNAME=      Git-Version-Compare-1.002
+DISTNAME=      Git-Version-Compare-1.004
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Git/}
 
@@ -13,6 +12,7 @@ LICENSE=      ${PERL5_LICENSE}
 
 # for make test
 BUILD_DEPENDS+=        p5-namespace-clean-[0-9]*:../../devel/p5-namespace-clean
+BUILD_DEPENDS+=        p5-Test-NoWarnings-[0-9]*:../../devel/p5-Test-NoWarnings
 
 USE_LANGUAGES=         # empty
 PERL5_PACKLIST=                auto/Git/Version/Compare/.packlist

Index: pkgsrc/devel/p5-Git-Version-Compare/distinfo
diff -u pkgsrc/devel/p5-Git-Version-Compare/distinfo:1.2 pkgsrc/devel/p5-Git-Version-Compare/distinfo:1.3
--- pkgsrc/devel/p5-Git-Version-Compare/distinfo:1.2    Tue May  3 12:03:41 2016
+++ pkgsrc/devel/p5-Git-Version-Compare/distinfo        Sun Jun 19 11:57:38 2016
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2016/05/03 12:03:41 mef Exp $
+$NetBSD: distinfo,v 1.3 2016/06/19 11:57:38 mef Exp $
 
-SHA1 (Git-Version-Compare-1.002.tar.gz) = dd3229769506b9c5f6cb5e8b4444dc9d2c527aab
-RMD160 (Git-Version-Compare-1.002.tar.gz) = 93e6b7932041ab9b3d65bddec6f221eeaca9a122
-SHA512 (Git-Version-Compare-1.002.tar.gz) = 0a391f6b9e53f98829fa38e8c76923296cb2b10410d45f291c6bc2fc16c657a08e756f85fdfee68ee2d7d012a677d785ead6f7852f2f44e8210c1b08b66471af
-Size (Git-Version-Compare-1.002.tar.gz) = 17335 bytes
+SHA1 (Git-Version-Compare-1.004.tar.gz) = 74895fffdacf044ddc8f27c248523d4780ae30a3
+RMD160 (Git-Version-Compare-1.004.tar.gz) = 97a58dbec124f4f30b2d37afc5e366f9444b5ae5
+SHA512 (Git-Version-Compare-1.004.tar.gz) = 465cda21d88449c2dbef9785bff5781ba75f8360692d316ae623960ebe2d4d3bac5f004b0b59024d640096482851307e42b59c3bc2ff06efee8a2ce3c25fda39
+Size (Git-Version-Compare-1.004.tar.gz) = 17769 bytes



Home | Main Index | Thread Index | Old Index