- Update to 2.5.5

- Stage support

PR:		190189
Submitted by:	maintainer
This commit is contained in:
Martin Wilke 2014-05-25 09:52:35 +00:00
parent e59d3f9424
commit af8ce93ba2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=355153
3 changed files with 5 additions and 20 deletions

View file

@ -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>

View file

@ -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

View file

@ -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}">