diff options
author | Greg Larkin <glarkin@FreeBSD.org> | 2009-04-29 21:18:53 +0000 |
---|---|---|
committer | Greg Larkin <glarkin@FreeBSD.org> | 2009-04-29 21:18:53 +0000 |
commit | d43442b3d5fee870b820822df7f256e7865c4b01 (patch) | |
tree | e3594eee0e4dc0fb38877911dd352cd7565dadd0 /devel/p5-SVN-Hooks/Makefile | |
parent | f700032948d9196c2225e5db628e6e44730d2718 (diff) | |
download | ports-d43442b3d5fee870b820822df7f256e7865c4b01.tar.gz ports-d43442b3d5fee870b820822df7f256e7865c4b01.zip |
Notes
Diffstat (limited to 'devel/p5-SVN-Hooks/Makefile')
-rw-r--r-- | devel/p5-SVN-Hooks/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/p5-SVN-Hooks/Makefile b/devel/p5-SVN-Hooks/Makefile index 83d2ebc9ba2d..4686eb4614ec 100644 --- a/devel/p5-SVN-Hooks/Makefile +++ b/devel/p5-SVN-Hooks/Makefile @@ -6,7 +6,7 @@ # PORTNAME= SVN-Hooks -PORTVERSION= 0.16.52 +PORTVERSION= 0.17.54 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -19,6 +19,7 @@ RUN_DEPENDS= p5-Email-Send>=0:${PORTSDIR}/mail/p5-Email-Send \ p5-Email-Simple-Creator>=0:${PORTSDIR}/mail/p5-Email-Simple-Creator \ p5-SVN-Look>=0:${PORTSDIR}/devel/p5-SVN-Look \ p5-SVN-Notify>=0:${PORTSDIR}/devel/p5-SVN-Notify \ + p5-JIRA-Client>=0:${PORTSDIR}/devel/p5-JIRA-Client \ ${SITE_PERL}/XMLRPC/Lite.pm:${PORTSDIR}/net/p5-SOAP-Lite BUILD_DEPENDS= ${RUN_DEPENDS} @@ -27,6 +28,7 @@ PERL_CONFIGURE= yes MAN3= SVN::Hooks.3 \ SVN::Hooks::AllowLogChange.3 \ SVN::Hooks::AllowPropChange.3 \ + SVN::Hooks::CheckJira.3 \ SVN::Hooks::CheckLog.3 \ SVN::Hooks::CheckMimeTypes.3 \ SVN::Hooks::CheckProperty.3 \ |