Date: Sat, 13 Apr 2019 17:31:08 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r498816 - head/x11/qimageblitz Message-ID: <201904131731.x3DHV8w0042825@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@FreeBSD.org +MAINTAINER= yuri@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 | \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904131731.x3DHV8w0042825>