From 5b2af2ee0e659d0c68d505eb82c710856223c17b Mon Sep 17 00:00:00 2001 From: Thierry Thomas Date: Sun, 8 May 2005 19:18:55 +0000 Subject: Fix size mismatch. According to the submitter: It looks like IBM released an updated version of the NetRexx 2.05 zip file on Jan 14 2005, which includes modifications to the documentation, NetRexx[RC].jar files and the pinger and tablet zip (sample?) files. I could not find a CHANGELOG file nor the mailing list archives that would have provided info into the exact changes made without a version or revision number bump. PR: ports/80716 Submitted by: Linh Pham --- java/netrexx/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'java/netrexx/Makefile') diff --git a/java/netrexx/Makefile b/java/netrexx/Makefile index 222386437110..3143815c4cd4 100644 --- a/java/netrexx/Makefile +++ b/java/netrexx/Makefile @@ -7,6 +7,7 @@ PORTNAME= NetRexx PORTVERSION= 2.05 +PORTREVISION= 1 CATEGORIES= java lang MASTER_SITES= http://www-306.ibm.com/software/awdtools/netrexx/ DISTNAME= NetRexx @@ -14,8 +15,6 @@ DISTNAME= NetRexx MAINTAINER= ports@FreeBSD.org COMMENT= Human-oriented programming language for writing/using Java classes -BROKEN= Size mismatch - NO_BUILD= yes USE_ZIP= yes USE_JAVA= yes -- cgit v1.2.3