View | Details | Raw Unified | Return to bug 96989 | Differences between
and this patch

Collapse All | Expand All

(-)jmp/Makefile (-3 / +8 lines)
Lines 9-10 Link Here
9
PORTVERSION=	0.49
9
PORTVERSION=	0.50.1
10
PORTREVISION=	1
Line 62 Link Here
62
.include <bsd.port.mk>
61
.include <bsd.port.pre.mk>
62
63
.if ${OSVERSION} < 500000
64
BROKEN=	"Does not build on FreeBSD < 5.x"
65
.endif
66
67
.include <bsd.port.post.mk>
(-)jmp/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (jmp-0.49.tar.gz) = c79904c75bd74e7943be3f8f1c7768ee
1
MD5 (jmp-0.50.1.tar.gz) = 9b2e1f0ed1bf32920166d00475c20bf2
2
SHA256 (jmp-0.49.tar.gz) = b3a7897f453772ed78e53aaece115b4b67e89303b366086e02c6e241552fceb1
2
SHA256 (jmp-0.50.1.tar.gz) = 0349367cb5de07cd468b87263d634afaccc46a273059d57942a6a540f2806047
3
SIZE (jmp-0.49.tar.gz) = 628499
3
SIZE (jmp-0.50.1.tar.gz) = 628777
(-)jmp/files/patch-Makefile.in (-3 / +3 lines)
Lines 3-5 Link Here
3
--- Makefile.in.orig	Sat Oct 29 21:48:51 2005
3
--- Makefile.in.orig	Mon May  8 20:06:38 2006
4
+++ Makefile.in	Mon Nov 21 01:20:51 2005
4
+++ Makefile.in	Mon May  8 20:07:16 2006
5
@@ -332 +332 @@
5
@@ -1044 +1044 @@
(-)jmp/files/patch-ui_gtk.c (-9 lines)
Lines 1-9 Link Here
1
$FreeBSD: ports/java/jmp/files/patch-ui_gtk.c,v 1.1 2006/02/13 12:12:16 lawrance Exp $
2
3
--- ui_gtk.c.orig	Sun Feb 12 22:53:25 2006
4
+++ ui_gtk.c	Sun Feb 12 22:52:09 2006
5
@@ -307,0 +308 @@
6
+		GtkWidget *w;
7
@@ -309 +310 @@
8
-		GtkWidget *w = 
9
+		w = 

Return to bug 96989