Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 May 2014 10:00:03 GMT
From:      dfilter@FreeBSD.ORG (dfilter service)
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/190189: commit references a PR
Message-ID:  <201405251000.s4PA03Mn053575@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: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/190189: commit references a PR
Date: Sun, 25 May 2014 09:52:39 +0000 (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"
 



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