From owner-svn-ports-head@freebsd.org Sun Oct 8 10:18:01 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 73F89E3060C; Sun, 8 Oct 2017 10:18:01 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C1BB0828EF; Sun, 8 Oct 2017 10:18:00 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v98AHxqd010593; Sun, 8 Oct 2017 10:17:59 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v98AHxTg010590; Sun, 8 Oct 2017 10:17:59 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201710081017.v98AHxTg010590@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Sun, 8 Oct 2017 10:17:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451518 - in head/editors/joe: . files X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: in head/editors/joe: . files X-SVN-Commit-Revision: 451518 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Oct 2017 10:18:01 -0000 Author: tobik Date: Sun Oct 8 10:17:59 2017 New Revision: 451518 URL: https://svnweb.freebsd.org/changeset/ports/451518 Log: editors/joe: Update to 4.5 While here - Add missing LICENSE_FILE - Switch to options helpers - USES=localbase - Delete configure patch and set aspell directly via CONFIGURE_ENV - Drop obsolete patch-tty.c. setpgrp() always takes two arguments on supported FreeBSD releases and SETPGRP_VOID should always be undefined. Changes: https://sourceforge.net/p/joe-editor/mercurial/ci/default/tree/NEWS.md PR: 222565 Approved by: juergen.gotteswinter@googlemail.com (maintainer timeout, 2 weeks) Deleted: head/editors/joe/files/ Modified: head/editors/joe/Makefile head/editors/joe/distinfo head/editors/joe/pkg-plist Modified: head/editors/joe/Makefile ============================================================================== --- head/editors/joe/Makefile Sun Oct 8 09:59:29 2017 (r451517) +++ head/editors/joe/Makefile Sun Oct 8 10:17:59 2017 (r451518) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= joe -PORTVERSION= 4.2 -PORTREVISION= 1 +PORTVERSION= 4.5 PORTEPOCH= 1 CATEGORIES?= editors MASTER_SITES= SF/joe-editor/JOE%20sources/joe-${PORTVERSION} @@ -12,31 +11,27 @@ MAINTAINER= juergen.gotteswinter@googlemail.com COMMENT= Joe's Own Editor LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING - -OPTIONS_DEFINE= ASPELL DOCS - CONFLICTS= joe-2.* -USES= gmake iconv ncurses +USES= gmake iconv localbase ncurses GNU_CONFIGURE= yes -CPPFLAGS+= -I${LOCALBASE}/include -LIBS+= -L${LOCALBASE}/lib ${ICONV_LIB} +CONFIGURE_ENV= SPELL=aspell +LIBS+= ${ICONV_LIB} ALL_TARGET= ${PORTNAME} -.include +OPTIONS_DEFINE= ASPELL DOCS -.if ${PORT_OPTIONS:MASPELL} -RUN_DEPENDS= aspell:textproc/aspell -.endif +ASPELL_RUN_DEPENDS= aspell:textproc/aspell post-patch: ${REINPLACE_CMD} -e 's|docs/README.old docs/man.md ||' ${WRKSRC}/Makefile.in post-install: - for rc in jmacsrc joerc jpicorc jstarrc rjoerc; do \ - ${MV} ${STAGEDIR}${ETCDIR}/$${rc} ${STAGEDIR}${ETCDIR}/$${rc}.sample ; \ - done +.for rc in ftyperc jmacsrc joerc jpicorc jstarrc rjoerc + ${MV} ${STAGEDIR}${ETCDIR}/${rc} ${STAGEDIR}${ETCDIR}/${rc}.sample +.endfor .include Modified: head/editors/joe/distinfo ============================================================================== --- head/editors/joe/distinfo Sun Oct 8 09:59:29 2017 (r451517) +++ head/editors/joe/distinfo Sun Oct 8 10:17:59 2017 (r451518) @@ -1,2 +1,3 @@ -SHA256 (joe-4.2.tar.gz) = bc5da64bc5683ab7b2962a33214b3537ea17ff6528a3c60ba170359e31e86974 -SIZE (joe-4.2.tar.gz) = 1341048 +TIMESTAMP = 1506265626 +SHA256 (joe-4.5.tar.gz) = 51104aa34d8650be3fa49f2204672a517688c9e6ec47e68f1ea85de88e36cadf +SIZE (joe-4.5.tar.gz) = 1275486 Modified: head/editors/joe/pkg-plist ============================================================================== --- head/editors/joe/pkg-plist Sun Oct 8 09:59:29 2017 (r451517) +++ head/editors/joe/pkg-plist Sun Oct 8 10:17:59 2017 (r451518) @@ -3,26 +3,37 @@ bin/joe bin/jpico bin/jstar bin/rjoe -%%PORTDOCS%%%%DOCSDIR%%/ChangeLog -%%PORTDOCS%%%%DOCSDIR%%/hacking.md -%%PORTDOCS%%%%DOCSDIR%%/NEWS.md -%%PORTDOCS%%%%DOCSDIR%%/README.md -%%ETCDIR%%/ftyperc +@sample %%ETCDIR%%/ftyperc.sample %%ETCDIR%%/jicerc.ru @sample %%ETCDIR%%/jmacsrc.sample @sample %%ETCDIR%%/joerc.sample +%%ETCDIR%%/joerc.zh_TW @sample %%ETCDIR%%/jpicorc.sample @sample %%ETCDIR%%/jstarrc.sample @sample %%ETCDIR%%/rjoerc.sample %%ETCDIR%%/shell.csh %%ETCDIR%%/shell.sh -%%ETCDIR%%/joerc.zh_TW +man/man1/joe.1.gz +man/ru/man1/joe.1.gz +%%PORTDOCS%%%%DOCSDIR%%/ChangeLog +%%PORTDOCS%%%%DOCSDIR%%/NEWS.md +%%PORTDOCS%%%%DOCSDIR%%/README.md +%%PORTDOCS%%%%DOCSDIR%%/hacking.md %%DATADIR%%/charmaps/klingon +%%DATADIR%%/colors/default.jcf +%%DATADIR%%/colors/gruvbox.jcf +%%DATADIR%%/colors/ir_black.jcf +%%DATADIR%%/colors/molokai.jcf +%%DATADIR%%/colors/solarized.jcf +%%DATADIR%%/colors/wombat.jcf +%%DATADIR%%/colors/xoria.jcf +%%DATADIR%%/colors/zenburn-hc.jcf +%%DATADIR%%/colors/zenburn.jcf %%DATADIR%%/lang/de.po %%DATADIR%%/lang/fr.po %%DATADIR%%/lang/ru.po %%DATADIR%%/lang/uk.po -%%DATADIR%%/lang/zh.po +%%DATADIR%%/lang/zh_TW.po %%DATADIR%%/syntax/4gl.jsf %%DATADIR%%/syntax/ada.jsf %%DATADIR%%/syntax/ant.jsf @@ -36,6 +47,7 @@ bin/rjoe %%DATADIR%%/syntax/coffee.jsf %%DATADIR%%/syntax/comment_todo.jsf %%DATADIR%%/syntax/conf.jsf +%%DATADIR%%/syntax/context.jsf %%DATADIR%%/syntax/csh.jsf %%DATADIR%%/syntax/csharp.jsf %%DATADIR%%/syntax/css.jsf @@ -58,6 +70,7 @@ bin/rjoe %%DATADIR%%/syntax/ini.jsf %%DATADIR%%/syntax/iptables.jsf %%DATADIR%%/syntax/java.jsf +%%DATADIR%%/syntax/jcf.jsf %%DATADIR%%/syntax/joerc.jsf %%DATADIR%%/syntax/js.jsf %%DATADIR%%/syntax/jsf.jsf @@ -102,5 +115,3 @@ bin/rjoe %%DATADIR%%/syntax/whitespace.jsf %%DATADIR%%/syntax/xml.jsf %%DATADIR%%/syntax/yaml.jsf -man/man1/joe.1.gz -man/ru/man1/joe.1.gz