svn commit: r498816 - head/x11/qimageblitz

Yuri Victorovich yuri at FreeBSD.org
Sat Apr 13 17:31:09 UTC 2019


Author: yuri
Date: Sat Apr 13 17:31:08 2019
New Revision: 498816
URL: https://svnweb.freebsd.org/changeset/ports/498816

Log:
  x11/qimageblitz: Change maintainer kde->yuri; Replace svn -> svnlite
  
  I agree that this is an unmaintained software.
  I explained this to the upstream depevloper of the softwatre package that uses it.
  If/once they will remove the dependency, this port should be removed again.
  
  Reported by:	mat (svn)
  Suggested by:	adridg (maintainer)

Modified:
  head/x11/qimageblitz/Makefile

Modified: head/x11/qimageblitz/Makefile
==============================================================================
--- head/x11/qimageblitz/Makefile	Sat Apr 13 17:05:45 2019	(r498815)
+++ head/x11/qimageblitz/Makefile	Sat Apr 13 17:31:08 2019	(r498816)
@@ -5,14 +5,12 @@ PORTNAME=	qimageblitz
 PORTVERSION=	0.1.0 # a made-up version also used in some linux distros, otherwise we need to add PORTEPOCH
 CATEGORIES=	x11
 
-MAINTAINER=	kde at FreeBSD.org
+MAINTAINER=	yuri at FreeBSD.org
 COMMENT=	Graphical effects and filters library for Qt5
 
 LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-FETCH_DEPENDS=	svn:devel/subversion
-
 USES=		cmake qt:5
 USE_LDCONFIG=	yes
 USE_QT=		core gui widgets qmake_build buildtools_build
@@ -25,7 +23,7 @@ do-fetch:
 	@if [ "${FORCE_FETCH_ALL}" = "true" ] || ! [ -f "${DISTDIR}/${DIST_SUBDIR}/${DISTNAME}${EXTRACT_SUFX}" ]; then \
 	  ${MKDIR} ${DISTDIR}/${DIST_SUBDIR} && \
 	  cd ${DISTDIR}/${DIST_SUBDIR} && \
-	    svn co -r ${SVN_REVISION} ${SVN_URL} ${PORTNAME}-${DISTVERSIONFULL} && \
+	    svnlite 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 | \


More information about the svn-ports-head mailing list