diff options
author | sno <sno@pkgsrc.org> | 2010-08-15 19:17:18 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2010-08-15 19:17:18 +0000 |
commit | 559395c225512903394c1ead7b61909da77132cd (patch) | |
tree | 5b68111337268c723765b70c5eb51b0e55f5f7a4 | |
parent | a9602419d5069b6549ba5fd528a06eb7c7722d3c (diff) | |
download | pkgsrc-559395c225512903394c1ead7b61909da77132cd.tar.gz |
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).
-rw-r--r-- | devel/p5-File-HomeDir/Makefile | 10 | ||||
-rw-r--r-- | devel/p5-File-HomeDir/distinfo | 8 |
2 files changed, 12 insertions, 6 deletions
diff --git a/devel/p5-File-HomeDir/Makefile b/devel/p5-File-HomeDir/Makefile index e1fec279777..bc046d5ce8d 100644 --- a/devel/p5-File-HomeDir/Makefile +++ b/devel/p5-File-HomeDir/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.12 2010/01/25 12:55:47 sno Exp $ +# $NetBSD: Makefile,v 1.13 2010/08/15 19:17:18 sno Exp $ # -DISTNAME= File-HomeDir-0.89 +DISTNAME= File-HomeDir-0.91 PKGNAME= p5-${DISTNAME} CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=File/} @@ -14,14 +14,20 @@ LICENSE= ${PERL5_LICENSE} USE_LANGUAGES= # empty PERL5_PACKLIST= auto/File/HomeDir/.packlist +PERL5_MODULE_TYPE= Module::Install::Bundled PKG_DESTDIR_SUPPORT= user-destdir .include "../../mk/bsd.prefs.mk" +DEPENDS+= p5-File-Which-[0-9]*:../../devel/p5-File-Which .if ${OPSYS} == "Darwin" +.if ${ABI} == 64 +DEPENDS+= p5-Mac-SystemDirectory>=0.04:../../devel/p5-Mac-SystemDirectory +.else DEPENDS+= p5-Mac-Carbon>=0.77:../../devel/p5-Mac-Carbon .endif +.endif .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/p5-File-HomeDir/distinfo b/devel/p5-File-HomeDir/distinfo index 8cc8046c143..acbb01f78e9 100644 --- a/devel/p5-File-HomeDir/distinfo +++ b/devel/p5-File-HomeDir/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.8 2010/01/25 12:55:47 sno Exp $ +$NetBSD: distinfo,v 1.9 2010/08/15 19:17:18 sno Exp $ -SHA1 (File-HomeDir-0.89.tar.gz) = 633ab6c871b920bc7e11a37311f1373f379d97ea -RMD160 (File-HomeDir-0.89.tar.gz) = 05494a9e4e6d3475d1141d4b0322706fc5b69988 -Size (File-HomeDir-0.89.tar.gz) = 42620 bytes +SHA1 (File-HomeDir-0.91.tar.gz) = bff1f50a380d9c26475da1f3b42a032980143372 +RMD160 (File-HomeDir-0.91.tar.gz) = 6b9a7008a5a04ea8a171924ee972f0ed98c52c36 +Size (File-HomeDir-0.91.tar.gz) = 47964 bytes |