Sun Aug 15 19:17:18 2010 UTC ()
Updating devel/p5-File-HomeDir from 0.89 to 0.91

pkgsrc changes:
- adapting dependencies
- use right module for Darwin 64-bit

Upstream changes:
0.91 Sun 23 May 2010
	- Moving the FreeDesktop driver to prod
	- Adding File::HomeDir::Test driver

0.90_04 Fri 12 Feb 2010
	- Adding missing prereq

0.90_03 Tue  9 Feb 2010
	- Using FreeDesktop implementation only if xdg-user-script is
	  present, since it's now what's been used internally. This should
	  prevent test failures seen in _02. (JQUELIN)

0.90_02 Thu 14 Jan 2010
	- Adding support for the alternate FreeBSD xdg directory (JQUELIN)
	- Improved specification compliance (DAXIM)

0.90_01 Thu  7 Jan 2010
	- WARNING: This release introduces a major backwards incompatibility
	  for Unix users. The results returned by most methods may change.
	- Added complete implementation of the FreeDesktop specification and
	  auto-detection of the Unix hosts to which it applies (JQUELIN)
	- 01_compile.t now loads all backends (since on most platforms,
	  most backends will never normally be loaded).


(sno)
diff -r1.12 -r1.13 pkgsrc/devel/p5-File-HomeDir/Makefile
diff -r1.8 -r1.9 pkgsrc/devel/p5-File-HomeDir/distinfo

cvs diff -r1.12 -r1.13 pkgsrc/devel/p5-File-HomeDir/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/p5-File-HomeDir/Makefile 2010/01/25 12:55:47 1.12
+++ pkgsrc/devel/p5-File-HomeDir/Makefile 2010/08/15 19:17:18 1.13
@@ -1,27 +1,33 @@ @@ -1,27 +1,33 @@
1# $NetBSD: Makefile,v 1.12 2010/01/25 12:55:47 sno Exp $ 1# $NetBSD: Makefile,v 1.13 2010/08/15 19:17:18 sno Exp $
2# 2#
3 3
4DISTNAME= File-HomeDir-0.89 4DISTNAME= File-HomeDir-0.91
5PKGNAME= p5-${DISTNAME} 5PKGNAME= p5-${DISTNAME}
6CATEGORIES= devel perl5 6CATEGORIES= devel perl5
7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=File/} 7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=File/}
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://search.cpan.org/dist/File-HomeDir/ 10HOMEPAGE= http://search.cpan.org/dist/File-HomeDir/
11COMMENT= Get the home directory for yourself or other users 11COMMENT= Get the home directory for yourself or other users
12LICENSE= ${PERL5_LICENSE} 12LICENSE= ${PERL5_LICENSE}
13 13
14USE_LANGUAGES= # empty 14USE_LANGUAGES= # empty
15 15
16PERL5_PACKLIST= auto/File/HomeDir/.packlist 16PERL5_PACKLIST= auto/File/HomeDir/.packlist
 17PERL5_MODULE_TYPE= Module::Install::Bundled
17 18
18PKG_DESTDIR_SUPPORT= user-destdir 19PKG_DESTDIR_SUPPORT= user-destdir
19 20
20.include "../../mk/bsd.prefs.mk" 21.include "../../mk/bsd.prefs.mk"
21 22
 23DEPENDS+= p5-File-Which-[0-9]*:../../devel/p5-File-Which
22.if ${OPSYS} == "Darwin" 24.if ${OPSYS} == "Darwin"
 25.if ${ABI} == 64
 26DEPENDS+= p5-Mac-SystemDirectory>=0.04:../../devel/p5-Mac-SystemDirectory
 27.else
23DEPENDS+= p5-Mac-Carbon>=0.77:../../devel/p5-Mac-Carbon 28DEPENDS+= p5-Mac-Carbon>=0.77:../../devel/p5-Mac-Carbon
24.endif 29.endif
 30.endif
25 31
26.include "../../lang/perl5/module.mk" 32.include "../../lang/perl5/module.mk"
27.include "../../mk/bsd.pkg.mk" 33.include "../../mk/bsd.pkg.mk"

cvs diff -r1.8 -r1.9 pkgsrc/devel/p5-File-HomeDir/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/p5-File-HomeDir/distinfo 2010/01/25 12:55:47 1.8
+++ pkgsrc/devel/p5-File-HomeDir/distinfo 2010/08/15 19:17:18 1.9
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.8 2010/01/25 12:55:47 sno Exp $ 1$NetBSD: distinfo,v 1.9 2010/08/15 19:17:18 sno Exp $
2 2
3SHA1 (File-HomeDir-0.89.tar.gz) = 633ab6c871b920bc7e11a37311f1373f379d97ea 3SHA1 (File-HomeDir-0.91.tar.gz) = bff1f50a380d9c26475da1f3b42a032980143372
4RMD160 (File-HomeDir-0.89.tar.gz) = 05494a9e4e6d3475d1141d4b0322706fc5b69988 4RMD160 (File-HomeDir-0.91.tar.gz) = 6b9a7008a5a04ea8a171924ee972f0ed98c52c36
5Size (File-HomeDir-0.89.tar.gz) = 42620 bytes 5Size (File-HomeDir-0.91.tar.gz) = 47964 bytes