pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/p5-Software-License



Module Name:    pkgsrc
Committed By:   wen
Date:           Wed Aug 10 23:58:43 UTC 2016

Modified Files:
        pkgsrc/devel/p5-Software-License: Makefile distinfo

Log Message:
Update to 0.103012

Upstream changes:
0.103012  2016-04-23 14:57:59+01:00 Europe/London
        - consider license names without parentheses when scanning text for
          license (thanks, charsbar!)
        - when scanning text for license, put known substrings inside \b..\b
          (thanks, charsbar!)

0.103011  2016-01-16 21:27:53-05:00 America/New_York
        - do not load Sub::Install, since it isn't used!
        - eliminate superfluous FULL STOP characters (".")


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/devel/p5-Software-License/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/p5-Software-License/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-Software-License/Makefile
diff -u pkgsrc/devel/p5-Software-License/Makefile:1.19 pkgsrc/devel/p5-Software-License/Makefile:1.20
--- pkgsrc/devel/p5-Software-License/Makefile:1.19      Wed Jun  8 19:23:30 2016
+++ pkgsrc/devel/p5-Software-License/Makefile   Wed Aug 10 23:58:43 2016
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.19 2016/06/08 19:23:30 wiz Exp $
+# $NetBSD: Makefile,v 1.20 2016/08/10 23:58:43 wen Exp $
 #
 
-DISTNAME=      Software-License-0.103010
+DISTNAME=      Software-License-0.103012
 # put a period in the center of 6 digit, for example, 0.103004 -> 0.103.004
 PKGNAME=       p5-${DISTNAME:C/\.([0-9][0-9][0-9])([0-9][0-9][0-9])/.\1.\2/}
-PKGREVISION=   2
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../by-authors/id/R/RJ/RJBS/}
 

Index: pkgsrc/devel/p5-Software-License/distinfo
diff -u pkgsrc/devel/p5-Software-License/distinfo:1.10 pkgsrc/devel/p5-Software-License/distinfo:1.11
--- pkgsrc/devel/p5-Software-License/distinfo:1.10      Tue Nov  3 03:28:44 2015
+++ pkgsrc/devel/p5-Software-License/distinfo   Wed Aug 10 23:58:43 2016
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.10 2015/11/03 03:28:44 agc Exp $
+$NetBSD: distinfo,v 1.11 2016/08/10 23:58:43 wen Exp $
 
-SHA1 (Software-License-0.103010.tar.gz) = 630c8117eab58f6b52595cfa497c58aea94ae0c2
-RMD160 (Software-License-0.103010.tar.gz) = 83852fee9b9e525de8497c809cd1ff54e339831a
-SHA512 (Software-License-0.103010.tar.gz) = d30564974a333b1ab8d7dc0eea9f740e415b4e7a2e736ceabf97ab6b481855e8ea5786be9e197edd1c1adb601d886461f2ad680714045ea802497c3c23046ae4
-Size (Software-License-0.103010.tar.gz) = 108794 bytes
+SHA1 (Software-License-0.103012.tar.gz) = 902b776a2f06bc7036b4c9b64cf6abc85cf2ae01
+RMD160 (Software-License-0.103012.tar.gz) = 56940e0f5b106786226cc2e256d5b397902d2fea
+SHA512 (Software-License-0.103012.tar.gz) = 419e9f2617cdfd1586fbfb8d900805dfa3941fdd0a5584ff3489f28511731f8c4a248ab212fd85aa4eab3db55e8f60a6ea589917d404a96b5c1b5a506fbdb4e8
+Size (Software-License-0.103012.tar.gz) = 112554 bytes



Home | Main Index | Thread Index | Old Index