pkgsrc-Changes archive

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

CVS commit: pkgsrc/converters/p5-JSON



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Nov 24 13:19:48 UTC 2017

Modified Files:
        pkgsrc/converters/p5-JSON: Makefile distinfo

Log Message:
p5-JSON: update to 2.97000.

2.97000 2017-11-21
    - updated backportPP with JSON::PP 2.97000
    - use 5 digit minor version number for a while to avoid
      confusion
    - fixed is_bool to use blessed() instead of ref()

2.96 2017-11-20
    - fixed packaging issue
    - updated backportPP with JSON::PP 2.96
    - not to use newer Test::More features (RT-122421; ilmari++)

2.95 2017-11-20
    - updated backportPP with JSON::PP 2.95


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 pkgsrc/converters/p5-JSON/Makefile
cvs rdiff -u -r1.22 -r1.23 pkgsrc/converters/p5-JSON/distinfo

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

Modified files:

Index: pkgsrc/converters/p5-JSON/Makefile
diff -u pkgsrc/converters/p5-JSON/Makefile:1.31 pkgsrc/converters/p5-JSON/Makefile:1.32
--- pkgsrc/converters/p5-JSON/Makefile:1.31     Mon Jun  5 14:22:21 2017
+++ pkgsrc/converters/p5-JSON/Makefile  Fri Nov 24 13:19:48 2017
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.31 2017/06/05 14:22:21 ryoon Exp $
+# $NetBSD: Makefile,v 1.32 2017/11/24 13:19:48 wiz Exp $
 
-DISTNAME=      JSON-2.94
+DISTNAME=      JSON-2.97000
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    www perl5 converters
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=JSON/}
 

Index: pkgsrc/converters/p5-JSON/distinfo
diff -u pkgsrc/converters/p5-JSON/distinfo:1.22 pkgsrc/converters/p5-JSON/distinfo:1.23
--- pkgsrc/converters/p5-JSON/distinfo:1.22     Sun Jun  4 02:49:37 2017
+++ pkgsrc/converters/p5-JSON/distinfo  Fri Nov 24 13:19:48 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.22 2017/06/04 02:49:37 jklos Exp $
+$NetBSD: distinfo,v 1.23 2017/11/24 13:19:48 wiz Exp $
 
-SHA1 (JSON-2.94.tar.gz) = a30c5897bcb2068624f6e1e8669a1d23dd4365aa
-RMD160 (JSON-2.94.tar.gz) = 491c45e149fc6dc7e3f3e11174947c1a037b4678
-SHA512 (JSON-2.94.tar.gz) = 0a20562441d525ee37fff467111f7d65124525e06b4f825079948752da2a983757e719025dd2ab896115b34ba146b4c495f738e4f005542dce0b058440c73a46
-Size (JSON-2.94.tar.gz) = 82629 bytes
+SHA1 (JSON-2.97000.tar.gz) = 267b598f09acf0411b39e9647c390a21e8ee6663
+RMD160 (JSON-2.97000.tar.gz) = bc4de04f257093a086426ab9e7e97fce5bdd69a1
+SHA512 (JSON-2.97000.tar.gz) = 7f11faa7a27fdaef65e252f3d7e7625108df733d0f49b4175fec8d71b5222de8c2deceb615bdce4d00bde20591dfb1f2a80f2b881cba50f1092933de255be0fa
+Size (JSON-2.97000.tar.gz) = 82804 bytes



Home | Main Index | Thread Index | Old Index