Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 May 2014 00:10:01 GMT
From:      Stephen Hurd <shurd@sasktel.net>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/190189: Maintainer update: stage misc/jbidwatcher
Message-ID:  <201405250010.s4P0A12h012863@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/190189; it has been noted by GNATS.

From: Stephen Hurd <shurd@sasktel.net>
To: bug-followup@FreeBSD.org, shurd@sasktel.net
Cc:  
Subject: Re: ports/190189: Maintainer update: stage misc/jbidwatcher
Date: Sat, 24 May 2014 16:23:45 -0700

 This is a multi-part message in MIME format.
 --------------050009070404060502020505
 Content-Type: text/plain; charset=ISO-8859-1; format=flowed
 Content-Transfer-Encoding: 7bit
 
 Also update to latest revision while I'm in here... don't know how I 
 missed that.
 
 
 --------------050009070404060502020505
 Content-Type: text/plain; charset=us-ascii;
  name="jbidwatcher-stage.patch.txt"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: attachment;
  filename="jbidwatcher-stage.patch.txt"
 
 Index: jbidwatcher/Makefile
 ===================================================================
 --- jbidwatcher/Makefile	(revision 354975)
 +++ jbidwatcher/Makefile	(working copy)
 @@ -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 @@
  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>
 Index: jbidwatcher/distinfo
 ===================================================================
 --- jbidwatcher/distinfo	(revision 354975)
 +++ jbidwatcher/distinfo	(working copy)
 @@ -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
 Index: jbidwatcher/files/patch-build.xml
 ===================================================================
 --- jbidwatcher/files/patch-build.xml	(revision 354975)
 +++ jbidwatcher/files/patch-build.xml	(working copy)
 @@ -1,13 +0,0 @@
 ---- ./build.xml.orig	2012-03-18 11:35:38.000000000 -0700
 -+++ ./build.xml	2012-03-25 16:08:00.000000000 -0700
 -@@ -125,10 +125,6 @@
 -     <echo level="info" message="Building primary .jar file." />
 -     <copy todir="help/" file="COPYING.html" />
 - 
 --    <exec executable="git" outputproperty="GITVERSION">
 --      <arg line="describe --tags --long"/>
 --    </exec>
 --
 -     <mkdir dir="META-INF"/>
 - 
 -     <manifest file="${MANIFEST}">
 
 --------------050009070404060502020505--



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