summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2022-07-17 14:18:56 -0700
committerYuri Victorovich <yuri@FreeBSD.org>2022-07-17 14:18:56 -0700
commitdfa5a40b97fa58b8760194f29b86b29ff8418ef4 (patch)
treeed0ad4909af54c263c52205982a07fffbc0f46cf /x11
parentdevel/subversion: Unbreak at run-time (diff)
x11/qimageblitz: Change fetch from svnlite to subversion
svnlite is discontinued. Reported by: fluffy@
Diffstat (limited to 'x11')
-rw-r--r--x11/qimageblitz/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/qimageblitz/Makefile b/x11/qimageblitz/Makefile
index 15d91fd9e499..1306c649cef2 100644
--- a/x11/qimageblitz/Makefile
+++ b/x11/qimageblitz/Makefile
@@ -11,6 +11,8 @@ COMMENT= Graphical effects and filters library for Qt5
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYING
+FETCH_DEPENDS= svn:devel/subversion
+
USES= cmake compiler:c++11-lang qt:5
USE_LDCONFIG= yes
USE_QT= core gui widgets qmake_build buildtools_build
@@ -23,7 +25,7 @@ do-fetch:
@if [ "${FORCE_FETCH_ALL}" = "true" ] || ! [ -f "${DISTDIR}/${DIST_SUBDIR}/${DISTNAME}${EXTRACT_SUFX}" ]; then \
${MKDIR} ${DISTDIR}/${DIST_SUBDIR} && \
cd ${DISTDIR}/${DIST_SUBDIR} && \
- svnlite co -r ${SVN_REVISION} ${SVN_URL} ${PORTNAME}-${DISTVERSIONFULL} && \
+ svn co -r ${SVN_REVISION} ${SVN_URL} ${PORTNAME}-${DISTVERSIONFULL} && \
(cd ${PORTNAME}-${DISTVERSIONFULL} && ${RM} -r .svn) && \
${FIND} ${PORTNAME}-${DISTVERSIONFULL} -and -exec ${TOUCH} -h -d 1970-01-01T00:00:00Z {} \; && \
${FIND} ${PORTNAME}-${DISTVERSIONFULL} -print0 | LC_ALL=C ${SORT} -z | \