Skip site navigation (1)Skip section navigation (2)
Date:      Fri,  4 Aug 2006 12:02:17 -0700 (PDT)
From:      Linh Pham <question+fbsdports@closedsrc.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/101370: Update port: editors/jedit-devel to 4.3p6
Message-ID:  <20060804190217.BDE2145021@q.closedsrc.org>
Resent-Message-ID: <200608041910.k74JAEk1046090@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         101370
>Category:       ports
>Synopsis:       Update port: editors/jedit-devel to 4.3p6
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Aug 04 19:10:14 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Linh Pham
>Release:        FreeBSD 6.1-RELEASE-p2 i386
>Organization:
>Environment:
System: FreeBSD q.internal.closedsrc.org 6.1-RELEASE-p2 FreeBSD 6.1-RELEASE-p2 #10: Mon Jun 19 16:12:03 PDT 2006 question@q.internal.closedsrc.org:/usr/obj/usr/src/sys/Q i386
>Description:
Update editors/jedit-devel to 4.3p6, which now requires Java 1.5+ to be
used (versus Java 1.4+ in previous development versions). I've included
a diff against the current version of ports/UPDATING that includes the
Java requirement change.

The jEdit maintainers have also changed the jar-ball for 4.3p5, so the
current version of editors/jedit-devel is BROKEN; the port update to
4.3p6 fixes that.
>How-To-Repeat:
>Fix:

--- jedit-devel-4.3.p6.diff begins here ---
diff -ruN /usr/ports/editors/jedit-devel/Makefile ./jedit-devel/Makefile
--- /usr/ports/editors/jedit-devel/Makefile	Fri Jul  7 09:55:38 2006
+++ ./jedit-devel/Makefile	Fri Aug  4 10:49:22 2006
@@ -6,11 +6,11 @@
 #
 
 PORTNAME=	jedit
-PORTVERSION=	4.3.p5
+PORTVERSION=	4.3.p6
 CATEGORIES=	editors java
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
-DISTNAME=	${PORTNAME:S/e/E/}${PORTVERSION:S/.p/pre/}install1
+DISTNAME=	${PORTNAME:S/e/E/}${PORTVERSION:S/.p/pre/}install
 EXTRACT_SUFX=	.jar
 EXTRACT_ONLY=
 
@@ -20,7 +20,7 @@
 RUN_DEPENDS=	java:${PORTSDIR}/java/javavmwrapper
 
 USE_JAVA=	yes
-JAVA_VERSION=	1.4+
+JAVA_VERSION=	1.5+
 
 CONFLICTS=	jedit-4.2*
 NO_LATEST_LINK=	yes
diff -ruN /usr/ports/editors/jedit-devel/distinfo ./jedit-devel/distinfo
--- /usr/ports/editors/jedit-devel/distinfo	Fri Jul  7 09:55:38 2006
+++ ./jedit-devel/distinfo	Fri Aug  4 10:50:03 2006
@@ -1,3 +1,3 @@
-MD5 (jEdit4.3pre5install1.jar) = 50a755e987d17f9576458977bcabb97c
-SHA256 (jEdit4.3pre5install1.jar) = 128e1df7efc2594114f8bba0a4bb9c0c7098306fd7cc32ded53c82b9bbd6f0f2
-SIZE (jEdit4.3pre5install1.jar) = 7414037
+MD5 (jEdit4.3pre6install.jar) = c50ace734e04a8e22e1877d797fb7491
+SHA256 (jEdit4.3pre6install.jar) = 6917d60897f29e80aa3f6ad6d02ed9453d9650e89a0de4485e0d2d75735a2766
+SIZE (jEdit4.3pre6install.jar) = 2123494
--- jedit-devel-4.3.p6.diff ends here ---

--- jedit-devel-4.3.p6_UPDATING.diff begins here ---
--- UPDATING.orig	Fri Aug  4 11:51:45 2006
+++ UPDATING	Fri Aug  4 11:56:34 2006
@@ -6,6 +6,14 @@
 time you update your ports collection, before attempting any port
 upgrades.
 
+20060804:
+  AFFECTS: users of editors/jedit-devel
+  AUTHOR: question+fbsdports@closedsrc.org
+
+  Starting with jEdit 4.3pre6, jedit-devel now requires Java 1.5+ to be
+  installed due to new features and classes used by the package. If you
+  cannot install or use Java 1.5, you will need to stay with jEdit 4.2.
+
 20060802:
   AFFECTS: users of www/linux-opera
   AUTHOR: mezz@FreeBSD.org
--- jedit-devel-4.3.p6_UPDATING.diff ends here ---


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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060804190217.BDE2145021>