summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorRong-En Fan <rafan@FreeBSD.org>2007-04-08 06:42:28 +0000
committerRong-En Fan <rafan@FreeBSD.org>2007-04-08 06:42:28 +0000
commit88e3db1c2849d275db26ca0f1a8f961f6b0c0234 (patch)
tree7d6a1723d4650bd9b79f430b07cdeadf020adc1a /databases
parentUnconditionally disable threading, it is apparently causing some (diff)
- Update to 1.5.4
- Pass maintainership to submitter PR: ports/111344 Submitted by: Nemo Liu <nemoliu at gmail.com>
Notes
Notes: svn path=/head/; revision=189469
Diffstat (limited to 'databases')
-rw-r--r--databases/jrobin/Makefile13
-rw-r--r--databases/jrobin/distinfo6
2 files changed, 10 insertions, 9 deletions
diff --git a/databases/jrobin/Makefile b/databases/jrobin/Makefile
index 889497fc2e66..f6c917d0f077 100644
--- a/databases/jrobin/Makefile
+++ b/databases/jrobin/Makefile
@@ -7,19 +7,20 @@
#
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 @@ ALL_TARGET+= javadoc
PORTDOCS= *
.endif
-CLASSES= jrobin jrobin-demo convertor inspector mrtg-client mrtg-server
+CLASSES= jrobin convertor inspector
do-install:
.for c in ${CLASSES}
diff --git a/databases/jrobin/distinfo b/databases/jrobin/distinfo
index 703a951f7c51..532ef3481658 100644
--- a/databases/jrobin/distinfo
+++ b/databases/jrobin/distinfo
@@ -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