On 11/04/17 14:20, Frederic Cambus wrote:
Hi ports@,
Here is a diff to update joe to 4.5.
Comments? OK?
One nit.
Index: Makefile
===================================================================
RCS file: /cvs/ports/editors/joe/Makefile,v
retrieving revision 1.49
diff -u -p -r1.49 Makefile
--- Makefile 1 Jun 2017 14:18:06 -0000 1.49
+++ Makefile 4 Nov 2017 17:43:59 -0000
@@ -2,8 +2,7 @@
COMMENT= Joe's Own Editor
-DISTNAME = joe-4.4
-REVISION = 0
+DISTNAME= joe-4.5
CATEGORIES= editors
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=joe-editor/}
@@ -14,7 +13,7 @@ PERMIT_PACKAGE_CDROM= Yes
WANTLIB= c ncurses m util
-BUILD_DEPENDS = converters/libiconv
+BUILD_DEPENDS= converters/libiconv
CONFIGURE_STYLE= gnu
Index: distinfo
===================================================================
RCS file: /cvs/ports/editors/joe/distinfo,v
retrieving revision 1.13
diff -u -p -r1.13 distinfo
--- distinfo 11 May 2017 14:01:57 -0000 1.13
+++ distinfo 4 Nov 2017 17:43:59 -0000
@@ -1,2 +1,2 @@
-SHA256 (joe-4.4.tar.gz) = pXBIKLvKKay54gBBT+9SLGbN+c4oFQ9ALWdn2kNGCXk=
-SIZE (joe-4.4.tar.gz) = 1350062
+SHA256 (joe-4.5.tar.gz) = URBKo02GUL4/pJ8iBGcqUXaIyebsR+aPHqhd6I42yt8=
+SIZE (joe-4.5.tar.gz) = 1275486
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/editors/joe/pkg/PLIST,v
retrieving revision 1.18
diff -u -p -r1.18 PLIST
--- pkg/PLIST 1 Nov 2016 21:07:25 -0000 1.18
+++ pkg/PLIST 4 Nov 2017 17:43:59 -0000
@@ -40,6 +40,16 @@ share/examples/joe/shell.sh
share/joe/
share/joe/charmaps/
share/joe/charmaps/klingon
+share/joe/colors/
+share/joe/colors/default.jcf
+share/joe/colors/gruvbox.jcf
+share/joe/colors/ir_black.jcf
+share/joe/colors/molokai.jcf
+share/joe/colors/solarized.jcf
+share/joe/colors/wombat.jcf
+share/joe/colors/xoria.jcf
+share/joe/colors/zenburn-hc.jcf
+share/joe/colors/zenburn.jcf
share/joe/lang/
@sample ${SYSCONFDIR}/joe/lang/
share/joe/lang/de.po
@@ -121,6 +131,7 @@ share/joe/syntax/iptables.jsf
@sample ${SYSCONFDIR}/joe/syntax/iptables.jsf
share/joe/syntax/java.jsf
@sample ${SYSCONFDIR}/joe/syntax/java.jsf
+share/joe/syntax/jcf.jsf
Missing the @sample line for this.
Otherwise ok.
~Brian
share/joe/syntax/joerc.jsf
@sample ${SYSCONFDIR}/joe/syntax/joerc.jsf
share/joe/syntax/js.jsf