Finally update to bidwatcher 1.0.5.

Changes include:
	1) Original author no longer had time to work on bidwatcher. So
	   someone else took up the code and put it on sourceforge.
	2) Bandwidth load taken off people.FreeBSD.org now that we can
	   get the distfiles off sourceforge instead.
	3) Fix URI fennerism.

Note: I'm aware of another bidwatcher fork, particularly the one by Wayne
Schlitt (www.midwestcs.com/bidwatcher), which is at version 1.1.4; however
I've decided to go with the sourceforge version since it actually does
compile on FreeBSD (Wayne's version has some sort of Linux-specific
timezone code, or at least it conflicts with our timezone() function).

I can just hear the eBay freaks cheering this commit on..
This commit is contained in:
Will Andrews 2000-04-16 22:51:27 +00:00
parent 497fabf2fd
commit 39a7bbd6fb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=27672
3 changed files with 4 additions and 6 deletions

View File

@ -6,11 +6,9 @@
#
PORTNAME= bidwatcher
PORTVERSION= 1.0.3b
PORTVERSION= 1.0.5
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_SUNSITE} \
http://people.FreeBSD.org/~mph/distfiles/
MASTER_SITE_SUBDIR= apps/misc
MASTER_SITES= ftp://ftp.sourceforge.net/pub/sourceforge/bidwatcher/
MAINTAINER= will@FreeBSD.org

View File

@ -1 +1 @@
MD5 (bidwatcher-1.0.3b.tar.gz) = 7e25535cc280c7f6c24b190561b10062
MD5 (bidwatcher-1.0.5.tar.gz) = 3635772c7591c34ffd6688c488f4931b

View File

@ -3,6 +3,6 @@ uses your eBay id and password to track your eBay listings, items that you
have bid on, and items that you enter by hand. It also has an integrated
snipe tool.
WWW: http://www.low-fi.com/bw/download.html
WWW: http://bidwatcher.sourceforge.net/
- Will <andrews@technologist.com>