From owner-svn-ports-head@freebsd.org Fri Mar 2 04:59:41 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 24804F23345; Fri, 2 Mar 2018 04:59:41 +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.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 CC1C46C077; Fri, 2 Mar 2018 04:59:40 +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 C16EA12F6E; Fri, 2 Mar 2018 04:59:40 +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 w224xeNS033755; Fri, 2 Mar 2018 04:59:40 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w224xel3033752; Fri, 2 Mar 2018 04:59:40 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201803020459.w224xel3033752@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Fri, 2 Mar 2018 04:59:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463367 - head/graphics/phototonic X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/graphics/phototonic X-SVN-Commit-Revision: 463367 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 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: Fri, 02 Mar 2018 04:59:41 -0000 Author: yuri Date: Fri Mar 2 04:59:40 2018 New Revision: 463367 URL: https://svnweb.freebsd.org/changeset/ports/463367 Log: 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) Modified: head/graphics/phototonic/Makefile head/graphics/phototonic/distinfo Modified: head/graphics/phototonic/Makefile ============================================================================== --- head/graphics/phototonic/Makefile Fri Mar 2 04:33:29 2018 (r463366) +++ head/graphics/phototonic/Makefile Fri Mar 2 04:59:40 2018 (r463367) @@ -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' \ Modified: head/graphics/phototonic/distinfo ============================================================================== --- head/graphics/phototonic/distinfo Fri Mar 2 04:33:29 2018 (r463366) +++ head/graphics/phototonic/distinfo Fri Mar 2 04:59:40 2018 (r463367) @@ -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