Skip to content

Commit

Permalink
cleanup: set generic version for devel/subversion
Browse files Browse the repository at this point in the history
PR:	253566
Approved by:	jrm (mentor), maintainer timeout
Differential Revision: https://reviews.freebsd.org/D42349
  • Loading branch information
michael-o committed Oct 27, 2023
1 parent 3c7b8fd commit 528f7fc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion devel/p5-SVN-Hooks/Makefile
Expand Up @@ -17,7 +17,7 @@ RUN_DEPENDS= p5-Data-Util>=0:devel/p5-Data-Util \
p5-SVN-Look>=0:devel/p5-SVN-Look \
p5-SVN-Notify>=0:devel/p5-SVN-Notify \
p5-XMLRPC-Lite>0:net/p5-XMLRPC-Lite \
subversion>=1.4.0:devel/subversion
subversion>0:devel/subversion
TEST_DEPENDS= p5-URI>=0:net/p5-URI

USES= perl5
Expand Down
2 changes: 1 addition & 1 deletion devel/p5-SVN-Look/Makefile
Expand Up @@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-List-MoreUtils>=0:lang/p5-List-MoreUtils \
p5-XML-Simple>=0:textproc/p5-XML-Simple \
subversion>=1.7.0:devel/subversion
subversion>0:devel/subversion

USES= perl5
USE_PERL5= configure
Expand Down
2 changes: 1 addition & 1 deletion devel/statsvn/Makefile
Expand Up @@ -11,7 +11,7 @@ WWW= https://www.statsvn.org/

LICENSE= LGPL21+

RUN_DEPENDS= subversion>=1.3:devel/subversion
RUN_DEPENDS= subversion>0:devel/subversion

WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
DATADIR= ${JAVASHAREDIR}/${PORTNAME}
Expand Down

0 comments on commit 528f7fc

Please sign in to comment.