Tue Sep 22 20:56:53 2009 UTC ()
Updating devel/p5-Mac-Carbon from 0.77nb1 to 0.80

Upstream changes:
* v0.80, 16 September 2009

  Add notes for 64-bit perl

  Bump all the version numbers

  Fix a bunch of tests (nothing major, just make them work better)

  Fix sound-env-var checking code for tests (no more sound tests
  unless you ask for them with MAC_CARBON_SOUND, which was in the
  last version, but the logic was broken)

  Make CFStringRef typemap better

  Remove high-bit characters from source files

  Add new system version gestalt constants

  Fix leak in Mac::Processes and Mac::Speech


(sno)
diff -r1.2 -r1.3 pkgsrc/devel/p5-Mac-Carbon/Makefile
diff -r1.1.1.1 -r1.2 pkgsrc/devel/p5-Mac-Carbon/distinfo

cvs diff -r1.2 -r1.3 pkgsrc/devel/p5-Mac-Carbon/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/p5-Mac-Carbon/Makefile 2008/10/19 19:17:56 1.2
+++ pkgsrc/devel/p5-Mac-Carbon/Makefile 2009/09/22 20:56:53 1.3
@@ -1,19 +1,18 @@ @@ -1,19 +1,18 @@
1# $NetBSD: Makefile,v 1.2 2008/10/19 19:17:56 he Exp $ 1# $NetBSD: Makefile,v 1.3 2009/09/22 20:56:53 sno Exp $
2# 2#
3 3
4DISTNAME= Mac-Carbon-0.77 4DISTNAME= Mac-Carbon-0.80
5PKGNAME= p5-${DISTNAME} 5PKGNAME= p5-${DISTNAME}
6PKGREVISION= 1 
7CATEGORIES= devel 6CATEGORIES= devel
8MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Mac/} 7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Mac/}
9 8
10MAINTAINER= obache@NetBSD.org 9MAINTAINER= obache@NetBSD.org
11HOMEPAGE= http://search.cpan.org/dist/Mac-Carbon/ 10HOMEPAGE= http://search.cpan.org/dist/Mac-Carbon/
12COMMENT= Carbon API for perl on Mac OS X 11COMMENT= Carbon API for perl on Mac OS X
13 12
14ONLY_FOR_PLATFORM= Darwin-*-* 13ONLY_FOR_PLATFORM= Darwin-*-*
15 14
16PKG_DESTDIR_SUPPORT= user-destdir 15PKG_DESTDIR_SUPPORT= user-destdir
17 16
18USE_LANGUAGES= c c++ 17USE_LANGUAGES= c c++
19 18

cvs diff -r1.1.1.1 -r1.2 pkgsrc/devel/p5-Mac-Carbon/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/p5-Mac-Carbon/distinfo 2008/08/09 02:35:21 1.1.1.1
+++ pkgsrc/devel/p5-Mac-Carbon/distinfo 2009/09/22 20:56:53 1.2
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.1.1.1 2008/08/09 02:35:21 obache Exp $ 1$NetBSD: distinfo,v 1.2 2009/09/22 20:56:53 sno Exp $
2 2
3SHA1 (Mac-Carbon-0.77.tar.gz) = a94b45592b648af3086ebe53e364011a9ab638f6 3SHA1 (Mac-Carbon-0.80.tar.gz) = e7e446dcfe11b026755e3947a996fd63eecdf4e3
4RMD160 (Mac-Carbon-0.77.tar.gz) = 8fe59735da65fd359ab835809742a4114ecaa9b5 4RMD160 (Mac-Carbon-0.80.tar.gz) = b986e435e0755eda3bafbfec6b7dfcbda083de94
5Size (Mac-Carbon-0.77.tar.gz) = 300127 bytes 5Size (Mac-Carbon-0.80.tar.gz) = 302062 bytes