diff options
author | leeym <leeym@FreeBSD.org> | 2008-03-04 15:32:02 +0800 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2008-03-04 15:32:02 +0800 |
commit | 244a1c9de062bd14b54d16f91cce6d78553ab202 (patch) | |
tree | 3055f9cc99978d3ee2c852e0331a6b22c93c13de /devel/p5-SVN-Notify | |
parent | cfd1d6733ca64f04aa5a86cd140bff018fdd7226 (diff) | |
download | freebsd-ports-gnome-244a1c9de062bd14b54d16f91cce6d78553ab202.tar.gz freebsd-ports-gnome-244a1c9de062bd14b54d16f91cce6d78553ab202.tar.zst freebsd-ports-gnome-244a1c9de062bd14b54d16f91cce6d78553ab202.zip |
- Update to 2.70
PR: 121326
Submitted by: Greg Larkin <glarkin at sourcehosting.net>
Diffstat (limited to 'devel/p5-SVN-Notify')
-rw-r--r-- | devel/p5-SVN-Notify/Makefile | 17 | ||||
-rw-r--r-- | devel/p5-SVN-Notify/distinfo | 6 | ||||
-rw-r--r-- | devel/p5-SVN-Notify/pkg-plist | 5 |
3 files changed, 20 insertions, 8 deletions
diff --git a/devel/p5-SVN-Notify/Makefile b/devel/p5-SVN-Notify/Makefile index a974d3faac6a..b57b0c70ea9a 100644 --- a/devel/p5-SVN-Notify/Makefile +++ b/devel/p5-SVN-Notify/Makefile @@ -6,7 +6,7 @@ # PORTNAME= SVN-Notify -PORTVERSION= 2.67 +PORTVERSION= 2.70 CATEGORIES= devel MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,13 +14,22 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Subversion activity notification -RUN_DEPENDS= ${SITE_PERL}/Net/SMTP_auth.pm:${PORTSDIR}/mail/p5-Net-SMTP_auth \ +RUN_DEPENDS= ${SITE_PERL}/Net/SMTP.pm:${PORTSDIR}/net/p5-Net \ + ${SITE_PERL}/Net/SMTP_auth.pm:${PORTSDIR}/mail/p5-Net-SMTP_auth \ + p5-Text-Trac>=0.09:${PORTSDIR}/textproc/p5-Text-Trac \ ${SITE_PERL}/${PERL_ARCH}/HTML/Entities.pm:${PORTSDIR}/www/p5-HTML-Parser BUILD_DEPENDS= ${RUN_DEPENDS} PERL_MODBUILD= yes MAN1= svnnotify.1 -MAN3= SVN::Notify.3 SVN::Notify::Alternative.3 SVN::Notify::HTML.3 SVN::Notify::HTML::ColorDiff.3 +MAN3= SVN::Notify.3 SVN::Notify::Alternative.3 SVN::Notify::HTML.3 \ + SVN::Notify::HTML::ColorDiff.3 SVN::Notify::Filter.3 SVN::Notify::Filter::Trac.3 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500801 +RUN_DEPENDS+= p5-Getopt-Long>=2.34:${PORTSDIR}/devel/p5-Getopt-Long +.endif + +.include <bsd.port.post.mk> diff --git a/devel/p5-SVN-Notify/distinfo b/devel/p5-SVN-Notify/distinfo index 155085873b2b..ce68afe2e5bb 100644 --- a/devel/p5-SVN-Notify/distinfo +++ b/devel/p5-SVN-Notify/distinfo @@ -1,3 +1,3 @@ -MD5 (SVN-Notify-2.67.tar.gz) = 2a5c60c5ff165e91e31bf574c581636d -SHA256 (SVN-Notify-2.67.tar.gz) = bf06de754e6fa0be161bc5c0bd8f87b78f5d88d9f12f298a0abba42ef71680c4 -SIZE (SVN-Notify-2.67.tar.gz) = 57141 +MD5 (SVN-Notify-2.70.tar.gz) = 58d0cf6bce773c6ee6294bc021d4c498 +SHA256 (SVN-Notify-2.70.tar.gz) = 5139e767adcc8346dd9224bf9d581f7ae377a07659c5beb85a7bb3b5b598136a +SIZE (SVN-Notify-2.70.tar.gz) = 74864 diff --git a/devel/p5-SVN-Notify/pkg-plist b/devel/p5-SVN-Notify/pkg-plist index 8e275166f3f7..a59979be17b9 100644 --- a/devel/p5-SVN-Notify/pkg-plist +++ b/devel/p5-SVN-Notify/pkg-plist @@ -1,8 +1,11 @@ bin/svnnotify %%SITE_PERL%%/SVN/Notify.pm %%SITE_PERL%%/SVN/Notify/Alternative.pm +%%SITE_PERL%%/SVN/Notify/Filter.pm +%%SITE_PERL%%/SVN/Notify/Filter/Trac.pm %%SITE_PERL%%/SVN/Notify/HTML.pm %%SITE_PERL%%/SVN/Notify/HTML/ColorDiff.pm +@dirrm %%SITE_PERL%%/SVN/Notify/Filter @dirrm %%SITE_PERL%%/SVN/Notify/HTML -@dirrm %%SITE_PERL%%/SVN/Notify +@dirrmtry %%SITE_PERL%%/SVN/Notify @dirrmtry %%SITE_PERL%%/SVN |