From owner-svn-ports-head@freebsd.org Sun Dec 2 17:01:46 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 A44A01327D21; Sun, 2 Dec 2018 17:01:46 +0000 (UTC) (envelope-from nivit@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 4C73475568; Sun, 2 Dec 2018 17:01:46 +0000 (UTC) (envelope-from nivit@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 2EAEC177B; Sun, 2 Dec 2018 17:01:46 +0000 (UTC) (envelope-from nivit@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB2H1k60040026; Sun, 2 Dec 2018 17:01:46 GMT (envelope-from nivit@FreeBSD.org) Received: (from nivit@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB2H1jLK040024; Sun, 2 Dec 2018 17:01:45 GMT (envelope-from nivit@FreeBSD.org) Message-Id: <201812021701.wB2H1jLK040024@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: nivit set sender to nivit@FreeBSD.org using -f From: Nicola Vitale Date: Sun, 2 Dec 2018 17:01:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486471 - in head/deskutils/flameshot: . files X-SVN-Group: ports-head X-SVN-Commit-Author: nivit X-SVN-Commit-Paths: in head/deskutils/flameshot: . files X-SVN-Commit-Revision: 486471 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 4C73475568 X-Spamd-Result: default: False [0.39 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_SPAM_LONG(0.05)[0.050,0]; NEURAL_SPAM_MEDIUM(0.03)[0.029,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_SPAM_SHORT(0.31)[0.313,0] 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, 02 Dec 2018 17:01:46 -0000 Author: nivit Date: Sun Dec 2 17:01:45 2018 New Revision: 486471 URL: https://svnweb.freebsd.org/changeset/ports/486471 Log: - Update to 0.6.0 - Remove patches merged upstream - Pet portlint PR: 229441 Submitted by: danilo Deleted: head/deskutils/flameshot/files/ Modified: head/deskutils/flameshot/Makefile head/deskutils/flameshot/distinfo (contents, props changed) head/deskutils/flameshot/pkg-plist (contents, props changed) Modified: head/deskutils/flameshot/Makefile ============================================================================== --- head/deskutils/flameshot/Makefile Sun Dec 2 16:51:12 2018 (r486470) +++ head/deskutils/flameshot/Makefile Sun Dec 2 17:01:45 2018 (r486471) @@ -2,9 +2,8 @@ # $FreeBSD$ PORTNAME= flameshot -PORTVERSION= 0.5.0 +PORTVERSION= 0.6.0 DISTVERSIONPREFIX= v -PORTREVISION= 1 CATEGORIES= deskutils MAINTAINER= nivit@FreeBSD.org @@ -13,18 +12,15 @@ COMMENT= Powerful yet simple to use screenshot softwar LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE +USES= compiler:c++11-lang gl qmake qt:5 + GH_ACCOUNT= lupoDharkael INSTALL_ICONS= yes -USES= compiler:c++11-lang qmake qt:5 USE_GITHUB= yes USE_GL= gl -USE_QT= core dbus gui linguist network widgets \ +USE_QT= core dbus gui linguist network svg widgets \ buildtools_build - -post-patch: - @${REINPLACE_CMD} -e 's,%%LOCALBASE%%,${LOCALBASE},1' \ - ${WRKSRC}/${PORTNAME}.pro .include Modified: head/deskutils/flameshot/distinfo ============================================================================== --- head/deskutils/flameshot/distinfo Sun Dec 2 16:51:12 2018 (r486470) +++ head/deskutils/flameshot/distinfo Sun Dec 2 17:01:45 2018 (r486471) @@ -1,3 +1,3 @@ -TIMESTAMP = 1516551815 -SHA256 (lupoDharkael-flameshot-v0.5.0_GH0.tar.gz) = 32d593c14c37286d9f64873c4ef9a07eb084723c92b2280d5c22152547c1e3f0 -SIZE (lupoDharkael-flameshot-v0.5.0_GH0.tar.gz) = 464600 +TIMESTAMP = 1535060289 +SHA256 (lupoDharkael-flameshot-v0.6.0_GH0.tar.gz) = 61b3a1969d6e17d80d5d90a3fce53ca5ae78fa21f9a45e5a19b0b32ea815a589 +SIZE (lupoDharkael-flameshot-v0.6.0_GH0.tar.gz) = 641561 Modified: head/deskutils/flameshot/pkg-plist ============================================================================== --- head/deskutils/flameshot/pkg-plist Sun Dec 2 16:51:12 2018 (r486470) +++ head/deskutils/flameshot/pkg-plist Sun Dec 2 17:01:45 2018 (r486471) @@ -1,10 +1,18 @@ bin/flameshot -share/applications/flameshot-config.desktop -share/applications/flameshot-init.desktop share/applications/flameshot.desktop share/bash-completion/completions/flameshot share/dbus-1/interfaces/org.dharkael.Flameshot.xml share/dbus-1/services/org.dharkael.Flameshot.service %%DATADIR%%/translations/Internationalization_ca.qm %%DATADIR%%/translations/Internationalization_es.qm -share/icons/flameshot.png +%%DATADIR%%/translations/Internationalization_fr.qm +%%DATADIR%%/translations/Internationalization_ka.qm +%%DATADIR%%/translations/Internationalization_pl.qm +%%DATADIR%%/translations/Internationalization_ru.qm +%%DATADIR%%/translations/Internationalization_tr.qm +%%DATADIR%%/translations/Internationalization_zh_CN.qm +%%DATADIR%%/translations/Internationalization_zh_TW.qm +share/icons/hicolor/128x128/apps/flameshot.png +share/icons/hicolor/48x48/apps/flameshot.png +share/icons/hicolor/scalable/apps/flameshot.svg +share/metainfo/flameshot.appdata.xml