From owner-svn-ports-head@freebsd.org Sat Feb 10 19:53:59 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 99C66F18F7D; Sat, 10 Feb 2018 19:53:59 +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 3DA476F26E; Sat, 10 Feb 2018 19:53:59 +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 32AA6189D3; Sat, 10 Feb 2018 19:53:59 +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 w1AJrxjn093585; Sat, 10 Feb 2018 19:53:59 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1AJrw3J093583; Sat, 10 Feb 2018 19:53:58 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201802101953.w1AJrw3J093583@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sat, 10 Feb 2018 19:53:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r461416 - head/editors/focuswriter X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/editors/focuswriter X-SVN-Commit-Revision: 461416 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: Sat, 10 Feb 2018 19:54:00 -0000 Author: yuri Date: Sat Feb 10 19:53:58 2018 New Revision: 461416 URL: https://svnweb.freebsd.org/changeset/ports/461416 Log: editors/focuswriter: Update to 1.6.9 Changelog: https://github.com/gottcode/focuswriter/blob/master/NEWS Additional port changes: * Changed to DISTVERSION * Moved USExx statements into one section * Removed INSTALLS_ICONS (not a gtk+ app) * Removed redundant parentheses from post-install-DOCS-on PR: 225770 Submitted by: lightside@gmx.com (maintainer) Approved by: tcberner (mentor, implicit) Modified: head/editors/focuswriter/Makefile head/editors/focuswriter/distinfo Modified: head/editors/focuswriter/Makefile ============================================================================== --- head/editors/focuswriter/Makefile Sat Feb 10 19:38:23 2018 (r461415) +++ head/editors/focuswriter/Makefile Sat Feb 10 19:53:58 2018 (r461416) @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= focuswriter -PORTVERSION= 1.6.8 DISTVERSIONPREFIX= v +DISTVERSION= 1.6.9 CATEGORIES= editors MAINTAINER= lightside@gmx.com @@ -16,14 +16,12 @@ LICENSE_FILE_LGPL3+ = ${WRKSRC}/resources/images/icons LIB_DEPENDS= libhunspell-1.6.so:textproc/hunspell +USES= compiler:c++11-lib desktop-file-utils pkgconfig qmake USE_GITHUB= yes GH_ACCOUNT= gottcode - -USES= compiler:c++11-lib desktop-file-utils pkgconfig qmake USE_GL= gl USE_QT5= concurrent core gui multimedia network printsupport widgets \ buildtools_build linguisttools_build -INSTALLS_ICONS= yes PORTDATA= * PORTDOCS= CREDITS NEWS README @@ -39,6 +37,6 @@ post-install: ${STAGEDIR}${MANPREFIX}/man/man1 post-install-DOCS-on: - (cd ${WRKSRC} && ${COPYTREE_SHARE} "${PORTDOCS}" ${STAGEDIR}${DOCSDIR}) + cd ${WRKSRC} && ${COPYTREE_SHARE} "${PORTDOCS}" ${STAGEDIR}${DOCSDIR} .include Modified: head/editors/focuswriter/distinfo ============================================================================== --- head/editors/focuswriter/distinfo Sat Feb 10 19:38:23 2018 (r461415) +++ head/editors/focuswriter/distinfo Sat Feb 10 19:53:58 2018 (r461416) @@ -1,3 +1,3 @@ -TIMESTAMP = 1514311791 -SHA256 (gottcode-focuswriter-v1.6.8_GH0.tar.gz) = 0afef6b2d5476c00afd80d2daa6a12ad0424a68612b081a9690ad8d02e9349d2 -SIZE (gottcode-focuswriter-v1.6.8_GH0.tar.gz) = 10328136 +TIMESTAMP = 1518029333 +SHA256 (gottcode-focuswriter-v1.6.9_GH0.tar.gz) = 46e69cc3a5d3b2a3a9c8b89464f463c2f62b7652f3e0b508a8ef99e576f67b3a +SIZE (gottcode-focuswriter-v1.6.9_GH0.tar.gz) = 10341551