Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Feb 2020 05:21:13 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r526877 - head/editors/ghostwriter
Message-ID:  <202002230521.01N5LD8G044750@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Sun Feb 23 05:21:13 2020
New Revision: 526877
URL: https://svnweb.freebsd.org/changeset/ports/526877

Log:
  editors/ghostwriter: Update to v1.8.1
  
  Changes:	https://github.com/wereturtle/ghostwriter/releases/tag/v1.8.1

Modified:
  head/editors/ghostwriter/Makefile
  head/editors/ghostwriter/distinfo
  head/editors/ghostwriter/pkg-plist

Modified: head/editors/ghostwriter/Makefile
==============================================================================
--- head/editors/ghostwriter/Makefile	Sun Feb 23 05:16:04 2020	(r526876)
+++ head/editors/ghostwriter/Makefile	Sun Feb 23 05:21:13 2020	(r526877)
@@ -2,8 +2,7 @@
 
 PORTNAME=	ghostwriter
 DISTVERSIONPREFIX=	v
-DISTVERSION=	1.8.0
-PORTREVISION=	1
+DISTVERSION=	1.8.1
 CATEGORIES=	editors
 
 MAINTAINER=	tobik@FreeBSD.org
@@ -22,8 +21,5 @@ USE_QT=		core gui svg webchannel webengine widgets bui
 
 # cf. PR 224488
 LDFLAGS+=	-Wl,--as-needed
-
-post-patch:
-	@${REINPLACE_CMD} 's,share/man/,man/,' ${WRKSRC}/ghostwriter.pro
 
 .include <bsd.port.mk>

Modified: head/editors/ghostwriter/distinfo
==============================================================================
--- head/editors/ghostwriter/distinfo	Sun Feb 23 05:16:04 2020	(r526876)
+++ head/editors/ghostwriter/distinfo	Sun Feb 23 05:21:13 2020	(r526877)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1556526303
-SHA256 (wereturtle-ghostwriter-v1.8.0_GH0.tar.gz) = 27fe83612fce5ce324e5110165c1e2a6f79f095240f6fb53cdb205e771ba37c0
-SIZE (wereturtle-ghostwriter-v1.8.0_GH0.tar.gz) = 1195999
+TIMESTAMP = 1582434096
+SHA256 (wereturtle-ghostwriter-v1.8.1_GH0.tar.gz) = 2b73fed6a95ebcd45333fe4b12acb491eb4171fca8a11eea1af9bbdc73ed4b69
+SIZE (wereturtle-ghostwriter-v1.8.1_GH0.tar.gz) = 1220000

Modified: head/editors/ghostwriter/pkg-plist
==============================================================================
--- head/editors/ghostwriter/pkg-plist	Sun Feb 23 05:16:04 2020	(r526876)
+++ head/editors/ghostwriter/pkg-plist	Sun Feb 23 05:21:13 2020	(r526877)
@@ -1,6 +1,7 @@
 bin/ghostwriter
 share/appdata/ghostwriter.appdata.xml
 share/applications/ghostwriter.desktop
+%%DATADIR%%/translations/ghostwriter_ar.qm
 %%DATADIR%%/translations/ghostwriter_cs.qm
 %%DATADIR%%/translations/ghostwriter_de.qm
 %%DATADIR%%/translations/ghostwriter_en.qm
@@ -8,6 +9,7 @@ share/applications/ghostwriter.desktop
 %%DATADIR%%/translations/ghostwriter_fr.qm
 %%DATADIR%%/translations/ghostwriter_it.qm
 %%DATADIR%%/translations/ghostwriter_ja.qm
+%%DATADIR%%/translations/ghostwriter_nl.qm
 %%DATADIR%%/translations/ghostwriter_pl.qm
 %%DATADIR%%/translations/ghostwriter_pt_BR.qm
 %%DATADIR%%/translations/ghostwriter_ru.qm
@@ -21,5 +23,5 @@ share/icons/hicolor/32x32/apps/ghostwriter.png
 share/icons/hicolor/48x48/apps/ghostwriter.png
 share/icons/hicolor/64x64/apps/ghostwriter.png
 share/icons/hicolor/scalable/apps/ghostwriter.svg
-man/man1/ghostwriter.1.gz
+share/man/man1/ghostwriter.1.gz
 share/pixmaps/ghostwriter.xpm



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