Responsible Changed From-To: freebsd-ports-bugs->glewis I'll take a look at this.
State Changed From-To: open->feedback Here is an updated shar file which fixes a number of problems with the port. Please review it. # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # jbidwatcher # jbidwatcher/Makefile # jbidwatcher/distinfo # jbidwatcher/files # jbidwatcher/pkg-descr # jbidwatcher/files/jbidwatcher.sh # echo c - jbidwatcher mkdir -p jbidwatcher > /dev/null 2>&1 echo x - jbidwatcher/Makefile sed 's/^X//' >jbidwatcher/Makefile << 'END-of-jbidwatcher/Makefile' X# New ports collection makefile for: jbidwatcher X# Date Created: 24 July 2004 X# Whom: Jose Rodriguez <king@v2project.com> X# X# $FreeBSD$ X# X XPORTNAME= jbidwatcher XPORTVERSION= 0.9.3.1 XCATEGORIES= misc java XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= ${PORTNAME} XDISTNAME= JBidWatcher-${PORTVERSION} XEXTRACT_SUFX= .jar XEXTRACT_ONLY= X XMAINTAINER= king@v2project.com XCOMMENT= A Java-based application allowing you to monitor eBay auctions X XUSE_JAVA= yes XJAVA_VERSION= 1.3+ XNO_BUILD= yes X XPLIST_FILES= %%JAVAJARDIR%%/${PORTNAME}.jar X bin/${PORTNAME} X Xdo-install: X @${INSTALL_DATA} ${DISTDIR}/${DISTFILES} ${JAVAJARDIR}/${PORTNAME}.jar X @${SED} -e "s:%%LOCALBASE%%:${LOCALBASE}:" X -e "s:%%JAVAJARDIR%%:${JAVAJARDIR}:" X ${FILESDIR}/jbidwatcher.sh > ${PREFIX}/bin/${PORTNAME} X @${CHMOD} a+rx ${PREFIX}/bin/${PORTNAME} X X.include <bsd.port.mk> END-of-jbidwatcher/Makefile echo x - jbidwatcher/distinfo sed 's/^X//' >jbidwatcher/distinfo << 'END-of-jbidwatcher/distinfo' XMD5 (JBidWatcher-0.9.3.1.jar) = c3453c675f3c1e3773a52add8d839fcb XSIZE (JBidWatcher-0.9.3.1.jar) = 469325 END-of-jbidwatcher/distinfo echo c - jbidwatcher/files mkdir -p jbidwatcher/files > /dev/null 2>&1 echo x - jbidwatcher/pkg-descr sed 's/^X//' >jbidwatcher/pkg-descr << 'END-of-jbidwatcher/pkg-descr' XA Java-based application allowing you to monitor ebay auctions, Xsubmit bids, snipe (bid at the last moment), and otherwise track Xyour auction-site experience. It includes adult-auction management, XMANY currencies (yen, pound, dollar (US, Canada, Australian, and XNew Taiwanese), Swiss Francs, and euro, presently), drag-and-drop Xof auction URLs, a unique and powerful 'multisniping' feature. X XWWW: http://www.jbidwatcher.com/ END-of-jbidwatcher/pkg-descr echo x - jbidwatcher/files/jbidwatcher.sh sed 's/^X//' >jbidwatcher/files/jbidwatcher.sh << 'END-of-jbidwatcher/files/jbidwatcher.sh' X#!/bin/sh X# X# $FreeBSD$ X Xjavavm -jar %%JAVAJARDIR%%/jbidwatcher.jar $@ END-of-jbidwatcher/files/jbidwatcher.sh exit
State Changed From-To: feedback->closed Committed, thanks!