svn commit: r355153 - in head/misc/jbidwatcher: . files

Martin Wilke miwi at FreeBSD.org
Sun May 25 09:52:36 UTC 2014


Author: miwi
Date: Sun May 25 09:52:35 2014
New Revision: 355153
URL: http://svnweb.freebsd.org/changeset/ports/355153
QAT: https://qat.redports.org/buildarchive/r355153/

Log:
  - Update to 2.5.5
  - Stage support
  
  PR:		190189
  Submitted by:	maintainer

Deleted:
  head/misc/jbidwatcher/files/patch-build.xml
Modified:
  head/misc/jbidwatcher/Makefile
  head/misc/jbidwatcher/distinfo

Modified: head/misc/jbidwatcher/Makefile
==============================================================================
--- head/misc/jbidwatcher/Makefile	Sun May 25 09:51:07 2014	(r355152)
+++ head/misc/jbidwatcher/Makefile	Sun May 25 09:52:35 2014	(r355153)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	jbidwatcher
-PORTVERSION=	2.5
-PORTREVISION=	1
+PORTVERSION=	2.5.5
 CATEGORIES=	misc java
 MASTER_SITES=	http://www.jbidwatcher.com/download/
 
@@ -21,9 +20,8 @@ SUB_LIST+=	PORTVERSION=${PORTVERSION}
 PLIST_FILES=	%%JAVAJARDIR%%/JBidwatcher-${PORTVERSION}.jar \
 		bin/${PORTNAME}
 
-NO_STAGE=	yes
 do-install:
-	@${INSTALL_DATA} ${WRKSRC}/JBidwatcher-${PORTVERSION}.jar ${JAVAJARDIR}
-	@${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${PREFIX}/bin
+	@${INSTALL_DATA} ${WRKSRC}/JBidwatcher-${PORTVERSION}.jar ${STAGEDIR}${JAVAJARDIR}
+	@${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
 
 .include <bsd.port.mk>

Modified: head/misc/jbidwatcher/distinfo
==============================================================================
--- head/misc/jbidwatcher/distinfo	Sun May 25 09:51:07 2014	(r355152)
+++ head/misc/jbidwatcher/distinfo	Sun May 25 09:52:35 2014	(r355153)
@@ -1,2 +1,2 @@
-SHA256 (jbidwatcher-2.5.tar.bz2) = 9934f6ddf6825023a2c533fb6855a8af1068c942f1d3d604f597eabe2cf9ee30
-SIZE (jbidwatcher-2.5.tar.bz2) = 16082013
+SHA256 (jbidwatcher-2.5.5.tar.bz2) = e7f24a6d9cf74676671054ca07f0ef42ed0ce9c4840b6bdfd3fbc5ba3a5779f3
+SIZE (jbidwatcher-2.5.5.tar.bz2) = 16364850


More information about the svn-ports-all mailing list