diff options
author | sno <sno> | 2010-03-16 21:16:36 +0000 |
---|---|---|
committer | sno <sno> | 2010-03-16 21:16:36 +0000 |
commit | 60f73429a523886efc8205a4d8fa895ab49a6752 (patch) | |
tree | 0896c1192d63e2d59ff259c22f9792529409f09e /devel | |
parent | 6cef3f6a0a861e8cb88790dcacf288ca3509d242 (diff) | |
download | pkgsrc-60f73429a523886efc8205a4d8fa895ab49a6752.tar.gz |
Updating devel/p5-SVN-Notify from 2.79 to 2.80
pkgsrc changes:
- Add recommended dependencies
Upstream changes:
2.80 2010-01-16T04:40:00
- Fixed the regular expression for detecting JIRA keys. Thanks to David
Ferguson for the report (RT#51620).
- Fixed test failure on Perl 5.11.2.
- Switched to improved URL links with link text in the documentation.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-SVN-Notify/Makefile | 11 | ||||
-rw-r--r-- | devel/p5-SVN-Notify/distinfo | 8 |
2 files changed, 12 insertions, 7 deletions
diff --git a/devel/p5-SVN-Notify/Makefile b/devel/p5-SVN-Notify/Makefile index 225195b6a55..8a1eb7c8198 100644 --- a/devel/p5-SVN-Notify/Makefile +++ b/devel/p5-SVN-Notify/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.9 2009/10/12 11:20:16 rhaen Exp $ +# $NetBSD: Makefile,v 1.10 2010/03/16 21:16:36 sno Exp $ -DISTNAME= SVN-Notify-2.79 +DISTNAME= SVN-Notify-2.80 PKGNAME= p5-${DISTNAME} CATEGORIES= devel perl5 scm MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=SVN/} @@ -8,11 +8,16 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=SVN/} MAINTAINER= rhaen@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/SVN-Notify/ COMMENT= Perl module for mailing messages for Subversion repository activity -LICENSE= ${PERL5_LICENSE} +LICENSE= ${PERL5_LICENSE} PERL5_PACKLIST= auto/SVN/Notify/.packlist PERL5_MODULE_TYPE= Module::Build PKG_DESTDIR_SUPPORT= user-destdir +# Recommended dependencies +DEPENDS+= p5-HTML-Parser-[0-9]*:../../www/p5-HTML-Parser +DEPENDS+= p5-Net-SMTP_auth-[0-9]*:../../mail/p5-Net-SMTP_auth +DEPENDS+= p5-Text-Trac-[0-9]*:../../textproc/p5-Text-Trac + .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/p5-SVN-Notify/distinfo b/devel/p5-SVN-Notify/distinfo index d1891e1a476..4ae06c130d0 100644 --- a/devel/p5-SVN-Notify/distinfo +++ b/devel/p5-SVN-Notify/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.7 2009/10/12 11:20:16 rhaen Exp $ +$NetBSD: distinfo,v 1.8 2010/03/16 21:16:36 sno Exp $ -SHA1 (SVN-Notify-2.79.tar.gz) = f84a3cc42014572d473ef364b4f40cd960c6083a -RMD160 (SVN-Notify-2.79.tar.gz) = f49a2b5e1cb987848b7e8928d889b1592eed4a0b -Size (SVN-Notify-2.79.tar.gz) = 80305 bytes +SHA1 (SVN-Notify-2.80.tar.gz) = 3b17d71d8af0c84f2a2eeabae62ca0654ae1e8f7 +RMD160 (SVN-Notify-2.80.tar.gz) = 7ef0ae3d391ddacf0d1511f21c29288d959d58aa +Size (SVN-Notify-2.80.tar.gz) = 97358 bytes |