From owner-svn-ports-head@freebsd.org Sat Apr 13 17:31:09 2019 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8ABA4157E806; Sat, 13 Apr 2019 17:31:09 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 32F448B4F3; Sat, 13 Apr 2019 17:31:09 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0CC62C3CF; Sat, 13 Apr 2019 17:31:09 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x3DHV83I042826; Sat, 13 Apr 2019 17:31:08 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x3DHV8w0042825; Sat, 13 Apr 2019 17:31:08 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201904131731.x3DHV8w0042825@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sat, 13 Apr 2019 17:31:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r498816 - head/x11/qimageblitz X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/x11/qimageblitz X-SVN-Commit-Revision: 498816 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 32F448B4F3 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.94 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.95)[-0.946,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Apr 2019 17:31:09 -0000 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 | \