- move Horde distribution sites list across to horde.port.mk, no point
cluttering network.conf.template now they're in one place - add an http variant at the head of the list
This commit is contained in:
parent
92753183c9
commit
d808580e91
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: network.conf.template,v 1.143 2010/07/12 10:35:12 ajacoutot Exp $
|
||||
# $OpenBSD: network.conf.template,v 1.144 2010/07/30 21:24:39 sthen Exp $
|
||||
|
||||
#
|
||||
# NEVER EDIT THIS FILE DIRECTLY!!!!
|
||||
@ -236,13 +236,6 @@ MASTER_SITE_PACKETSTORM+= \
|
||||
http://packetstorm.codar.com.br/ \
|
||||
http://packetstorm.rlz.cl/
|
||||
|
||||
MASTER_SITE_HORDE+= \
|
||||
ftp://ftp.horde.org/pub/ \
|
||||
ftp://ftp.de.horde.org/mirrors/ftp.de.horde.org/pub/ \
|
||||
ftp://ftp.se.horde.org/mirror/horde/pub/ \
|
||||
ftp://ftp.tw.horde.org/pub/ \
|
||||
ftp://ftp.us.horde.org/pub/software/horde/
|
||||
|
||||
MASTER_SITE_APACHE+= \
|
||||
http://www.reverse.net/pub/apache/ \
|
||||
http://www.mirrorservice.org/sites/ftp.apache.org/ \
|
||||
|
@ -1,9 +1,18 @@
|
||||
# $OpenBSD: horde.port.mk,v 1.2 2010/07/30 15:31:17 sthen Exp $
|
||||
# $OpenBSD: horde.port.mk,v 1.3 2010/07/30 21:24:39 sthen Exp $
|
||||
|
||||
CATEGORIES += www www/horde
|
||||
|
||||
HORDE_MODULE ?= ${DISTNAME:C/-h3-.*//}
|
||||
MASTER_SITES ?= ${MASTER_SITE_HORDE:=${HORDE_MODULE}/}
|
||||
|
||||
HORDE_SITES ?= \
|
||||
http://ftp.horde.org/pub/ \
|
||||
ftp://ftp.horde.org/pub/ \
|
||||
ftp://ftp.de.horde.org/mirrors/ftp.de.horde.org/pub/ \
|
||||
ftp://ftp.se.horde.org/mirror/horde/pub/ \
|
||||
ftp://ftp.tw.horde.org/pub/ \
|
||||
ftp://ftp.us.horde.org/pub/software/horde/
|
||||
|
||||
MASTER_SITES ?= ${HORDE_SITES:=${HORDE_MODULE}/}
|
||||
|
||||
PKG_ARCH ?= *
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user