diff options
author | yuri <yuri@FreeBSD.org> | 2018-03-02 12:59:40 +0800 |
---|---|---|
committer | yuri <yuri@FreeBSD.org> | 2018-03-02 12:59:40 +0800 |
commit | d8e51ee5bb1a877d8efa6d6b4bde0da311fcfa84 (patch) | |
tree | 4edba4d797fa701897b7ddaef7d6621738a21e93 /graphics | |
parent | 18c055a4a5c2d6974a47e6f8e147c416d603cad2 (diff) | |
download | freebsd-ports-gnome-d8e51ee5bb1a877d8efa6d6b4bde0da311fcfa84.tar.gz freebsd-ports-gnome-d8e51ee5bb1a877d8efa6d6b4bde0da311fcfa84.tar.zst freebsd-ports-gnome-d8e51ee5bb1a877d8efa6d6b4bde0da311fcfa84.zip |
graphics/phototonic: Update to 2.0
Port changes:
* Changed to DISTVERSION
* Added LICENSE_FILE
* Added USE_GL=gl
* Added to USE_QT5
Approved by: tcberner (mentor, implicit)
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/phototonic/Makefile | 10 | ||||
-rw-r--r-- | graphics/phototonic/distinfo | 5 |
2 files changed, 8 insertions, 7 deletions
diff --git a/graphics/phototonic/Makefile b/graphics/phototonic/Makefile index f67b42104f08..b9950ff54558 100644 --- a/graphics/phototonic/Makefile +++ b/graphics/phototonic/Makefile @@ -2,23 +2,23 @@ # $FreeBSD$ PORTNAME= phototonic -PORTVERSION= 1.7.20 DISTVERSIONPREFIX= v -PORTREVISION= 1 +DISTVERSION= 2.0 CATEGORIES= graphics MAINTAINER= ports@FreeBSD.org COMMENT= Image viewer and organizer LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libexiv2.so:graphics/exiv2 +USES= desktop-file-utils gettext qmake USE_GITHUB= yes GH_ACCOUNT= oferkv - -USES= desktop-file-utils gettext qmake -USE_QT5= buildtools_build imageformats svg widgets +USE_GL= gl +USE_QT5= core gui imageformats svg widgets buildtools_build post-patch: ${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' \ diff --git a/graphics/phototonic/distinfo b/graphics/phototonic/distinfo index 9cdb33b312dc..22f9395c306a 100644 --- a/graphics/phototonic/distinfo +++ b/graphics/phototonic/distinfo @@ -1,2 +1,3 @@ -SHA256 (oferkv-phototonic-v1.7.20_GH0.tar.gz) = f90b597bb45970991ea9e0849e62502d6557862786b735f460dcd03f9eaae86b -SIZE (oferkv-phototonic-v1.7.20_GH0.tar.gz) = 284944 +TIMESTAMP = 1519966073 +SHA256 (oferkv-phototonic-v2.0_GH0.tar.gz) = ed0ff4a9cf8d984a16e09ae82f8e7d9ae7e287d5d9ea9e799b4d179ee902db52 +SIZE (oferkv-phototonic-v2.0_GH0.tar.gz) = 283185 |