diff options
author | wiz <wiz@pkgsrc.org> | 2005-11-22 22:58:02 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-11-22 22:58:02 +0000 |
commit | 13b243a55578a9082cc69da6458fe8d7741f02fc (patch) | |
tree | 8dc330f883cd73f96d3e37aa545127e5b5196de0 /devel/p5-ExtUtils-AutoInstall | |
parent | d03e1bab9e21f9d7d63fc2bbf0c0ba623be474d5 (diff) | |
download | pkgsrc-13b243a55578a9082cc69da6458fe8d7741f02fc.tar.gz |
Update to 0.63:
== Changes for 0.63 - September 12, 2005
* Added some text in the POD's synopsis regarding --defaultdeps and the
environment variable.
== Changes for 0.62 - July 9, 2005
* With CPANPLUS, we no longer probe $Config{sitelib} for writability
and suggest `sudo` for the entire installation process, as CPANPLUS
can handle this with `sudo` on `make install`. Reported by Sungo.
Diffstat (limited to 'devel/p5-ExtUtils-AutoInstall')
-rw-r--r-- | devel/p5-ExtUtils-AutoInstall/Makefile | 8 | ||||
-rw-r--r-- | devel/p5-ExtUtils-AutoInstall/distinfo | 8 |
2 files changed, 9 insertions, 7 deletions
diff --git a/devel/p5-ExtUtils-AutoInstall/Makefile b/devel/p5-ExtUtils-AutoInstall/Makefile index 454ab272d83..047d3ad82de 100644 --- a/devel/p5-ExtUtils-AutoInstall/Makefile +++ b/devel/p5-ExtUtils-AutoInstall/Makefile @@ -1,14 +1,16 @@ -# $NetBSD: Makefile,v 1.4 2005/08/06 06:19:10 jlam Exp $ +# $NetBSD: Makefile,v 1.5 2005/11/22 22:58:02 wiz Exp $ -DISTNAME= ExtUtils-AutoInstall-0.61 +DISTNAME= ExtUtils-AutoInstall-0.63 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=ExtUtils/} MAINTAINER= tech-pkg@NetBSD.org +HOMEPAGE= http://search.cpan.org/~autrijus/ExtUtils-AutoInstall/ COMMENT= Lets Makefile.PL automatically install dependencies +DEPENDS+= p5-Sort-Versions>=1.2:../../devel/p5-Sort-Versions + PKG_INSTALLATION_TYPES= overwrite pkgviews PERL5_PACKLIST= auto/ExtUtils/AutoInstall/.packlist diff --git a/devel/p5-ExtUtils-AutoInstall/distinfo b/devel/p5-ExtUtils-AutoInstall/distinfo index 728529727b6..eac7c10f128 100644 --- a/devel/p5-ExtUtils-AutoInstall/distinfo +++ b/devel/p5-ExtUtils-AutoInstall/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2005/03/03 04:23:13 epg Exp $ +$NetBSD: distinfo,v 1.3 2005/11/22 22:58:02 wiz Exp $ -SHA1 (ExtUtils-AutoInstall-0.61.tar.gz) = 133d3f0bd648e26f337533c726b3b5598605f97e -RMD160 (ExtUtils-AutoInstall-0.61.tar.gz) = c948dc2055a3185eb2465b52daa3f6dbeeb81853 -Size (ExtUtils-AutoInstall-0.61.tar.gz) = 26021 bytes +SHA1 (ExtUtils-AutoInstall-0.63.tar.gz) = 44cc7a07d774cea79da1967229331afc349586a0 +RMD160 (ExtUtils-AutoInstall-0.63.tar.gz) = 80e115155ac1bd0a990ea58188270b1937192b17 +Size (ExtUtils-AutoInstall-0.63.tar.gz) = 26951 bytes |