Date: Sun, 9 Mar 2008 16:35:38 +0100 From: "Ronald Klop" <ronald@echteman.nl> To: "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org> Cc: ronald@echteman.nl Subject: ports/121536: [patch] Upgrade port devel/tijmp from 0.4 to 0.5. Message-ID: <1205076938.13530@guido.klop.ws> Resent-Message-ID: <200803091610.m29GA3TG090256@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 121536 >Category: ports >Synopsis: [patch] Upgrade port devel/tijmp from 0.4 to 0.5. >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: Sun Mar 09 16:10:03 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Ronald Klop >Release: FreeBSD 6.3-STABLE i386 >Organization: >Environment: System: FreeBSD 6.3-STABLE #3: Tue Jan 22 17:07:46 CET 2008 root@guido.klop.ws:/usr/obj/usr/src/sys/GUIDO >Description: Just a simple upgrade of the port. Changelog from the website: - Added a class inspection dialog. - Added a tree that shows all Strings. - Big code cleanup from ecj warnings. >How-To-Repeat: >Fix: --- tijmp.diff begins here --- diff -ruN /usr/ports/devel/tijmp/Makefile /usr/tmp/tijmp/Makefile --- /usr/ports/devel/tijmp/Makefile 2008-02-15 19:47:32.000000000 +0100 +++ /usr/tmp/tijmp/Makefile 2008-03-09 16:30:13.000000000 +0100 @@ -1,12 +1,13 @@ -# New ports collection makefile for: tijmp -# Date created: 8 October 2007 -# Whom: Ronald Klop <ronald@echteman.nl> +# New ports collection makefile for: tijmp +# Date created: 8 October 2007 +# Whom: Ronald Klop <ronald@echteman.nl> # # $FreeBSD: ports/devel/tijmp/Makefile,v 1.2 2008/02/15 18:47:32 miwi Exp $ # PORTNAME= tijmp -PORTVERSION= 0.4 +PORTVERSION= 0.5 +#DISTVERSIONSUFFIX= -pre3 CATEGORIES= devel java MASTER_SITES= http://www.khelekore.org/jmp/tijmp/ \ http://www.klop.ws/~ronald/software-mirrors/ @@ -40,7 +41,7 @@ .endif post-extract:: - @${SED} -i "" -e 's|share/java|${JAVAJARDIR:S,^${PREFIX}/,,}|' ${WRKSRC}/src/tijmp.c + @${SED} -i "" -e 's|/../share/java|${JAVAJARDIR}|' ${WRKSRC}/src/tijmp.c do-install:: @${ECHO_MSG} -n ">> Installing JAR as ${JAVAJARDIR}/${PORTNAME}.jar..." diff -ruN /usr/ports/devel/tijmp/distinfo /usr/tmp/tijmp/distinfo --- /usr/ports/devel/tijmp/distinfo 2007-12-19 19:09:06.000000000 +0100 +++ /usr/tmp/tijmp/distinfo 2008-03-09 16:21:05.000000000 +0100 @@ -1,3 +1,3 @@ -MD5 (tijmp-0.4.tar.gz) = 8eecd304f8bb221d94983dd674a880be -SHA256 (tijmp-0.4.tar.gz) = 083bce9602f71fca1eee3729fa1c89275f9a71c8ec78eee11714681663c22b8b -SIZE (tijmp-0.4.tar.gz) = 351355 +MD5 (tijmp-0.5.tar.gz) = 468fe6c921072d0898abb2c2bf1b0fc4 +SHA256 (tijmp-0.5.tar.gz) = 628e8b904edff6ab4a3f8014a8125e148f93b33ee8dc9aa468ad4f9039fe3f65 +SIZE (tijmp-0.5.tar.gz) = 365915 diff -ruN /usr/ports/devel/tijmp/pkg-descr /usr/tmp/tijmp/pkg-descr --- /usr/ports/devel/tijmp/pkg-descr 2007-12-19 19:09:06.000000000 +0100 +++ /usr/tmp/tijmp/pkg-descr 2007-10-28 19:52:15.000000000 +0100 @@ -15,6 +15,6 @@ TIJmp is distributed under the General Public License, GPL. Usage: -java -agentlib:tijmp <your-class> +java -Dtijmp.jar=%JAVAJARDIR%/tijmp.jar -agentlib:tijmp <your-class> WWW: http://khelekore.org/jmp/tijmp/ --- tijmp.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?1205076938.13530>