Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Mar 2021 09:45:05 +0000 (UTC)
From:      Rainer Hurling <rhurlin@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r569383 - head/textproc/sigil
Message-ID:  <202103280945.12S9j5cV090160@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <jonc@chen.org.nz> (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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202103280945.12S9j5cV090160>