summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2004-05-08 23:59:28 +0000
committerAlex Dupre <ale@FreeBSD.org>2004-05-08 23:59:28 +0000
commitaf3ef36b635c44d5d9c3d61b1c825a20519f6fa1 (patch)
tree7dd605efdefa84007dcc7c9c035d8425c4e48f54
parentAdd wmi 7, a window manager designed to be like Ion and LarsWM. (diff)
Add more MASTER_SITE.
PR: ports/66376 Submitted by: Matt Lancereau <matt@rimasec.net> (maintainer)
Notes
Notes: svn path=/head/; revision=108706
-rw-r--r--deskutils/xfce4-taskbar-plugin/Makefile2
-rw-r--r--deskutils/xfce4-windowlist-plugin/Makefile2
-rw-r--r--sysutils/xfce4-fsguard-plugin/Makefile5
-rw-r--r--x11-clocks/xfce4-datetime-plugin/Makefile5
-rw-r--r--x11-wm/xfce4-menueditor/Makefile1
-rw-r--r--x11-wm/xfce4-session/Makefile1
-rw-r--r--x11/xfce4-clipman-plugin/Makefile5
7 files changed, 18 insertions, 3 deletions
diff --git a/deskutils/xfce4-taskbar-plugin/Makefile b/deskutils/xfce4-taskbar-plugin/Makefile
index 497068162654..70fa5d478766 100644
--- a/deskutils/xfce4-taskbar-plugin/Makefile
+++ b/deskutils/xfce4-taskbar-plugin/Makefile
@@ -9,6 +9,8 @@ PORTNAME= xfce4-taskbar-plugin
PORTVERSION= 0.1.0
CATEGORIES= deskutils xfce
MASTER_SITES= http://download.berlios.de/xfce-goodies/ \
+ http://matt.nerim.net/xfce-goodies/ \
+ http://xfce.org/~kelnos/mirrors/xfce-goodies/ \
http://www.bsd-blax.org/ports/mirrors/
DISTNAME= xfce4-taskbar-plugin-${PORTVERSION}
diff --git a/deskutils/xfce4-windowlist-plugin/Makefile b/deskutils/xfce4-windowlist-plugin/Makefile
index acf47109f1ca..19e0c0fe7924 100644
--- a/deskutils/xfce4-windowlist-plugin/Makefile
+++ b/deskutils/xfce4-windowlist-plugin/Makefile
@@ -9,6 +9,8 @@ PORTNAME= xfce4-windowlist-plugin
PORTVERSION= 0.1.0
CATEGORIES= deskutils xfce
MASTER_SITES= http://download.berlios.de/xfce-goodies/ \
+ http://matt.nerim.net/xfce-goodies/ \
+ http://xfce.org/~kelnos/mirrors/xfce-goodies/ \
http://www.bsd-blax.org/ports/mirrors/
DISTNAME= xfce4-windowlist-plugin-${PORTVERSION}
diff --git a/sysutils/xfce4-fsguard-plugin/Makefile b/sysutils/xfce4-fsguard-plugin/Makefile
index 2fc0acf503f7..55af878073a3 100644
--- a/sysutils/xfce4-fsguard-plugin/Makefile
+++ b/sysutils/xfce4-fsguard-plugin/Makefile
@@ -9,7 +9,10 @@ PORTNAME= xfce4-fsguard-plugin
PORTVERSION= 0.2.0
PORTREVISION= 2
CATEGORIES= sysutils xfce
-MASTER_SITES= http://download.berlios.de/xfce-goodies/
+MASTER_SITES= http://download.berlios.de/xfce-goodies/ \
+ http://matt.nerim.net/xfce-goodies/ \
+ http://xfce.org/~kelnos/mirrors/xfce-goodies/ \
+ http://www.bsd-blax.org/ports/mirrors/
MAINTAINER= matt@rimasec.net
COMMENT= XFce4 panel plugin to check a mountpoint for free disk space
diff --git a/x11-clocks/xfce4-datetime-plugin/Makefile b/x11-clocks/xfce4-datetime-plugin/Makefile
index 1e2c81795e76..5cfc110bffc7 100644
--- a/x11-clocks/xfce4-datetime-plugin/Makefile
+++ b/x11-clocks/xfce4-datetime-plugin/Makefile
@@ -9,7 +9,10 @@ PORTNAME= xfce4-datetime-plugin
PORTVERSION= 0.3.0
PORTREVISION= 2
CATEGORIES= x11-clocks xfce
-MASTER_SITES= http://download.berlios.de/xfce-goodies/
+MASTER_SITES= http://download.berlios.de/xfce-goodies/ \
+ http://matt.nerim.net/xfce-goodies/ \
+ http://xfce.org/~kelnos/mirrors/xfce-goodies/ \
+ http://www.bsd-blax.org/ports/mirrors/
MAINTAINER= matt@rimasec.net
COMMENT= XFce 4 additional clock module which also shows date
diff --git a/x11-wm/xfce4-menueditor/Makefile b/x11-wm/xfce4-menueditor/Makefile
index f16b087b22fb..0f623702b7d4 100644
--- a/x11-wm/xfce4-menueditor/Makefile
+++ b/x11-wm/xfce4-menueditor/Makefile
@@ -10,6 +10,7 @@ PORTVERSION= 1.05
PORTREVISION= 1
CATEGORIES= x11-wm xfce
MASTER_SITES= http://users.skynet.be/p0llux/files/ \
+ http://matt.nerim.net/xfce-goodies/ \
http://www.bsd-blax.org/ports/mirrors/
MAINTAINER= matt@rimasec.net
diff --git a/x11-wm/xfce4-session/Makefile b/x11-wm/xfce4-session/Makefile
index 0b337714ae0b..3fe0bf8e3337 100644
--- a/x11-wm/xfce4-session/Makefile
+++ b/x11-wm/xfce4-session/Makefile
@@ -10,6 +10,7 @@ PORTVERSION= 0.1.4
PORTREVISION= 3
CATEGORIES= x11-wm xfce
MASTER_SITES= http://echobase.homeunix.net/~bmeurer/tmp/xfce4-session/ \
+ http://matt.nerim.net/xfce-goodies/ \
http://www.bsd-blax.org/ports/mirrors/
MAINTAINER= matt@rimasec.net
diff --git a/x11/xfce4-clipman-plugin/Makefile b/x11/xfce4-clipman-plugin/Makefile
index 1b56336e9c36..15fb77ce128c 100644
--- a/x11/xfce4-clipman-plugin/Makefile
+++ b/x11/xfce4-clipman-plugin/Makefile
@@ -9,7 +9,10 @@ PORTNAME= xfce4-clipman-plugin
PORTVERSION= 0.4.0
PORTREVISION= 2
CATEGORIES= x11 xfce
-MASTER_SITES= http://download.berlios.de/xfce-goodies/
+MASTER_SITES= http://download.berlios.de/xfce-goodies/ \
+ http://matt.nerim.net/xfce-goodies/ \
+ http://xfce.org/~kelnos/mirrors/xfce-goodies/ \
+ http://www.bsd-blax.org/ports/mirrors/
MAINTAINER= matt@rimasec.net
COMMENT= XFce 4 clipboard module for xfce4-panel