Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Jan 2016 21:25:57 +0000 (UTC)
From:      Jason Helfman <jgh@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r407059 - head/sysutils/jvmtop
Message-ID:  <201601232125.u0NLPv1D063703@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jgh
Date: Sat Jan 23 21:25:57 2016
New Revision: 407059
URL: https://svnweb.freebsd.org/changeset/ports/407059

Log:
  - update port to build via source
  - moved to github
  - bump portrevision (license)

Modified:
  head/sysutils/jvmtop/Makefile
  head/sysutils/jvmtop/distinfo
  head/sysutils/jvmtop/pkg-descr

Modified: head/sysutils/jvmtop/Makefile
==============================================================================
--- head/sysutils/jvmtop/Makefile	Sat Jan 23 21:14:18 2016	(r407058)
+++ head/sysutils/jvmtop/Makefile	Sat Jan 23 21:25:57 2016	(r407059)
@@ -3,26 +3,30 @@
 
 PORTNAME=	jvmtop
 PORTVERSION=	0.8.0
+PORTREVISION=	1
 CATEGORIES=	sysutils java
-MASTER_SITES=	GOOGLE_CODE
 
 MAINTAINER=	jgh@FreeBSD.org
 COMMENT=	Lightweight console application to monitor running jvms
 
-LICENSE=	GPLv3
+LICENSE=	GPLv2
 
 USE_JAVA=	yes
 JAVA_VERSION=	1.6+
+USE_ANT=	yes
 
 PLIST_FILES=	%%JAVAJARDIR%%/${PORTNAME}.jar \
 		bin/${PORTNAME}
 SUB_LIST=	JAVA_HOME=${JAVA_HOME}
 SUB_FILES=	${PORTNAME}.sh
-NO_BUILD=	yes
+
+GH_ACCOUNT=	patric-r
+GH_TAG=		3d6978c
+USE_GITHUB=	YES
 
 do-install:
 	@${MKDIR} ${STAGEDIR}${JAVAJARDIR}
-	${INSTALL_DATA} ${WRKDIR}/${PORTNAME}.jar ${STAGEDIR}${JAVAJARDIR}
+	${INSTALL_DATA} ${WRKSRC}/dist/${PORTNAME}.jar ${STAGEDIR}${JAVAJARDIR}
 	${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME}.sh ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
 
 .include <bsd.port.mk>

Modified: head/sysutils/jvmtop/distinfo
==============================================================================
--- head/sysutils/jvmtop/distinfo	Sat Jan 23 21:14:18 2016	(r407058)
+++ head/sysutils/jvmtop/distinfo	Sat Jan 23 21:25:57 2016	(r407059)
@@ -1,2 +1,2 @@
-SHA256 (jvmtop-0.8.0.tar.gz) = f9de8159240b400a51b196520b4c4f0ddbcaa8e587fab1f0a59be8a00dc128c4
-SIZE (jvmtop-0.8.0.tar.gz) = 93680
+SHA256 (patric-r-jvmtop-0.8.0_GH0.tar.gz) = 4a11f3ffaa91c40cc8147adc5c7a78b488969a7671943418e16789df418ea0d7
+SIZE (patric-r-jvmtop-0.8.0_GH0.tar.gz) = 98878

Modified: head/sysutils/jvmtop/pkg-descr
==============================================================================
--- head/sysutils/jvmtop/pkg-descr	Sat Jan 23 21:14:18 2016	(r407058)
+++ head/sysutils/jvmtop/pkg-descr	Sat Jan 23 21:25:57 2016	(r407059)
@@ -6,4 +6,4 @@ It's tested with different releases of O
 FreeBSD, Linux, Solaris and Windows hosts.  Jvmtop requires a JDK - a JRE
 will not suffice.
 
-WWW: http://code.google.com/p/jvmtop/
+WWW: https://github.com/patric-r/jvmtop



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