Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 May 2026 00:36:47 +0000
From:      Kousuke Kannagi <mce@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: f724b00b1bf2 - 2026Q2 - editors/joe: Update to 4.8
Message-ID:  <69ffd31f.42bcc.764cc9a5@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch 2026Q2 has been updated by mce:

URL: https://cgit.FreeBSD.org/ports/commit/?id=f724b00b1bf27db4605258801fbe8f21a537178a

commit f724b00b1bf27db4605258801fbe8f21a537178a
Author:     Kousuke Kannagi <mce@FreeBSD.org>
AuthorDate: 2026-05-08 11:15:19 +0000
Commit:     Kousuke Kannagi <mce@FreeBSD.org>
CommitDate: 2026-05-10 00:33:54 +0000

    editors/joe: Update to 4.8
    
    Take maintainership.
    Remove USES=localbase and unnecessary LIBS+=.
    
    https://raw.githubusercontent.com/joe-editor/joe/refs/tags/releases/joe-4.8/NEWS.md
    
    PR:             294689
    Approved by:    Juergen Gotteswinter <juergen.gotteswinter@googlemail.com>
                    (former maintainer, multiple consecutive timeouts)
    Approved by:    fluffy (mentor)
    MFH:            2026Q2
    
    (cherry picked from commit 6e9e9d18007c6a0ba0c069c96ba9d0b00021902e)
---
 editors/joe/Makefile  | 15 ++++++---------
 editors/joe/distinfo  |  6 +++---
 editors/joe/pkg-plist |  3 +++
 3 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/editors/joe/Makefile b/editors/joe/Makefile
index 4b12423cb952..936aa940b958 100644
--- a/editors/joe/Makefile
+++ b/editors/joe/Makefile
@@ -1,27 +1,24 @@
 PORTNAME=	joe
-PORTVERSION=	4.6
-PORTREVISION=	1
+DISTVERSION=	4.8
 PORTEPOCH=	1
 CATEGORIES?=	editors
-MASTER_SITES=	SF/joe-editor/JOE%20sources/joe-${PORTVERSION}
+MASTER_SITES=	SF/joe-editor/JOE%20sources/joe-${DISTVERSION}
 
-MAINTAINER=	juergen.gotteswinter@googlemail.com
+MAINTAINER=	mce@FreeBSD.org
 COMMENT=	Joe's Own Editor
 WWW=		https://sourceforge.net/projects/joe-editor/
 
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-CONFLICTS=	jupp
-
-USES=		gmake iconv localbase ncurses
+USES=		desktop-file-utils gmake iconv ncurses
 GNU_CONFIGURE=	yes
-GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
 CONFIGURE_ENV=	SPELL=aspell
-LIBS+=		${ICONV_LIB}
 
 ALL_TARGET=	${PORTNAME}
 
+CONFLICTS=	jupp
+
 OPTIONS_DEFINE=	ASPELL DOCS
 
 ASPELL_RUN_DEPENDS=	aspell:textproc/aspell
diff --git a/editors/joe/distinfo b/editors/joe/distinfo
index 4098e6cdee99..2cef0c6c84ce 100644
--- a/editors/joe/distinfo
+++ b/editors/joe/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1530973556
-SHA256 (joe-4.6.tar.gz) = 495a0a61f26404070fe8a719d80406dc7f337623788e445b92a9f6de512ab9de
-SIZE (joe-4.6.tar.gz) = 1895046
+TIMESTAMP = 1777143268
+SHA256 (joe-4.8.tar.gz) = 6995b28ee20dcdbbcb5a45a4c110642dc96d67748aea27450c74cdb4dd07cc20
+SIZE (joe-4.8.tar.gz) = 1973683
diff --git a/editors/joe/pkg-plist b/editors/joe/pkg-plist
index 55a754edc1a6..267b21a89e35 100644
--- a/editors/joe/pkg-plist
+++ b/editors/joe/pkg-plist
@@ -46,6 +46,7 @@ share/applications/jstar.desktop
 %%DATADIR%%/syntax/awk.jsf
 %%DATADIR%%/syntax/batch.jsf
 %%DATADIR%%/syntax/c.jsf
+%%DATADIR%%/syntax/classic_pascal.jsf
 %%DATADIR%%/syntax/clojure.jsf
 %%DATADIR%%/syntax/cobol.jsf
 %%DATADIR%%/syntax/coffee.jsf
@@ -57,6 +58,7 @@ share/applications/jstar.desktop
 %%DATADIR%%/syntax/css.jsf
 %%DATADIR%%/syntax/d.jsf
 %%DATADIR%%/syntax/debian.jsf
+%%DATADIR%%/syntax/debian_changelog.jsf
 %%DATADIR%%/syntax/diff.jsf
 %%DATADIR%%/syntax/dockerfile.jsf
 %%DATADIR%%/syntax/elixir.jsf
@@ -110,6 +112,7 @@ share/applications/jstar.desktop
 %%DATADIR%%/syntax/spec.jsf
 %%DATADIR%%/syntax/sql.jsf
 %%DATADIR%%/syntax/swift.jsf
+%%DATADIR%%/syntax/systemverilog.jsf
 %%DATADIR%%/syntax/tcl.jsf
 %%DATADIR%%/syntax/tex.jsf
 %%DATADIR%%/syntax/troff.jsf


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69ffd31f.42bcc.764cc9a5>