ports/101076: [PATCH] editors/joe: update to 3.5

chinsan chinsan.tw at gmail.com
Mon Jul 31 04:40:13 UTC 2006


>Number:         101076
>Category:       ports
>Synopsis:       [PATCH] editors/joe: update to 3.5
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jul 31 04:40:11 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     chinsan
>Release:        FreeBSD 6.1-STABLE i386
>Organization:
Taiwan
>Environment:
System: FreeBSD BSD6.giga.hgc.com.tw 6.1-STABLE FreeBSD 6.1-STABLE #5: Mon Jul 17 09:30:36 CST 2006
>Description:
- Update to 3.5

Port maintainer (toasty at dragondata.com) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- joe-3.5,1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/editors/joe/Makefile /usr/home/chinsan/project/joe/Makefile
--- /usr/ports/editors/joe/Makefile	Wed Nov  9 21:50:16 2005
+++ /usr/home/chinsan/project/joe/Makefile	Mon Jul 31 12:17:52 2006
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	joe
-PORTVERSION=	3.3
+PORTVERSION=	3.5
 PORTEPOCH=	1
 CATEGORIES+=	editors
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
@@ -30,6 +30,8 @@
 
 ALL_TARGET=	${PORTNAME}
 MAN1=		${PORTNAME}.1
+
+MANLANG=	"" ru
 
 .include <bsd.port.pre.mk>
 
diff -ruN --exclude=CVS /usr/ports/editors/joe/distinfo /usr/home/chinsan/project/joe/distinfo
--- /usr/ports/editors/joe/distinfo	Sun Jan 22 16:34:42 2006
+++ /usr/home/chinsan/project/joe/distinfo	Mon Jul 31 11:21:59 2006
@@ -1,3 +1,3 @@
-MD5 (joe-3.3.tar.gz) = 02221716679c039c5da00c275d61dbf4
-SHA256 (joe-3.3.tar.gz) = 80d13c552488c3bcf7d8ae1d71a94a17bea5935e9a23925b02e664252d293c39
-SIZE (joe-3.3.tar.gz) = 478218
+MD5 (joe-3.5.tar.gz) = 9bdffecce7ef910feaa06452d48843de
+SHA256 (joe-3.5.tar.gz) = a295f1c5e0cb0f0ae0446c419a248517cb04ae1881f982964a7a7595cde9f2e6
+SIZE (joe-3.5.tar.gz) = 613815
diff -ruN --exclude=CVS /usr/ports/editors/joe/pkg-plist /usr/home/chinsan/project/joe/pkg-plist
--- /usr/ports/editors/joe/pkg-plist	Sun Jan 22 09:50:16 2006
+++ /usr/home/chinsan/project/joe/pkg-plist	Mon Jul 31 12:05:05 2006
@@ -5,6 +5,14 @@
 bin/rjoe
 bin/termidx
 etc/joe/charmaps/klingon
+etc/joe/doc/ChangeLog
+etc/joe/doc/HACKING
+etc/joe/doc/HINTS
+etc/joe/doc/LIST
+etc/joe/doc/NEWS
+etc/joe/doc/README
+etc/joe/ftyperc
+etc/joe/jicerc.ru
 @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
@@ -20,6 +28,9 @@
 @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/lang/de.po
+etc/joe/lang/fr.po
+etc/joe/lang/ru.po
 etc/joe/syntax/4gl.jsf
 etc/joe/syntax/ada.jsf
 etc/joe/syntax/asm.jsf
@@ -31,9 +42,13 @@
 etc/joe/syntax/css.jsf
 etc/joe/syntax/diff.jsf
 etc/joe/syntax/fortran.jsf
+etc/joe/syntax/haskell.jsf
 etc/joe/syntax/html.jsf
 etc/joe/syntax/java.jsf
+etc/joe/syntax/joerc.jsf
 etc/joe/syntax/lisp.jsf
+etc/joe/syntax/lua.jsf
+etc/joe/syntax/m4.jsf
 etc/joe/syntax/mail.jsf
 etc/joe/syntax/mason.jsf
 etc/joe/syntax/ocaml.jsf
@@ -42,22 +57,23 @@
 etc/joe/syntax/php.jsf
 etc/joe/syntax/ps.jsf
 etc/joe/syntax/python.jsf
+etc/joe/syntax/rexx.jsf
+etc/joe/syntax/ruby.jsf
 etc/joe/syntax/sed.jsf
 etc/joe/syntax/sh.jsf
+etc/joe/syntax/skill.jsf
 etc/joe/syntax/sml.jsf
 etc/joe/syntax/sql.jsf
 etc/joe/syntax/tcl.jsf
 etc/joe/syntax/tex.jsf
+etc/joe/syntax/troff.jsf
 etc/joe/syntax/verilog.jsf
 etc/joe/syntax/vhdl.jsf
 etc/joe/syntax/xml.jsf
-etc/joe/doc/ChangeLog
-etc/joe/doc/LIST
-etc/joe/doc/HACKING
-etc/joe/doc/HINTS
-etc/joe/doc/NEWS
-etc/joe/doc/README
- at dirrmtry etc/joe/doc
+ at dirrmtry man/ru/man1
+ at dirrmtry man/ru
 @dirrmtry etc/joe/charmaps
+ at dirrmtry etc/joe/doc
+ at dirrmtry etc/joe/lang
 @dirrmtry etc/joe/syntax
 @dirrmtry etc/joe
--- joe-3.5,1.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list