diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2003-02-07 02:50:28 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2003-02-07 02:50:28 +0000 |
commit | a3d21b531c1164dc45c18cb501635840e27424c9 (patch) | |
tree | fa4277899326cd05de8c610da24db603449e7865 /news/tin | |
parent | b8e1e7ef862ad23593cb902ab3fb45190b3b97e0 (diff) |
Upgrade to 1.5.17 due to 1.5.16 distfile being rm'ed from master site.
Also add more master sites.
Notes
Notes:
svn path=/head/; revision=75005
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 |