Thu Sep 5 19:59:35 2013 UTC ()
Update to 1.222:

------------------------------------------
version 1.222 at 2013-08-15 07:12:54 +0000
------------------------------------------

  Change: 3161b01391d7ec55d7fd8f06b6de9ceb31126416
  Author: Rocco Caputo <rcaputo@cpan.org>
  Date : 2013-08-15 03:03:53 +0000

    Automate more of dist.ini.

------------------------------------------
version 1.221 at 2013-08-04 06:13:24 +0000
------------------------------------------

  Change: 4e0b8cc01214485a5d4f40b7318f2646f84c5ccb
  Author: Rocco Caputo <rcaputo@cpan.org>
  Date : 2013-08-04 02:13:24 +0000

    Add .gitignore and MANIFEST.SKIP to ignore build artifacts.

    Releases will fail because the release built artifacts look like
    untracked files. Ignore them in .gitignore. Also ignore temporary
    files in MANIFEST.SKIP.

  Change: c5467dc4260c3ceb57e8253957c1449d3d00617a
  Author: Rocco Caputo <rcaputo@cpan.org>
  Date : 2013-08-04 02:01:30 +0000

    [rt.cpan.org 65060] Don't destroy the server list when connections
    fail.

    Connections may fail for transient reasons. It's better to assume the
    servers will come back eventually and take the performance hit on
    reconnect than to exhaust the list and never succeed again.

    If this fix helps you, thank Timo Santi for reporting the bug.

  Change: b9835824080c25817a37bcbf6d1c3bb4ab5d51f7
  Author: Rocco Caputo <rcaputo@cpan.org>
  Date : 2013-08-04 01:43:39 +0000

    Switch to Dist::Zilla.

  Change: 15ec95acbfed79a4f4e341e150af25964fc776a3
  Author: Rocco Caputo <rcaputo@cpan.org>
  Date : 2010-03-08 01:29:07 +0000

    Fix the repository URLs and copyright date in the docs.


(wiz)
diff -r1.18 -r1.19 pkgsrc/audio/p5-CDDB/Makefile
diff -r1.5 -r1.6 pkgsrc/audio/p5-CDDB/distinfo

cvs diff -r1.18 -r1.19 pkgsrc/audio/p5-CDDB/Makefile (expand / switch to unified diff)

--- pkgsrc/audio/p5-CDDB/Makefile 2013/05/31 12:39:37 1.18
+++ pkgsrc/audio/p5-CDDB/Makefile 2013/09/05 19:59:34 1.19
@@ -1,18 +1,17 @@ @@ -1,18 +1,17 @@
1# $NetBSD: Makefile,v 1.18 2013/05/31 12:39:37 wiz Exp $ 1# $NetBSD: Makefile,v 1.19 2013/09/05 19:59:34 wiz Exp $
2 2
3DISTNAME= CDDB-1.220 3DISTNAME= CDDB-1.222
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5PKGREVISION= 3 
6CATEGORIES= audio perl5 5CATEGORIES= audio perl5
7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=CDDB/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=CDDB/}
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://search.cpan.org/dist/CDDB/ 9HOMEPAGE= http://search.cpan.org/dist/CDDB/
11COMMENT= High-level interface to the Compact Disc Database 10COMMENT= High-level interface to the Compact Disc Database
12LICENSE= ${PERL5_LICENSE} 11LICENSE= ${PERL5_LICENSE}
13 12
14CONFLICTS+= CDDB-[0-9]* 13CONFLICTS+= CDDB-[0-9]*
15SUPERSEDES= CDDB<=1.17nb1 14SUPERSEDES= CDDB<=1.17nb1
16 15
17PKG_INSTALLATION_TYPES= overwrite pkgviews 16PKG_INSTALLATION_TYPES= overwrite pkgviews
18 17

cvs diff -r1.5 -r1.6 pkgsrc/audio/p5-CDDB/distinfo (expand / switch to unified diff)

--- pkgsrc/audio/p5-CDDB/distinfo 2010/09/06 10:41:53 1.5
+++ pkgsrc/audio/p5-CDDB/distinfo 2013/09/05 19:59:34 1.6
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.5 2010/09/06 10:41:53 wiz Exp $ 1$NetBSD: distinfo,v 1.6 2013/09/05 19:59:34 wiz Exp $
2 2
3SHA1 (CDDB-1.220.tar.gz) = dab0787db2219882bf1a5f0338d31aa9d4bc2049 3SHA1 (CDDB-1.222.tar.gz) = 9505935a3267e26022035f8997b536ca54011396
4RMD160 (CDDB-1.220.tar.gz) = 9e3ea67dc0cb806b48ef262bc412035d36693d02 4RMD160 (CDDB-1.222.tar.gz) = 69b64617e46068b906c073f03605a5a2f3e5854f
5Size (CDDB-1.220.tar.gz) = 23760 bytes 5Size (CDDB-1.222.tar.gz) = 45771 bytes