diff options
author | mnag <mnag@FreeBSD.org> | 2006-05-24 23:17:52 +0800 |
---|---|---|
committer | mnag <mnag@FreeBSD.org> | 2006-05-24 23:17:52 +0800 |
commit | 536efd97a120accbf275d392240e39d49d874f8e (patch) | |
tree | 146e800ee3a5a2be3427785be520db900338f624 /net-im/jabberd | |
parent | f146826f7378c0c0c6363c21b9926ecf653b693f (diff) | |
download | freebsd-ports-gnome-536efd97a120accbf275d392240e39d49d874f8e.tar.gz freebsd-ports-gnome-536efd97a120accbf275d392240e39d49d874f8e.tar.zst freebsd-ports-gnome-536efd97a120accbf275d392240e39d49d874f8e.zip |
- Fix master sites
- UnBROKEN
PR: 97459
Reported by: JCd <jc.duss59___caramail.com>
Submitted by: maintainer
Diffstat (limited to 'net-im/jabberd')
-rw-r--r-- | net-im/jabberd/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net-im/jabberd/Makefile b/net-im/jabberd/Makefile index 97508a168528..fe7b2d597607 100644 --- a/net-im/jabberd/Makefile +++ b/net-im/jabberd/Makefile @@ -8,7 +8,8 @@ PORTNAME= jabberd PORTVERSION= 2.0.11 CATEGORIES= net-im -MASTER_SITES= http://files.jabberstudio.org/jabberd2/ +MASTER_SITES= http://jabberstudio.rediris.es/jabberd2/ \ + http://jabberstudio.2nw.net/jabberd2/ DISTNAME= ${PORTNAME}-${PORTVERSION:R}s${PORTVERSION:E} DIST_SUBDIR= jabber @@ -17,8 +18,6 @@ COMMENT= Online presence and instant messaging server LIB_DEPENDS= idn.16:${PORTSDIR}/dns/libidn -BROKEN= Unfetchable - OPTIONS= POSTGRESQL "Use PostgreSQL for storage and authentication" off \ MYSQL "Use MySQL for storage and authentication" off \ LDAP "Use LDAP for authentication" off \ |