mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 09:19:15 -04:00
- Update to 0.038
PR: 123845 Submitted by: Greg Larkin <glarkin@sourcehosting.net> (maintainer)
This commit is contained in:
parent
09b5f6242d
commit
6b6c55352d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=214406
2 changed files with 7 additions and 7 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= SVN-Notify-Mirror
|
||||
PORTVERSION= 0.037
|
||||
PORTVERSION= 0.038
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
|
@ -26,15 +26,15 @@ OPTIONS= CONFIG "Enable YAML syntax for post-commit hook" Off \
|
|||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if defined(WITH_CONFIG)
|
||||
BUILD_DEPENDS+= ${SITE_PERL}/SVN/Notify/Config.pm:${PORTSDIR}/devel/p5-SVN-Notify-Config
|
||||
BUILD_DEPENDS+= p5-SVN-Notify-Config>=0.0906:${PORTSDIR}/devel/p5-SVN-Notify-Config
|
||||
.endif
|
||||
|
||||
.if defined(WITH_SSH)
|
||||
BUILD_DEPENDS+= ${SITE_PERL}/Net/SSH.pm:${PORTSDIR}/net/p5-Net-SSH
|
||||
BUILD_DEPENDS+= p5-Net-SSH>=0.08:${PORTSDIR}/net/p5-Net-SSH
|
||||
.endif
|
||||
|
||||
.if defined(WITH_RSYNC)
|
||||
BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/File/Rsync.pm:${PORTSDIR}/net/p5-File-Rsync
|
||||
BUILD_DEPENDS+= p5-File-Rsync>=0.42:${PORTSDIR}/net/p5-File-Rsync
|
||||
.endif
|
||||
|
||||
PERL_MODBUILD= yes
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (SVN-Notify-Mirror-0.037.tar.gz) = 6c84bc3cd3177cb666aed6cb1b3f4585
|
||||
SHA256 (SVN-Notify-Mirror-0.037.tar.gz) = 497560e126d9325b7eb4b0c1db5c46e020e6da821d3e854943470a686ee0934c
|
||||
SIZE (SVN-Notify-Mirror-0.037.tar.gz) = 24772
|
||||
MD5 (SVN-Notify-Mirror-0.038.tar.gz) = 48cf25c6b2b865d4f598d60ebf78fab8
|
||||
SHA256 (SVN-Notify-Mirror-0.038.tar.gz) = 554684386d924a5efe5b454c45771671e21c1c74260b8e974678224af93cd39f
|
||||
SIZE (SVN-Notify-Mirror-0.038.tar.gz) = 24977
|
||||
|
|
Loading…
Add table
Reference in a new issue