Hi,

Here's an update to the latest release. Changelog is available on SF
[0].

Quickly tested on amd64.

[0]: https://sourceforge.net/p/joe-editor/mercurial/ci/default/tree/NEWS.md

Cheers,
Daniel

Index: Makefile
===================================================================
RCS file: /cvs/ports/editors/joe/Makefile,v
retrieving revision 1.45
diff -u -p -r1.45 Makefile
--- Makefile    3 Oct 2015 17:58:07 -0000       1.45
+++ Makefile    25 Mar 2016 20:14:53 -0000
@@ -3,7 +3,7 @@
 
 COMMENT=               Joe's Own Editor
 
-DISTNAME=              joe-4.1
+DISTNAME=              joe-4.2
 CATEGORIES=            editors
 MASTER_SITES=          ${MASTER_SITE_SOURCEFORGE:=joe-editor/}
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/editors/joe/distinfo,v
retrieving revision 1.10
diff -u -p -r1.10 distinfo
--- distinfo    3 Oct 2015 17:58:07 -0000       1.10
+++ distinfo    25 Mar 2016 20:14:53 -0000
@@ -1,2 +1,2 @@
-SHA256 (joe-4.1.tar.gz) = gWIRsr2VH3kt42Aq/XTqS1FhL//dm8JKeAhmAFP+9ts=
-SIZE (joe-4.1.tar.gz) = 1292957
+SHA256 (joe-4.2.tar.gz) = vF2mS8VoOreyliozIUs1N+oX/2Uoo8YLoXA1njHoaXQ=
+SIZE (joe-4.2.tar.gz) = 1341048
Index: patches/patch-joe_main_c
===================================================================
RCS file: patches/patch-joe_main_c
diff -N patches/patch-joe_main_c
--- patches/patch-joe_main_c    3 Oct 2015 17:58:07 -0000       1.1
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,17 +0,0 @@
-$OpenBSD: patch-joe_main_c,v 1.1 2015/10/03 17:58:07 jca Exp $
-
-Committed upstream
-
-  
http://sourceforge.net/p/joe-editor/mercurial/ci/e26894707ac52a56d02c55af6e412d8fd96df94d/#diff-2
-
---- joe/main.c.orig    Mon Aug 31 04:59:43 2015
-+++ joe/main.c Sat Oct  3 18:09:12 2015
-@@ -211,7 +211,7 @@ int edloop(int flg)
-               }
- 
-               /* Restore modes */
--              if (maint->curwin->watom->what & TYPETW) {
-+              if (!leave && maint->curwin->watom->what & TYPETW) {
-                       bw = (BW *)maint->curwin->object;
- 
-                       if (auto_off) {
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/editors/joe/pkg/PLIST,v
retrieving revision 1.16
diff -u -p -r1.16 PLIST
--- pkg/PLIST   3 Oct 2015 17:58:07 -0000       1.16
+++ pkg/PLIST   25 Mar 2016 20:14:53 -0000
@@ -87,6 +87,8 @@ share/joe/syntax/debian.jsf
 @sample ${SYSCONFDIR}/joe/syntax/debian.jsf
 share/joe/syntax/diff.jsf
 @sample ${SYSCONFDIR}/joe/syntax/diff.jsf
+share/joe/syntax/dockerfile.jsf
+@sample ${SYSCONFDIR}/joe/syntax/dockerfile.jsf
 share/joe/syntax/elixir.jsf
 @sample ${SYSCONFDIR}/joe/syntax/elixir.jsf
 share/joe/syntax/erb.jsf

Reply via email to