Date: Wed, 4 Dec 2019 04:39:36 +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: r518985 - in head/graphics/photoflare: . files Message-ID: <201912040439.xB44daHQ012298@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201912040439.xB44daHQ012298>