Bug 190189 - Maintainer update: stage misc/jbidwatcher
Summary: Maintainer update: stage misc/jbidwatcher
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-25 00:20 UTC by Stephen Hurd
Modified: 2014-05-25 11:00 UTC (History)
0 users

See Also:


Attachments
file.diff (617 bytes, patch)
2014-05-25 00:20 UTC, Stephen Hurd
no flags Details | Diff
jbidwatcher-stage.patch.txt (1.92 KB, text/plain; charset=us-ascii)
2014-05-25 00:23 UTC, Stephen Hurd
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Stephen Hurd freebsd_committer freebsd_triage 2014-05-25 00:20:00 UTC
Prepare for post-staging world.

Fix: Patch attached with submission follows:
Comment 1 Stephen Hurd freebsd_committer freebsd_triage 2014-05-25 00:23:45 UTC
Also update to latest revision while I'm in here... don't know how I 
missed that.
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2014-05-25 10:52:36 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2014-05-25 10:52:39 UTC
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
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"