ports/141912: Update port: editors/jedit to 4.3
Linh Pham
question+fbsdports at closedsrc.org
Wed Dec 23 03:30:02 UTC 2009
>Number: 141912
>Category: ports
>Synopsis: Update port: editors/jedit to 4.3
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Wed Dec 23 03:30:01 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator: Linh Pham
>Release: FreeBSD 6.4-RELEASE-p6 i386
>Organization:
>Environment:
System: FreeBSD dalek.internal.closedsrc.org 6.4-RELEASE-p6 FreeBSD 6.4-RELEASE-p6 #16: Tue Jul 28 21:59:42 PDT 2009 root at dalek.internal.closedsrc.org:/usr/obj/usr/src/sys/DC7700-SMP i386
>Description:
>How-To-Repeat:
>Fix:
Update editors/jedit to 4.3. Not sure of protocol in re: editors/jedit-devel as 4.3 is now stable and not sure when the next devel version of jEdit will be released.
--- jedit-4.3.diff begins here ---
diff -ruN /usr/ports/editors/jedit/Makefile jedit/Makefile
--- /usr/ports/editors/jedit/Makefile 2008-06-09 07:33:56.000000000 -0700
+++ jedit/Makefile 2009-12-22 19:21:21.000000000 -0800
@@ -6,11 +6,11 @@
#
PORTNAME= jedit
-PORTVERSION= 4.2
-PORTREVISION= 3
+PORTVERSION= 4.3
+PORTEPOCH= 1
CATEGORIES= editors java
MASTER_SITES= SF
-DISTNAME= ${PORTNAME}${PORTVERSION:S/.//g}install
+DISTNAME= ${PORTNAME}${PORTVERSION}install
EXTRACT_SUFX= .jar
EXTRACT_ONLY=
@@ -19,10 +19,12 @@
RUN_DEPENDS= java:${PORTSDIR}/java/javavmwrapper
-CONFLICTS= jedit-4.3*
+CONFLICTS= jedit-4.2* \
+ jedit-4.3.p*
+NO_LATEST_LINK= yes
USE_JAVA= yes
-JAVA_VERSION= 1.3+
+JAVA_VERSION= 1.5+
USE_XORG= x11
NO_BUILD= yes
@@ -46,6 +48,5 @@
${SED} 's,^${PREFIX}/,,' >> ${TMPPLIST}
@${FIND} ${DATADIR} -type d | ${SORT} -r | \
${SED} 's,^${PREFIX}/, at dirrm ,' >> ${TMPPLIST}
- @${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>
diff -ruN /usr/ports/editors/jedit/distinfo jedit/distinfo
--- /usr/ports/editors/jedit/distinfo 2005-11-13 13:20:46.000000000 -0800
+++ jedit/distinfo 2009-12-22 19:19:16.000000000 -0800
@@ -1,3 +1,3 @@
-MD5 (jedit42install.jar) = 4d3f709778d619ccf9fc2d56b60b7cb9
-SHA256 (jedit42install.jar) = 5a48dec0997bb67cfa1f626f6c8cb945ec1d6a8ff592850e8589d67a4fa9bfca
-SIZE (jedit42install.jar) = 2072958
+MD5 (jedit4.3install.jar) = 0b84a3f735e025c8909e9a63c291b7c3
+SHA256 (jedit4.3install.jar) = 2141e008915ce08a4fe1f1b6543840b7ae277d4cc9dd21ed444707e3285d1534
+SIZE (jedit4.3install.jar) = 2770850
diff -ruN /usr/ports/editors/jedit/files/jedit.sh.in jedit/files/jedit.sh.in
--- /usr/ports/editors/jedit/files/jedit.sh.in 2005-01-28 16:01:49.000000000 -0800
+++ jedit/files/jedit.sh.in 2009-12-22 19:17:37.000000000 -0800
@@ -4,4 +4,4 @@
# Java heap size, in megabytes
JAVA_HEAP_SIZE=32
-JAVA_VERSION="1.3+" "%%LOCALBASE%%/bin/java" -mx${JAVA_HEAP_SIZE}m ${JEDIT} -jar "%%DATADIR%%/jedit.jar" "$@"
+JAVA_VERSION="1.5+" "%%LOCALBASE%%/bin/java" -mx${JAVA_HEAP_SIZE}m ${JEDIT} -jar "%%DATADIR%%/jedit.jar" "$@"
diff -ruN /usr/ports/editors/jedit/pkg-message jedit/pkg-message
--- /usr/ports/editors/jedit/pkg-message 2005-01-28 16:01:49.000000000 -0800
+++ jedit/pkg-message 1969-12-31 16:00:00.000000000 -0800
@@ -1,8 +0,0 @@
-
-******************************************************
-
-In order to use the optional SFTP plug-in for jEdit,
-you will need to have Java JDK version 1.4 or newer
-installed.
-
-******************************************************
--- jedit-4.3.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list