diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2007-04-08 06:42:28 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2007-04-08 06:42:28 +0000 |
commit | 88e3db1c2849d275db26ca0f1a8f961f6b0c0234 (patch) | |
tree | 7d6a1723d4650bd9b79f430b07cdeadf020adc1a /databases/jrobin/Makefile | |
parent | 10e7fddb32efb6aa783e629bd0c26b7ce1922428 (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/jrobin/Makefile')
-rw-r--r-- | databases/jrobin/Makefile | 13 |
1 files changed, 7 insertions, 6 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} |