1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

- Updated to 1.06

ChangeLog: http://cpansearch.perl.org/src/GNUSTAVO/SVN-Hooks-1.06/Changes
- Added a dependency check for the svnlook executable, since Makefile.PL does
  now

Reported by:	http://portscout.cc/glarkin@freebsd.org.html
This commit is contained in:
Greg Larkin 2011-08-26 19:56:14 +00:00
parent 5273acebb1
commit e8f4b57299
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=280538
2 changed files with 5 additions and 4 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= SVN-Hooks
PORTVERSION= 0.33
PORTVERSION= 1.06
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@ -19,7 +19,8 @@ RUN_DEPENDS= p5-Email-Send>=0:${PORTSDIR}/mail/p5-Email-Send \
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
${SITE_PERL}/XMLRPC/Lite.pm:${PORTSDIR}/net/p5-SOAP-Lite \
${LOCALBASE}/bin/svnlook:${PORTSDIR}/devel/subversion
BUILD_DEPENDS= ${RUN_DEPENDS}
PERL_CONFIGURE= yes

View File

@ -1,2 +1,2 @@
SHA256 (SVN-Hooks-0.33.tar.gz) = d5f3a4ddb5a965e1396945139dce372b42f4261e070d6cd324db4ddb25c15f1a
SIZE (SVN-Hooks-0.33.tar.gz) = 38067
SHA256 (SVN-Hooks-1.06.tar.gz) = e42a3efc28d5cbe9e0c3f64fe7e7a4bf6270874ee053d0292b407095bbe8c04e
SIZE (SVN-Hooks-1.06.tar.gz) = 40653