From owner-svn-ports-head@freebsd.org Sun Dec 9 20:03:03 2018 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 668E3132D134; Sun, 9 Dec 2018 20:03:03 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0A97E79013; Sun, 9 Dec 2018 20:03:03 +0000 (UTC) (envelope-from tobik@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 DDFA915F1B; Sun, 9 Dec 2018 20:03:02 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB9K329f078959; Sun, 9 Dec 2018 20:03:02 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB9K32ZY078957; Sun, 9 Dec 2018 20:03:02 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201812092003.wB9K32ZY078957@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Sun, 9 Dec 2018 20:03:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r487078 - head/multimedia/clipgrab X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: head/multimedia/clipgrab X-SVN-Commit-Revision: 487078 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 0A97E79013 X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.997,0]; NEURAL_HAM_LONG(-0.99)[-0.991,0]; NEURAL_HAM_SHORT(-0.98)[-0.975,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org 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: Sun, 09 Dec 2018 20:03:03 -0000 Author: tobik Date: Sun Dec 9 20:03:02 2018 New Revision: 487078 URL: https://svnweb.freebsd.org/changeset/ports/487078 Log: multimedia/clipgrab: Update to 3.7.2 - Add Qt 5 support - Assign new maintainer PR: 231821 Submitted by: kikadf.01@gmail.com (maintainer) Differential Revision: https://reviews.freebsd.org/D17908 Modified: head/multimedia/clipgrab/Makefile head/multimedia/clipgrab/distinfo head/multimedia/clipgrab/pkg-descr Modified: head/multimedia/clipgrab/Makefile ============================================================================== --- head/multimedia/clipgrab/Makefile Sun Dec 9 20:02:31 2018 (r487077) +++ head/multimedia/clipgrab/Makefile Sun Dec 9 20:03:02 2018 (r487078) @@ -2,27 +2,27 @@ # $FreeBSD$ PORTNAME= clipgrab -PORTVERSION= 3.4.11 +PORTVERSION= 3.7.2 CATEGORIES= multimedia -MASTER_SITES= http://download.clipgrab.de/ +MASTER_SITES= https://download.clipgrab.org/ -MAINTAINER= ports@FreeBSD.org +PATCH_SITES= https://gitlab.com/kikadf/clipgrab-qt5/raw/patches/patches/ +PATCHFILES= clipgrab-qt5-${PORTVERSION}.patch:-p1 + +MAINTAINER= kikadf.01@gmail.com COMMENT= Program to download videos from YouTube and etc LICENSE= GPLv3 -DEPRECATED= Qt4 has been EOL since december 2015 -EXPIRATION_DATE= 2019-03-15 +USES= qmake qt:5 +USE_QT= core dbus gui network webkit widgets xml buildtools_build -USES= qmake qt:4 tar:bzip2 -USE_QT= gui xml uic_build moc_build \ - rcc_build network dbus webkit - +LDFLAGS+= -Wl,--as-needed # cf. PR 224488 PLIST_FILES= bin/${PORTNAME} \ - %%DATADIR%%/icon.png \ - %%DATADIR%%/logo.png \ - %%DATADIR%%/paypal-logo.png \ - %%DATADIR%%/splash.png + ${DATADIR}/icon.png \ + ${DATADIR}/logo.png \ + ${DATADIR}/paypal-logo.png \ + ${DATADIR}/splash.png DESKTOP_ENTRIES="Clipgrab" "Download and convert videos from YouTube and etc" \ "${DATADIR}/icon.png" "${PORTNAME}" \ @@ -31,8 +31,7 @@ DESKTOP_ENTRIES="Clipgrab" "Download and convert video QMAKE_SOURCE_PATH= ${WRKSRC}/${PORTNAME}.pro post-patch: - ${REINPLACE_CMD} -e 's,img/,share/${PORTNAME}/,g' \ - ${WRKSRC}/*.cpp + @${REINPLACE_CMD} -e 's,img/,share/${PORTNAME}/,g' ${WRKSRC}/*.cpp do-install: ${MKDIR} ${STAGEDIR}${DATADIR} Modified: head/multimedia/clipgrab/distinfo ============================================================================== --- head/multimedia/clipgrab/distinfo Sun Dec 9 20:02:31 2018 (r487077) +++ head/multimedia/clipgrab/distinfo Sun Dec 9 20:03:02 2018 (r487078) @@ -1,2 +1,5 @@ -SHA256 (clipgrab-3.4.11.tar.bz2) = 48f7cbd9a503b19246ae2d31af8d2bba7c57945f5ba8ca4fcf7bf6b3a265bd83 -SIZE (clipgrab-3.4.11.tar.bz2) = 371620 +TIMESTAMP = 1544368991 +SHA256 (clipgrab-3.7.2.tar.gz) = 8ce5f1ea5a71f58a636b2cdc06a4c675e823e988dc61e6308060a2fe3eb96af6 +SIZE (clipgrab-3.7.2.tar.gz) = 628479 +SHA256 (clipgrab-qt5-3.7.2.patch) = d2b86b1f8e0a0d5642d852bac1ae60ff844df49fbd858dff986f894732d0da55 +SIZE (clipgrab-qt5-3.7.2.patch) = 24502 Modified: head/multimedia/clipgrab/pkg-descr ============================================================================== --- head/multimedia/clipgrab/pkg-descr Sun Dec 9 20:02:31 2018 (r487077) +++ head/multimedia/clipgrab/pkg-descr Sun Dec 9 20:03:02 2018 (r487078) @@ -10,4 +10,4 @@ ClipGrab currently supports these sites: -MyVideo -MySpass -WWW: http://clipgrab.de +WWW: https://clipgrab.org