mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
- Update to 2.70
PR: 121326 Submitted by: Greg Larkin <glarkin at sourcehosting.net>
This commit is contained in:
parent
eb6c6a38dd
commit
ee04539d87
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=208413
@ -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>
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user