diff options
author | obrien <obrien@FreeBSD.org> | 2003-02-07 10:50:28 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2003-02-07 10:50:28 +0800 |
commit | d7696594b6027055c35b8896443012768964419c (patch) | |
tree | db3a354ef01efe57d6b839a9a59a8280d0bb5d24 /news/tin | |
parent | 029b18cf87aedbf71e33f8d866f6df8c14ff7289 (diff) | |
download | freebsd-ports-gnome-d7696594b6027055c35b8896443012768964419c.tar.gz freebsd-ports-gnome-d7696594b6027055c35b8896443012768964419c.tar.zst freebsd-ports-gnome-d7696594b6027055c35b8896443012768964419c.zip |
Upgrade to 1.5.17 due to 1.5.16 distfile being rm'ed from master site.
Also add more master sites.
Diffstat (limited to 'news/tin')
-rw-r--r-- | news/tin/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/news/tin/Makefile b/news/tin/Makefile index b3d683c310c5..bcd7f0565487 100644 --- a/news/tin/Makefile +++ b/news/tin/Makefile @@ -6,10 +6,13 @@ # PORTNAME= tin -PORTVERSION= 1.5.16 -PORTREVISION= 2 +PORTVERSION= 1.5.17 +PORTREVISION= 0 CATEGORIES+= news ipv6 -MASTER_SITES= ftp://ftp.tin.org/pub/news/clients/tin/v1.5/snapshots/ +MASTER_SITES= http://mirrors.rcn.net/pub/news/tin/v1.5/snapshots/ \ + ftp://mirrors.rcn.net/pub/news/tin/v1.5/snapshots/ \ + ftp://ftp.tin.org/pub/news/clients/tin/v1.5/snapshots/ \ + ftp://ftp.sunet.se/pub/news/readers/tin/v1.5/snapshots/ MAINTAINER?= ache@FreeBSD.org |