Bug 65133

Summary: [MAINTAINER] news/leafnode: update to 1.9.52
Product: Ports & Packages Reporter: Matthias Andree <matthias.andree>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
leafnode-1.9.52.patch none

Description Matthias Andree 2004-04-03 18:40:14 UTC
- Update to 1.9.52, fixing lots of important bugs.
- Drop quickmkdir, leafnode processes will create directories themselves
- Add MASTER_SITE_SOURCEFORGE_EXTENDED and RANDOMIZE_MASTER_SITES

Note that not all mirrors have picked up 1.9.52 at the time of this PR.

Generated with FreeBSD Port Tools 0.50
Comment 1 Oliver Eikemeier 2004-04-03 21:06:27 UTC
Matthias Andree wrote:

> - Add MASTER_SITE_SOURCEFORGE_EXTENDED and RANDOMIZE_MASTER_SITES
> [...]
>  MASTER_SITES=	${MASTER_SITE_SOURCEFORGE:S/$/:sourceforge/} \
> +		${MASTER_SITE_SOURCEFORGE_EXTENDED:S/$/:sourceforge/} \
> [...]
> +RANDOMIZE_MASTER_SITES=	yes

MASTER_SITE_SOURCEFORGE_EXTENDED includes MASTER_SITE_SOURCEFORGE, so you don't
need that, and AFAIK RANDOMIZE_MASTER_SITES is a user-settable option, especially
since it nullifies the effect of preferred mirrors.

-Oliver
Comment 2 Matthias Andree 2004-04-03 21:23:18 UTC
On Sat, 03 Apr 2004, Oliver Eikemeier wrote:

> MASTER_SITE_SOURCEFORGE_EXTENDED includes MASTER_SITE_SOURCEFORGE, so you 
> don't
> need that, and AFAIK RANDOMIZE_MASTER_SITES is a user-settable option, 
> especially
> since it nullifies the effect of preferred mirrors.

Please commit without RANDOMIZE_... and without MASTER_SITE_SOURCEFORGE
in MASTER_SITES.

-- 
Matthias Andree

Encrypt your mail: my GnuPG key ID is 0x052E7D95
Comment 3 Pav Lucistnik freebsd_committer freebsd_triage 2004-04-04 15:16:25 UTC
State Changed
From-To: open->closed

Committed, thanks!