Date: Tue, 24 Mar 2015 16:19:17 +0000 (UTC) From: Mikhail Teterin <mi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r382116 - in head/editors/joe: . files Message-ID: <201503241619.t2OGJH0Q052577@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mi Date: Tue Mar 24 16:19:16 2015 New Revision: 382116 URL: https://svnweb.freebsd.org/changeset/ports/382116 QAT: https://qat.redports.org/buildarchive/r382116/ Log: Upgrade from 3.7 to 4.0. Deleted: head/editors/joe/files/patch-main.c Modified: head/editors/joe/Makefile head/editors/joe/distinfo head/editors/joe/files/patch-tty.c Modified: head/editors/joe/Makefile ============================================================================== --- head/editors/joe/Makefile Tue Mar 24 16:13:07 2015 (r382115) +++ head/editors/joe/Makefile Tue Mar 24 16:19:16 2015 (r382116) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= joe -PORTVERSION= 3.7 -PORTREVISION= 2 +PORTVERSION= 4.0 PORTEPOCH= 1 CATEGORIES?= editors MASTER_SITES= SF/joe-editor/JOE%20sources/joe-${PORTVERSION} @@ -11,7 +10,7 @@ MASTER_SITES= SF/joe-editor/JOE%20source MAINTAINER= ports@FreeBSD.org COMMENT= Joe's Own Editor -LICENSE= GPLv1 +LICENSE= GPLv2 BUILD_DEPENDS= aspell:${PORTSDIR}/textproc/aspell RUN_DEPENDS= aspell:${PORTSDIR}/textproc/aspell Modified: head/editors/joe/distinfo ============================================================================== --- head/editors/joe/distinfo Tue Mar 24 16:13:07 2015 (r382115) +++ head/editors/joe/distinfo Tue Mar 24 16:19:16 2015 (r382116) @@ -1,2 +1,2 @@ -SHA256 (joe-3.7.tar.gz) = cae456e1ad5a8c1d3c94920a3416c2347277739b260e3494d3bc0f2b9b73106f -SIZE (joe-3.7.tar.gz) = 696036 +SHA256 (joe-4.0.tar.gz) = c556adff77fd97bf1b86198de6cb82e0b92cda18579c4fef6c83b608d2ed2915 +SIZE (joe-4.0.tar.gz) = 838783 Modified: head/editors/joe/files/patch-tty.c ============================================================================== --- head/editors/joe/files/patch-tty.c Tue Mar 24 16:13:07 2015 (r382115) +++ head/editors/joe/files/patch-tty.c Tue Mar 24 16:19:16 2015 (r382116) @@ -1,5 +1,5 @@ ---- tty.c.orig Fri Mar 18 10:40:11 2005 -+++ tty.c Fri May 6 16:58:38 2005 +--- joe/tty.c Fri Mar 18 10:40:11 2005 ++++ joe/tty.c Fri May 6 16:58:38 2005 @@ -1074,8 +1074,10 @@ setsid(); /* I think you do setprgp(0,0) on systems with no setsid() */ #ifndef SETPGRP_VOID
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201503241619.t2OGJH0Q052577>