diff options
author | mph <mph@FreeBSD.org> | 2002-05-14 02:42:18 +0800 |
---|---|---|
committer | mph <mph@FreeBSD.org> | 2002-05-14 02:42:18 +0800 |
commit | 0936baf2e28bf43c636f99999311e8a309beefe5 (patch) | |
tree | 0a1d620e1ddbcbe409b9c205c0cedf2de9daab08 /misc/bidwatcher | |
parent | 4833b8a0877bd998e0edee715a408a1ee10076a3 (diff) | |
download | freebsd-ports-gnome-0936baf2e28bf43c636f99999311e8a309beefe5.tar.gz freebsd-ports-gnome-0936baf2e28bf43c636f99999311e8a309beefe5.tar.zst freebsd-ports-gnome-0936baf2e28bf43c636f99999311e8a309beefe5.zip |
Upgrade to 1.3.3.
Use MASTER_SITE_SOURCEFORGE. Previously, the MASTER_SITE was hardcoded,
and broke when the Sourceforge URLs recently changed.
Diffstat (limited to 'misc/bidwatcher')
-rw-r--r-- | misc/bidwatcher/Makefile | 15 | ||||
-rw-r--r-- | misc/bidwatcher/distinfo | 2 |
2 files changed, 9 insertions, 8 deletions
diff --git a/misc/bidwatcher/Makefile b/misc/bidwatcher/Makefile index 8fcd56d4f996..6bc2be9e0d25 100644 --- a/misc/bidwatcher/Makefile +++ b/misc/bidwatcher/Makefile @@ -5,14 +5,15 @@ # $FreeBSD$ # -PORTNAME= bidwatcher -PORTVERSION= 1.3.2 -CATEGORIES= misc -MASTER_SITES= http://prdownloads.sourceforge.net/bidwatcher/ +PORTNAME= bidwatcher +PORTVERSION= 1.3.3 +CATEGORIES= misc +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= mph@FreeBSD.org +MAINTAINER= mph@FreeBSD.org -USE_GTK= YES -GNU_CONFIGURE= YES +USE_GTK= YES +GNU_CONFIGURE= YES .include <bsd.port.mk> diff --git a/misc/bidwatcher/distinfo b/misc/bidwatcher/distinfo index 81ee09235b62..5709a396d89c 100644 --- a/misc/bidwatcher/distinfo +++ b/misc/bidwatcher/distinfo @@ -1 +1 @@ -MD5 (bidwatcher-1.3.2.tar.gz) = a946e761684d2179547dcacdc9e65315 +MD5 (bidwatcher-1.3.3.tar.gz) = 2094c233fa21c80f65d5dce1bf4fb133 |