diff options
author | will <will@FreeBSD.org> | 2000-04-16 22:51:27 +0000 |
---|---|---|
committer | will <will@FreeBSD.org> | 2000-04-16 22:51:27 +0000 |
commit | 956d225c161872ed7db2cc6e45ec0ae148ded8b6 (patch) | |
tree | 329fa1f09a539fc2b1b745275d17a7b711819809 | |
parent | 6375495b540c7a8a8d03534be4d30d4d36dec12c (diff) | |
download | FreeBSD-ports-956d225c161872ed7db2cc6e45ec0ae148ded8b6.zip FreeBSD-ports-956d225c161872ed7db2cc6e45ec0ae148ded8b6.tar.gz |
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..
-rw-r--r-- | misc/bidwatcher/Makefile | 6 | ||||
-rw-r--r-- | misc/bidwatcher/distinfo | 2 | ||||
-rw-r--r-- | misc/bidwatcher/pkg-descr | 2 |
3 files changed, 4 insertions, 6 deletions
diff --git a/misc/bidwatcher/Makefile b/misc/bidwatcher/Makefile index df6ebe5..3ab70d2 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 e79088c..b9d6e67 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 ae9ee0d..5e60f9e 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 <andrews@technologist.com> |