svn commit: r382116 - in head/editors/joe: . files
Mikhail Teterin
mi at FreeBSD.org
Tue Mar 24 16:19:18 UTC 2015
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 at 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
More information about the svn-ports-all
mailing list