From owner-svn-ports-all@freebsd.org Wed Dec 4 04:39:38 2019 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 140ED1C8EA4; Wed, 4 Dec 2019 04:39:38 +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 47SR2x6bhYz4NhW; Wed, 4 Dec 2019 04:39:37 +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 BEBA322B1C; Wed, 4 Dec 2019 04:39:37 +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 xB44db1K012302; Wed, 4 Dec 2019 04:39:37 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id xB44daHQ012298; Wed, 4 Dec 2019 04:39:36 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201912040439.xB44daHQ012298@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Wed, 4 Dec 2019 04:39:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r518985 - in head/graphics/photoflare: . files X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/graphics/photoflare: . files X-SVN-Commit-Revision: 518985 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Dec 2019 04:39:38 -0000 Author: yuri Date: Wed Dec 4 04:39:36 2019 New Revision: 518985 URL: https://svnweb.freebsd.org/changeset/ports/518985 Log: graphics/photoflare: Update 1.5.9 -> 1.6.1 Reported by: portscout Added: head/graphics/photoflare/files/patch-Photoflare.pro - copied, changed from r518984, head/graphics/photoflare/files/patch-PhotoFlare.pro Deleted: head/graphics/photoflare/files/patch-PhotoFlare.pro Modified: head/graphics/photoflare/Makefile head/graphics/photoflare/distinfo head/graphics/photoflare/pkg-plist Modified: head/graphics/photoflare/Makefile ============================================================================== --- head/graphics/photoflare/Makefile Wed Dec 4 04:33:27 2019 (r518984) +++ head/graphics/photoflare/Makefile Wed Dec 4 04:39:36 2019 (r518985) @@ -2,8 +2,7 @@ PORTNAME= photoflare DISTVERSIONPREFIX= v -DISTVERSION= 1.5.9 -PORTREVISION= 1 +DISTVERSION= 1.6.1 CATEGORIES= graphics MAINTAINER= yuri@FreeBSD.org @@ -12,7 +11,8 @@ COMMENT= Quick, simple but powerful cross-platform ima LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE.md -LIB_DEPENDS= libGraphicsMagick++.so:graphics/GraphicsMagick +LIB_DEPENDS= libGraphicsMagick++.so:graphics/GraphicsMagick \ + libomp.so:devel/openmp USES= compiler:c++17-lang desktop-file-utils gl qmake qt:5 localbase pkgconfig USE_GITHUB= yes @@ -20,6 +20,6 @@ USE_QT= core gui network printsupport widgets buildto USE_GL= gl CXXFLAGS+= `pkg-config --cflags GraphicsMagick++` -LDFLAGS+= `pkg-config --libs GraphicsMagick++` +LDFLAGS+= `pkg-config --libs GraphicsMagick++` ${LOCALBASE}/lib/libomp.so .include Modified: head/graphics/photoflare/distinfo ============================================================================== --- head/graphics/photoflare/distinfo Wed Dec 4 04:33:27 2019 (r518984) +++ head/graphics/photoflare/distinfo Wed Dec 4 04:39:36 2019 (r518985) @@ -1,3 +1,3 @@ -TIMESTAMP = 1559369134 -SHA256 (photoflare-photoflare-v1.5.9_GH0.tar.gz) = 6a869dbea696ce40e5b0d4a2b58215e1a0fb4aa5406e12608183141b995f422c -SIZE (photoflare-photoflare-v1.5.9_GH0.tar.gz) = 831427 +TIMESTAMP = 1575358030 +SHA256 (photoflare-photoflare-v1.6.1_GH0.tar.gz) = 0bd2b41745f96e5fbe6330a9130a67bd7b786bf7c10db7d38d44dbd21d6bbe2b +SIZE (photoflare-photoflare-v1.6.1_GH0.tar.gz) = 1630463 Copied and modified: head/graphics/photoflare/files/patch-Photoflare.pro (from r518984, head/graphics/photoflare/files/patch-PhotoFlare.pro) ============================================================================== --- head/graphics/photoflare/files/patch-PhotoFlare.pro Wed Dec 4 04:33:27 2019 (r518984, copy source) +++ head/graphics/photoflare/files/patch-Photoflare.pro Wed Dec 4 04:39:36 2019 (r518985) @@ -1,5 +1,5 @@ ---- PhotoFlare.pro.orig 2019-04-26 18:57:02 UTC -+++ PhotoFlare.pro +--- Photoflare.pro.orig 2019-04-26 18:57:02 UTC ++++ Photoflare.pro @@ -235,7 +235,7 @@ unix:!macx { pixmaps.files = installers/deb/DEBIAN/usr/share/icons/hicolor/48x48/apps/photoflare.png desktopentry.path = $${BASEDIR}$${PREFIX}/share/applications Modified: head/graphics/photoflare/pkg-plist ============================================================================== --- head/graphics/photoflare/pkg-plist Wed Dec 4 04:33:27 2019 (r518984) +++ head/graphics/photoflare/pkg-plist Wed Dec 4 04:39:36 2019 (r518985) @@ -16,5 +16,6 @@ share/metainfo/io.photoflare.photoflare.appdata.xml %%DATADIR%%/languages/en.qm %%DATADIR%%/languages/fr.qm %%DATADIR%%/languages/nl.qm +%%DATADIR%%/languages/zh_CN.qm %%DATADIR%%/languages/zh_TW.qm share/pixmaps/photoflare.png