Hi ports@,

Trivial bump to a new release, the upstream changelog can be
found here:
  https://github.com/wereturtle/ghostwriter/releases

on our side:
 - drop patches/* as this contains our upstream patch
 - PLIST updated for a new translation file

this one still is a github auto tarball, I raised an issue:
  https://github.com/wereturtle/ghostwriter/issues/328
with upstream, asking for immutable downloads.

Feedback? OK's?

Regards,
Adam
Index: Makefile
===================================================================
RCS file: /cvs/ports/editors/ghostwriter/Makefile,v
retrieving revision 1.6
diff -u -p -r1.6 Makefile
--- Makefile    28 Jan 2018 17:05:26 -0000      1.6
+++ Makefile    27 Apr 2018 13:38:51 -0000
@@ -7,8 +7,7 @@ COMMENT =       distraction-free Markdown edit
 
 GH_ACCOUNT =   wereturtle
 GH_PROJECT =   ghostwriter
-GH_TAGNAME =   v1.5.0
-REVISION =     2
+GH_TAGNAME =   v1.6.2
 
 CATEGORIES =   editors
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/editors/ghostwriter/distinfo,v
retrieving revision 1.2
diff -u -p -r1.2 distinfo
--- distinfo    23 May 2017 09:54:13 -0000      1.2
+++ distinfo    27 Apr 2018 13:38:51 -0000
@@ -1,2 +1,2 @@
-SHA256 (ghostwriter-1.5.0.tar.gz) = 
v9ZAJNl0H1XVh6+lZh9LXipIvsu8kklcIYb8pE+whIY=
-SIZE (ghostwriter-1.5.0.tar.gz) = 620301
+SHA256 (ghostwriter-1.6.2.tar.gz) = 
/qWhsrLr15woFP8yxLnTvcmD+CYFZvx6HJeV2lktl8A=
+SIZE (ghostwriter-1.6.2.tar.gz) = 678181
Index: patches/patch-src_spelling_dictionary_provider_hunspell_cpp
===================================================================
RCS file: patches/patch-src_spelling_dictionary_provider_hunspell_cpp
diff -N patches/patch-src_spelling_dictionary_provider_hunspell_cpp
--- patches/patch-src_spelling_dictionary_provider_hunspell_cpp 28 Jan 2018 
17:05:26 -0000      1.1
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,14 +0,0 @@
-$OpenBSD: patch-src_spelling_dictionary_provider_hunspell_cpp,v 1.1 2018/01/28 
17:05:26 awolk Exp $
-
-Index: src/spelling/dictionary_provider_hunspell.cpp
---- src/spelling/dictionary_provider_hunspell.cpp.orig
-+++ src/spelling/dictionary_provider_hunspell.cpp
-@@ -301,7 +301,7 @@ DictionaryProviderHunspell::DictionaryProviderHunspell
-               xdg.append("/usr/local/share");
-               xdg.append("/usr/share");
-       }
--      QStringList subdirs = QStringList() << "/hunspell" << "/myspell/dicts" 
<< "/myspell";
-+      QStringList subdirs = QStringList() << "/hunspell" << "/myspell/dicts" 
<< "/myspell" << "/mozilla-dicts";
-       foreach (const QString& subdir, subdirs) {
-               foreach (const QString& dir, xdg) {
-                       QString path = dir + subdir;
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/editors/ghostwriter/pkg/PLIST,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 PLIST
--- pkg/PLIST   17 Jan 2017 12:58:26 -0000      1.1.1.1
+++ pkg/PLIST   27 Apr 2018 13:38:51 -0000
@@ -7,6 +7,7 @@ share/applications/ghostwriter.desktop
 share/ghostwriter/
 share/ghostwriter/translations/
 share/ghostwriter/translations/ghostwriter_en.qm
+share/ghostwriter/translations/ghostwriter_zh.qm
 share/icons/hicolor/128x128/apps/ghostwriter.png
 share/icons/hicolor/16x16/apps/ghostwriter.png
 share/icons/hicolor/22x22/apps/ghostwriter.png

Reply via email to