Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 7 Apr 2007 04:34:30 GMT
From:      Nemo Liu<nemoliu@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/111344: [UPDATE]update net/jrobin to 1.5.4:A pure Java alternative to RRDTool
Message-ID:  <200704070434.l374YUlE063665@www.freebsd.org>
Resent-Message-ID: <200704070440.l374e3Vx060546@freefall.freebsd.org>

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

>Number:         111344
>Category:       ports
>Synopsis:       [UPDATE]update net/jrobin to 1.5.4:A pure Java alternative to RRDTool
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Apr 07 04:40:02 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Nemo Liu
>Release:        7-current
>Organization:
>Environment:
FreeBSD tango.sina.com.cn 7.0-STOooRM FreeBSD 7.0-STOooRM #0: Wed Apr  4 15:05:23 CST 2007     liutong@tango.sina.com.cn:/usr/obj/usr/src/sys/TANGO  amd64
>Description:
1.5.4 is the lastest release of jrobin.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/net/jrobin/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- Makefile	9 Mar 2005 06:01:22 -0000	1.1
+++ Makefile	7 Apr 2007 04:28:24 -0000
@@ -3,23 +3,24 @@
 # Date created:			Mar 9, 2005
 # Whom:				ijliao
 #
-# $FreeBSD: ports/net/jrobin/Makefile,v 1.1 2005/03/09 06:01:22 ijliao Exp $
+# $FreeBSD$
 #
 
 PORTNAME=	jrobin
-PORTVERSION=	1.4.0
+PORTVERSION=	1.5.4
 CATEGORIES=	net java
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
-DISTNAME=	JRobin-${PORTVERSION}
+DISTNAME=	${PORTNAME}-${PORTVERSION}-1
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	nemoliu@gmail.com
 COMMENT=	A pure Java alternative to RRDTool
 
 USE_JAVA=	yes
 USE_ANT=	yes
-ALL_TARGET=	all-libs
-WRKSRC=		${WRKDIR}/${DISTNAME:L}
+JAVA_VERSION=	1.5+
+ALL_TARGET=	dist
+WRKSRC=		${WRKDIR}/JRobinLite-${PORTVERSION}
 BUILD_WRKSRC=	${WRKSRC}/ant
 
 .if !defined(NOPORTDOCS)
@@ -27,7 +28,7 @@
 PORTDOCS=	*
 .endif
 
-CLASSES=	jrobin jrobin-demo convertor inspector mrtg-client mrtg-server
+CLASSES=	jrobin convertor inspector
 
 do-install:
 .for c in ${CLASSES}
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/net/jrobin/distinfo,v
retrieving revision 1.2
diff -u -r1.2 distinfo
--- distinfo	25 Nov 2005 16:48:10 -0000	1.2
+++ distinfo	6 Apr 2007 18:43:20 -0000
@@ -1,3 +1,3 @@
-MD5 (JRobin-1.4.0.tar.gz) = 861b1fcc9d5554014120cd45be8a21d6
-SHA256 (JRobin-1.4.0.tar.gz) = 940a18b224760c3cbf1d374ac31e7127c6beac9b36f1512980c7e7dfc83a3d4e
-SIZE (JRobin-1.4.0.tar.gz) = 1945845
+MD5 (jrobin-1.5.4-1.tar.gz) = 57f87893ff9ddca1efa9d1a68bba6c2b
+SHA256 (jrobin-1.5.4-1.tar.gz) = 82cfc2fa8f22da4919391a8f100d1a1eaaac5599e4688180c27f231845c47a3d
+SIZE (jrobin-1.5.4-1.tar.gz) = 752043

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



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