From 39a7bbd6fb13140fad680c205c93373a208cef2a Mon Sep 17 00:00:00 2001 From: Will Andrews Date: Sun, 16 Apr 2000 22:51:27 +0000 Subject: [PATCH] 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.. --- misc/bidwatcher/Makefile | 6 ++---- misc/bidwatcher/distinfo | 2 +- misc/bidwatcher/pkg-descr | 2 +- 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/misc/bidwatcher/Makefile b/misc/bidwatcher/Makefile index df6ebe50334b..3ab70d2a0e21 100644 --- a/misc/bidwatcher/Makefile +++ b/misc/bidwatcher/Makefile @@ -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 diff --git a/misc/bidwatcher/distinfo b/misc/bidwatcher/distinfo index e79088cd531b..b9d6e67ece02 100644 --- a/misc/bidwatcher/distinfo +++ b/misc/bidwatcher/distinfo @@ -1 +1 @@ -MD5 (bidwatcher-1.0.3b.tar.gz) = 7e25535cc280c7f6c24b190561b10062 +MD5 (bidwatcher-1.0.5.tar.gz) = 3635772c7591c34ffd6688c488f4931b diff --git a/misc/bidwatcher/pkg-descr b/misc/bidwatcher/pkg-descr index ae9ee0daf0ea..5e60f9eb4683 100644 --- a/misc/bidwatcher/pkg-descr +++ b/misc/bidwatcher/pkg-descr @@ -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