diff options
author | obrien <obrien@FreeBSD.org> | 2007-09-16 05:31:11 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2007-09-16 05:31:11 +0800 |
commit | 2991351853047de8fda0e9e5f94af2d143c67901 (patch) | |
tree | 0b7088b04d2444bc5db9fe41f936eff63ff64bcf /misc/jbidwatcher/Makefile | |
parent | edfa4cd3081c374e356d0fe592d12b10c7304f89 (diff) | |
download | freebsd-ports-gnome-2991351853047de8fda0e9e5f94af2d143c67901.tar.gz freebsd-ports-gnome-2991351853047de8fda0e9e5f94af2d143c67901.tar.zst freebsd-ports-gnome-2991351853047de8fda0e9e5f94af2d143c67901.zip |
Emergency upgrade to 1.0.2.
eBay launched several breakages against Jbidwatcher (well, not really
intentional), such that actually winning was hard to do.
Diffstat (limited to 'misc/jbidwatcher/Makefile')
-rw-r--r-- | misc/jbidwatcher/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/misc/jbidwatcher/Makefile b/misc/jbidwatcher/Makefile index c7c389c85677..3eff22bd7b5c 100644 --- a/misc/jbidwatcher/Makefile +++ b/misc/jbidwatcher/Makefile @@ -6,10 +6,11 @@ # PORTNAME= jbidwatcher -DISTVERSION= 1.0.1 -PORTREVISION= 1 +DISTVERSION= 1.0.2 +PORTREVISION?= 0 CATEGORIES= misc java -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ + http://www.jbidwatcher.com/rdl/ MASTER_SITE_SUBDIR= ${PORTNAME} DISTNAME= JBidWatcher-${DISTVERSION} EXTRACT_SUFX= .jar |