Date: Fri, 27 Oct 2023 13:45:52 GMT From: Michael Osipov <michaelo@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 528f7fc28f25 - main - cleanup: set generic version for devel/subversion Message-ID: <202310271345.39RDjqit007744@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by michaelo: URL: https://cgit.FreeBSD.org/ports/commit/?id=528f7fc28f2577981432f9ab30ed47bbc82ba506 commit 528f7fc28f2577981432f9ab30ed47bbc82ba506 Author: Michael Osipov <michaelo@FreeBSD.org> AuthorDate: 2023-10-24 11:28:19 +0000 Commit: Michael Osipov <michaelo@FreeBSD.org> CommitDate: 2023-10-27 13:45:06 +0000 cleanup: set generic version for devel/subversion PR: 253566 Approved by: jrm (mentor), maintainer timeout Differential Revision: https://reviews.freebsd.org/D42349 --- devel/p5-SVN-Hooks/Makefile | 2 +- devel/p5-SVN-Look/Makefile | 2 +- devel/statsvn/Makefile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/devel/p5-SVN-Hooks/Makefile b/devel/p5-SVN-Hooks/Makefile index 6ada080801c5..30dc1637e998 100644 --- a/devel/p5-SVN-Hooks/Makefile +++ b/devel/p5-SVN-Hooks/Makefile @@ -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 diff --git a/devel/p5-SVN-Look/Makefile b/devel/p5-SVN-Look/Makefile index b0c98da6e7be..d31e14f960b2 100644 --- a/devel/p5-SVN-Look/Makefile +++ b/devel/p5-SVN-Look/Makefile @@ -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 diff --git a/devel/statsvn/Makefile b/devel/statsvn/Makefile index dc725989f11c..0ac7f3f5f476 100644 --- a/devel/statsvn/Makefile +++ b/devel/statsvn/Makefile @@ -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}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202310271345.39RDjqit007744>