aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-SVN-Notify
diff options
context:
space:
mode:
authorYen-Ming Lee <leeym@FreeBSD.org>2008-03-04 07:32:02 +0000
committerYen-Ming Lee <leeym@FreeBSD.org>2008-03-04 07:32:02 +0000
commitee04539d874b54f3954d4e22720b337243909e0c (patch)
treee4cbd793715754cf3305e645eab3489446e06ff8 /devel/p5-SVN-Notify
parenteb6c6a38dddeed7c5d81c29a3e81a2d52d86f95f (diff)
downloadports-ee04539d874b54f3954d4e22720b337243909e0c.tar.gz
ports-ee04539d874b54f3954d4e22720b337243909e0c.zip
Notes
Diffstat (limited to 'devel/p5-SVN-Notify')
-rw-r--r--devel/p5-SVN-Notify/Makefile17
-rw-r--r--devel/p5-SVN-Notify/distinfo6
-rw-r--r--devel/p5-SVN-Notify/pkg-plist5
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