diff options
author | clsung <clsung@FreeBSD.org> | 2006-11-09 17:11:46 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2006-11-09 17:11:46 +0800 |
commit | f4404b73ae8c2a094dea76202a8aa52cdde34dd9 (patch) | |
tree | 84e93ab0fd16a4eae0816c946b282b9f335c6f26 /devel | |
parent | 74e1f7e62884cafa041dae30e7950fc2c643a6b4 (diff) | |
download | freebsd-ports-gnome-f4404b73ae8c2a094dea76202a8aa52cdde34dd9.tar.gz freebsd-ports-gnome-f4404b73ae8c2a094dea76202a8aa52cdde34dd9.tar.zst freebsd-ports-gnome-f4404b73ae8c2a094dea76202a8aa52cdde34dd9.zip |
- Update to 2.64
- Test-Pod* is not required if we don't execute 'make test'
- two Modules (HTML::Entities and Net::SMTP_auth) are recommended.
PR: ports/104995
Submitted by: clsung
Reviewed by: maintainer (Dominic Mitchell)
Approved by: maintainer
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-SVN-Notify/Makefile | 8 | ||||
-rw-r--r-- | devel/p5-SVN-Notify/distinfo | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/devel/p5-SVN-Notify/Makefile b/devel/p5-SVN-Notify/Makefile index 721dfb8fe9ef..4ceedae5077a 100644 --- a/devel/p5-SVN-Notify/Makefile +++ b/devel/p5-SVN-Notify/Makefile @@ -6,7 +6,7 @@ # PORTNAME= SVN-Notify -PORTVERSION= 2.63 +PORTVERSION= 2.64 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= SVN @@ -15,9 +15,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= dom@happygiraffe.net COMMENT= Subversion activity notification -BUILD_DEPENDS= ${SITE_PERL}/Test/Pod.pm:${PORTSDIR}/devel/p5-Test-Pod \ - ${SITE_PERL}/Test/Pod/Coverage.pm:${PORTSDIR}/devel/p5-Test-Pod-Coverage -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS= ${SITE_PERL}/Net/SMTP_auth.pm:${PORTSDIR}/mail/p5-Net-SMTP_auth \ + ${SITE_PERL}/${PERL_ARCH}/HTML/Entities.pm:${PORTSDIR}/www/p5-HTML-Parser +BUILD_DEPENDS= ${RUN_DEPENDS} PERL_MODBUILD= yes diff --git a/devel/p5-SVN-Notify/distinfo b/devel/p5-SVN-Notify/distinfo index 97ffde0e879a..bb77e8932392 100644 --- a/devel/p5-SVN-Notify/distinfo +++ b/devel/p5-SVN-Notify/distinfo @@ -1,3 +1,3 @@ -MD5 (SVN-Notify-2.63.tar.gz) = 2e6ef63a559cbf6948904a17a9401467 -SHA256 (SVN-Notify-2.63.tar.gz) = 341e8121c66bcfc8ef2e7e91edfd700e089ca899f2adeb00e624227a62e94621 -SIZE (SVN-Notify-2.63.tar.gz) = 53436 +MD5 (SVN-Notify-2.64.tar.gz) = e46a6b7d8455241d58754ceb563d765d +SHA256 (SVN-Notify-2.64.tar.gz) = 94799d4c98e20881d2c7960e7f6b4ee86b4dca3a7089708d9150caf82fa54d14 +SIZE (SVN-Notify-2.64.tar.gz) = 54165 |