1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

* update to 3.1

This commit is contained in:
Pete Fritchman 2004-11-08 01:26:44 +00:00
parent 9a7654c96d
commit 53b4992289
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=121097
4 changed files with 18 additions and 13 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= joe
PORTVERSION= 3.0
PORTVERSION= 3.1
PORTEPOCH= 1
CATEGORIES= editors
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}

View File

@ -1,2 +1,2 @@
MD5 (joe-3.0.tar.gz) = 05395f2f8566351d660c48390cf31dc6
SIZE (joe-3.0.tar.gz) = 310584
MD5 (joe-3.1.tar.gz) = 2a6ef018870fca9b7df85401994fb0e0
SIZE (joe-3.1.tar.gz) = 381201

View File

@ -1,10 +0,0 @@
--- types.h.orig Sun Dec 23 19:26:52 2001
+++ types.h Sun Dec 23 19:27:07 2001
@@ -163,6 +163,7 @@
int rdonly; /* Set for read-only */
int internal; /* Set for internal buffers */
int er; /* Error code when file was loaded */
+ int filehandle; /* File handle for locking */
};

View File

@ -4,6 +4,7 @@ bin/jpico
bin/jstar
bin/rjoe
bin/termidx
etc/joe/charmaps/klingon
@unexec if cmp -s %D/etc/joe/jmacsrc.dist %D/etc/joe/jmacsrc; then rm -f %D/etc/joe/jmacsrc; fi
etc/joe/jmacsrc.dist
@exec if [ ! -f %D/etc/joe/jmacsrc ]; then cp %D/etc/joe/%f %D/etc/joe/jmacsrc; fi
@ -19,16 +20,30 @@ etc/joe/jstarrc.dist
@unexec if cmp -s %D/etc/joe/rjoerc.dist %D/etc/joe/rjoerc; then rm -f %D/etc/joe/rjoerc; fi
etc/joe/rjoerc.dist
@exec if [ ! -f %D/etc/joe/rjoerc ]; then cp %D/etc/joe/%f %D/etc/joe/rjoerc; fi
etc/joe/syntax/asm.jsf
etc/joe/syntax/c.jsf
etc/joe/syntax/conf.jsf
etc/joe/syntax/csh.jsf
etc/joe/syntax/diff.jsf
etc/joe/syntax/fortran.jsf
etc/joe/syntax/html.jsf
etc/joe/syntax/java.jsf
etc/joe/syntax/lisp.jsf
etc/joe/syntax/mail.jsf
etc/joe/syntax/mason.jsf
etc/joe/syntax/pascal.jsf
etc/joe/syntax/perl.jsf
etc/joe/syntax/php.jsf
etc/joe/syntax/python.jsf
etc/joe/syntax/sh.jsf
etc/joe/syntax/tcl.jsf
etc/joe/syntax/verilog.jsf
etc/joe/syntax/vhdl.jsf
etc/joe/syntax/xml.jsf
%%PORTDOCS%%%%DOCSDIR%%/CommandList
%%PORTDOCS%%%%DOCSDIR%%/INFO
%%PORTDOCS%%%%DOCSDIR%%/README
%%PORTDOCS%%@dirrm %%DOCSDIR%%
@dirrm etc/joe/charmaps
@dirrm etc/joe/syntax
@dirrm etc/joe