Skip site navigation (1)Skip section navigation (2)
Date:      Sun,  9 Mar 2014 21:42:32 -0400 (EDT)
From:      Naram Qashat <cyberbotx@cyberbotx.com>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        jon@witchspace.com
Subject:   ports/187406: [PATCH] sysutils/jdiskreport: update to 1.4.1
Message-ID:  <20140310014232.49DD42844F@kirby.cyberbotx.com>
Resent-Message-ID: <201403100150.s2A1o0og052429@freefall.freebsd.org>

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

>Number:         187406
>Category:       ports
>Synopsis:       [PATCH] sysutils/jdiskreport: update to 1.4.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Mar 10 01:50:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Naram Qashat
>Release:        FreeBSD 9.2-STABLE amd64
>Organization:
>Environment:
System: FreeBSD kirby.cyberbotx.com 9.2-STABLE FreeBSD 9.2-STABLE #0 r258460: Thu Nov 21 22:30:13 EST
>Description:
- Update to 1.4.1
- Convert USE_ZIP to USES=zip
- Support staging

Port maintainer (jon@witchspace.com) is cc'd.

Generated with FreeBSD Port Tools 1.00.2014.03.03 (mode: update, diff: SVN)
>How-To-Repeat:
>Fix:

--- jdiskreport-1.4.1.patch begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 347713)
+++ Makefile	(working copy)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	jdiskreport
-PORTVERSION=	1.4.0
-PORTREVISION=	1
+PORTVERSION=	1.4.1
 CATEGORIES=	sysutils java
 MASTER_SITES=	http://www.jGoodies.com/download/${PORTNAME}/
 DISTNAME=	${PORTNAME}-${PORTVERSION:S,.,_,g}
@@ -13,7 +12,7 @@
 
 RUN_DEPENDS=	${JAVAVM}:${PORTSDIR}/java/javavmwrapper
 
-USE_ZIP=	YES
+USES=		zip
 USE_JAVA=	YES
 JAVA_VERSION=	1.6+
 
@@ -23,9 +22,8 @@
 JDISKDIR?=	${PREFIX}/lib/jdiskreport
 
 DESKTOP_ENTRIES="JDiskReport" "${COMMENT}" "" "jdiskreport" \
-		"System;Filesystem;" "false"
+		"System;Filesystem;" false
 
-NO_STAGE=	yes
 do-build:
 	@cd ${WRKDIR}
 	@${SED} -e 's,%%JDISKDIR%%,${JDISKDIR},g' \
@@ -34,8 +32,8 @@
 		> ${WRKDIR}/jdiskreport
 
 do-install:
-	@${INSTALL_SCRIPT} ${WRKDIR}/jdiskreport ${PREFIX}/bin
-	-@${MKDIR} ${JDISKDIR}
-	@${INSTALL_DATA} ${WRKDIR}/${PORTNAME}-${PORTVERSION}/jdiskreport-${PORTVERSION}.jar ${JDISKDIR}
+	@${INSTALL_SCRIPT} ${WRKDIR}/jdiskreport ${STAGEDIR}${PREFIX}/bin
+	-@${MKDIR} ${STAGEDIR}${JDISKDIR}
+	@${INSTALL_DATA} ${WRKDIR}/${PORTNAME}-${PORTVERSION}/jdiskreport-${PORTVERSION}.jar ${STAGEDIR}${JDISKDIR}
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
--- distinfo	(revision 347713)
+++ distinfo	(working copy)
@@ -1,2 +1,2 @@
-SHA256 (jdiskreport-1_4_0.zip) = 6d92afaf201e094c0413cc6b62926bda29879fc79f92a4bea73ca10b1019a44f
-SIZE (jdiskreport-1_4_0.zip) = 757544
+SHA256 (jdiskreport-1_4_1.zip) = a834d3b50bcba0711caff7284103c16025c03057ea6ebfc34a3ac1a5f9fcb534
+SIZE (jdiskreport-1_4_1.zip) = 864613
--- jdiskreport-1.4.1.patch ends here ---

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



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