svn commit: r500399 - head/editors/ghostwriter

Tobias Kortkamp tobik at FreeBSD.org
Mon Apr 29 08:42:52 UTC 2019


Author: tobik
Date: Mon Apr 29 08:42:50 2019
New Revision: 500399
URL: https://svnweb.freebsd.org/changeset/ports/500399

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

Modified:
  head/editors/ghostwriter/Makefile
  head/editors/ghostwriter/distinfo

Modified: head/editors/ghostwriter/Makefile
==============================================================================
--- head/editors/ghostwriter/Makefile	Mon Apr 29 08:34:08 2019	(r500398)
+++ head/editors/ghostwriter/Makefile	Mon Apr 29 08:42:50 2019	(r500399)
@@ -2,8 +2,7 @@
 
 PORTNAME=	ghostwriter
 DISTVERSIONPREFIX=	v
-DISTVERSION=	1.7.4
-PORTREVISION=	3
+DISTVERSION=	1.8.0
 CATEGORIES=	editors
 
 MAINTAINER=	tobik at FreeBSD.org
@@ -17,9 +16,11 @@ LIB_DEPENDS=	libhunspell-1.7.so:textproc/hunspell
 USES=		compiler:c++11-lang desktop-file-utils pkgconfig qmake qt:5
 USE_GITHUB=	yes
 GH_ACCOUNT=	wereturtle
-USE_QT=		concurrent core gui network printsupport svg webkit widgets \
-		buildtools_build linguisttools_build
-LDFLAGS+=	-Wl,--as-needed # cf. PR 224488
+USE_QT=		core gui svg webchannel webengine widgets buildtools_build \
+		linguisttools_build
+
+# cf. PR 224488
+LDFLAGS+=	-Wl,--as-needed
 
 post-patch:
 	@${REINPLACE_CMD} 's,share/man/,man/,' ${WRKSRC}/ghostwriter.pro

Modified: head/editors/ghostwriter/distinfo
==============================================================================
--- head/editors/ghostwriter/distinfo	Mon Apr 29 08:34:08 2019	(r500398)
+++ head/editors/ghostwriter/distinfo	Mon Apr 29 08:42:50 2019	(r500399)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1544427405
-SHA256 (wereturtle-ghostwriter-v1.7.4_GH0.tar.gz) = 4987126e71a37556e575fbce2002c5504cf15a04c11bcce604a278f59ec9c11a
-SIZE (wereturtle-ghostwriter-v1.7.4_GH0.tar.gz) = 1195162
+TIMESTAMP = 1556526303
+SHA256 (wereturtle-ghostwriter-v1.8.0_GH0.tar.gz) = 27fe83612fce5ce324e5110165c1e2a6f79f095240f6fb53cdb205e771ba37c0
+SIZE (wereturtle-ghostwriter-v1.8.0_GH0.tar.gz) = 1195999


More information about the svn-ports-all mailing list