diff options
author | markus <markus@FreeBSD.org> | 2005-02-28 10:34:48 +0800 |
---|---|---|
committer | markus <markus@FreeBSD.org> | 2005-02-28 10:34:48 +0800 |
commit | 53f2aac404f72d2bca01552c2586503110c65e52 (patch) | |
tree | 04e393bd97bbaad74a9431824f1eedc3a1331523 | |
parent | 3ebaa396639287ecfcc9fd6eee083d14d735b7d5 (diff) | |
download | freebsd-ports-graphics-53f2aac404f72d2bca01552c2586503110c65e52.tar.gz freebsd-ports-graphics-53f2aac404f72d2bca01552c2586503110c65e52.tar.zst freebsd-ports-graphics-53f2aac404f72d2bca01552c2586503110c65e52.zip |
download.berlios.de seems to be unreliable from time to time, therefore add
an additional MASTERSITE.
Noticed by: pointyhat via kris
-rw-r--r-- | ftp/kasablanca/Makefile | 3 | ||||
-rw-r--r-- | irc/konversation-kde4/Makefile | 3 | ||||
-rw-r--r-- | irc/konversation/Makefile | 3 | ||||
-rw-r--r-- | net-p2p/dclib/Makefile | 3 | ||||
-rw-r--r-- | net-p2p/valknut/Makefile | 3 | ||||
-rw-r--r-- | net/dclib/Makefile | 3 | ||||
-rw-r--r-- | net/valknut/Makefile | 3 |
7 files changed, 14 insertions, 7 deletions
diff --git a/ftp/kasablanca/Makefile b/ftp/kasablanca/Makefile index d7261ac0acc..5b8b48ab51c 100644 --- a/ftp/kasablanca/Makefile +++ b/ftp/kasablanca/Makefile @@ -7,7 +7,8 @@ PORTNAME= kasablanca PORTVERSION= 0.4.0.2 CATEGORIES= ftp kde -MASTER_SITES= http://download.berlios.de/kasablanca/ +MASTER_SITES= http://download.berlios.de/kasablanca/ \ + http://www.hitnet.rwth-aachen.de/~brueffer/distfiles/ MAINTAINER= markus@FreeBSD.org COMMENT= Graphical ftp client for KDE diff --git a/irc/konversation-kde4/Makefile b/irc/konversation-kde4/Makefile index 1d1405efc45..c07c3db7547 100644 --- a/irc/konversation-kde4/Makefile +++ b/irc/konversation-kde4/Makefile @@ -8,7 +8,8 @@ PORTNAME= konversation PORTVERSION= 0.15.1 CATEGORIES= irc kde -MASTER_SITES= http://download.berlios.de/${PORTNAME}/ +MASTER_SITES= http://download.berlios.de/${PORTNAME}/ \ + http://www.hitnet.rwth-aachen.de/~brueffer/distfiles/ MAINTAINER= markus@FreeBSD.org COMMENT= A user friendly IRC client for KDE diff --git a/irc/konversation/Makefile b/irc/konversation/Makefile index 1d1405efc45..c07c3db7547 100644 --- a/irc/konversation/Makefile +++ b/irc/konversation/Makefile @@ -8,7 +8,8 @@ PORTNAME= konversation PORTVERSION= 0.15.1 CATEGORIES= irc kde -MASTER_SITES= http://download.berlios.de/${PORTNAME}/ +MASTER_SITES= http://download.berlios.de/${PORTNAME}/ \ + http://www.hitnet.rwth-aachen.de/~brueffer/distfiles/ MAINTAINER= markus@FreeBSD.org COMMENT= A user friendly IRC client for KDE diff --git a/net-p2p/dclib/Makefile b/net-p2p/dclib/Makefile index 3e9ace12a62..77729151784 100644 --- a/net-p2p/dclib/Makefile +++ b/net-p2p/dclib/Makefile @@ -9,7 +9,8 @@ PORTNAME= dclib PORTVERSION= 0.3.7 CATEGORIES= net -MASTER_SITES= http://download.berlios.de/dcgui/ +MASTER_SITES= http://download.berlios.de/dcgui/ \ + http://www.hitnet.rwth-aachen.de/~brueffer/distfiles/ MAINTAINER= markus@FreeBSD.org COMMENT= Direct connect interface library for dcgui diff --git a/net-p2p/valknut/Makefile b/net-p2p/valknut/Makefile index b3749a12530..a40deb89bd2 100644 --- a/net-p2p/valknut/Makefile +++ b/net-p2p/valknut/Makefile @@ -9,7 +9,8 @@ PORTNAME= valknut PORTVERSION= 0.3.7 CATEGORIES= net -MASTER_SITES= http://download.berlios.de/dcgui/ +MASTER_SITES= http://download.berlios.de/dcgui/ \ + http://www.hitnet.rwth-aachen.de/~brueffer/distfiles/ MAINTAINER= markus@FreeBSD.org COMMENT= A Direct Connect client QT GUI diff --git a/net/dclib/Makefile b/net/dclib/Makefile index 3e9ace12a62..77729151784 100644 --- a/net/dclib/Makefile +++ b/net/dclib/Makefile @@ -9,7 +9,8 @@ PORTNAME= dclib PORTVERSION= 0.3.7 CATEGORIES= net -MASTER_SITES= http://download.berlios.de/dcgui/ +MASTER_SITES= http://download.berlios.de/dcgui/ \ + http://www.hitnet.rwth-aachen.de/~brueffer/distfiles/ MAINTAINER= markus@FreeBSD.org COMMENT= Direct connect interface library for dcgui diff --git a/net/valknut/Makefile b/net/valknut/Makefile index b3749a12530..a40deb89bd2 100644 --- a/net/valknut/Makefile +++ b/net/valknut/Makefile @@ -9,7 +9,8 @@ PORTNAME= valknut PORTVERSION= 0.3.7 CATEGORIES= net -MASTER_SITES= http://download.berlios.de/dcgui/ +MASTER_SITES= http://download.berlios.de/dcgui/ \ + http://www.hitnet.rwth-aachen.de/~brueffer/distfiles/ MAINTAINER= markus@FreeBSD.org COMMENT= A Direct Connect client QT GUI |