From owner-svn-ports-head@freebsd.org Sun Mar 28 09:45:06 2021 Return-Path: Delivered-To: svn-ports-head@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 6108D5BBA48; Sun, 28 Mar 2021 09:45:06 +0000 (UTC) (envelope-from rhurlin@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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4F7W5t1q6Hz3vxm; Sun, 28 Mar 2021 09:45:06 +0000 (UTC) (envelope-from rhurlin@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 22FB01DB56; Sun, 28 Mar 2021 09:45:06 +0000 (UTC) (envelope-from rhurlin@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12S9j5sv090163; Sun, 28 Mar 2021 09:45:05 GMT (envelope-from rhurlin@FreeBSD.org) Received: (from rhurlin@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12S9j5cV090160; Sun, 28 Mar 2021 09:45:05 GMT (envelope-from rhurlin@FreeBSD.org) Message-Id: <202103280945.12S9j5cV090160@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rhurlin set sender to rhurlin@FreeBSD.org using -f From: Rainer Hurling Date: Sun, 28 Mar 2021 09:45:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r569383 - head/textproc/sigil X-SVN-Group: ports-head X-SVN-Commit-Author: rhurlin X-SVN-Commit-Paths: head/textproc/sigil X-SVN-Commit-Revision: 569383 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.34 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: Sun, 28 Mar 2021 09:45:06 -0000 Author: rhurlin Date: Sun Mar 28 09:45:05 2021 New Revision: 569383 URL: https://svnweb.freebsd.org/changeset/ports/569383 Log: textproc/sigil: Update to 1.5.1 Changelogs: https://sigil-ebook.com/2021/03/26/sigil-1-5-1-release/, https://github.com/Sigil-Ebook/Sigil/releases/tag/1.5.0 PR: 254618 Submitted by: Jonathan Chen (maintainer) Modified: head/textproc/sigil/Makefile head/textproc/sigil/distinfo head/textproc/sigil/pkg-plist Modified: head/textproc/sigil/Makefile ============================================================================== --- head/textproc/sigil/Makefile Sun Mar 28 09:03:27 2021 (r569382) +++ head/textproc/sigil/Makefile Sun Mar 28 09:45:05 2021 (r569383) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= sigil -PORTVERSION= 1.4.3 +PORTVERSION= 1.5.1 CATEGORIES= textproc MAINTAINER= jonc@chen.org.nz @@ -23,9 +23,6 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dulwich>=0.15.0:de USES= cmake compiler:c++11-lib desktop-file-utils \ pkgconfig python:3.4+ qt:5 shebangfix -SHEBANG_FILES= src/Resource_Files/plugin_launchers/python/*.py \ - src/Resource_Files/python3lib/*.py - USE_GITHUB= yes GH_ACCOUNT= Sigil-Ebook GH_PROJECT= Sigil @@ -36,6 +33,9 @@ USE_QT= concurrent core declarative gui location netw svg webchannel webengine widgets xml xmlpatterns \ buildtools_build linguisttools_build qmake_build \ imageformats_run + +SHEBANG_FILES= src/Resource_Files/plugin_launchers/python/*.py \ + src/Resource_Files/python3lib/*.py CMAKE_ARGS= -DUSE_SYSTEM_LIBS:BOOL=1 Modified: head/textproc/sigil/distinfo ============================================================================== --- head/textproc/sigil/distinfo Sun Mar 28 09:03:27 2021 (r569382) +++ head/textproc/sigil/distinfo Sun Mar 28 09:45:05 2021 (r569383) @@ -1,3 +1,3 @@ -TIMESTAMP = 1607236462 -SHA256 (Sigil-Ebook-Sigil-1.4.3_GH0.tar.gz) = 74bd482d3c4fe4b2015ee006a6fa77f1114371bd217e4e7cf1d9a805ea41e719 -SIZE (Sigil-Ebook-Sigil-1.4.3_GH0.tar.gz) = 24118565 +TIMESTAMP = 1616887180 +SHA256 (Sigil-Ebook-Sigil-1.5.1_GH0.tar.gz) = ecdb20c90ca4ca9bd9ebee03734ee8c88ac101b0d32cc7ef25ff70960f4e982c +SIZE (Sigil-Ebook-Sigil-1.5.1_GH0.tar.gz) = 20020962 Modified: head/textproc/sigil/pkg-plist ============================================================================== --- head/textproc/sigil/pkg-plist Sun Mar 28 09:03:27 2021 (r569382) +++ head/textproc/sigil/pkg-plist Sun Mar 28 09:45:05 2021 (r569383) @@ -259,6 +259,7 @@ share/pixmaps/sigil.png %%DATADIR%%/translations/sigil_az.qm %%DATADIR%%/translations/sigil_ca.qm %%DATADIR%%/translations/sigil_cs.qm +%%DATADIR%%/translations/sigil_da_DK.qm %%DATADIR%%/translations/sigil_de.qm %%DATADIR%%/translations/sigil_en.qm %%DATADIR%%/translations/sigil_es.qm