aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoruqs <uqs@FreeBSD.org>2010-05-31 16:03:53 +0800
committeruqs <uqs@FreeBSD.org>2010-05-31 16:03:53 +0800
commitc4e3791c267bddbc08b14ffd44275f3a18904f11 (patch)
tree431ef7f2da56afa067b3c09ea6e75b300cc2d8d4
parent6bacbac46b45e6ba876285b2c51eeff016b1692c (diff)
downloadfreebsd-ports-gnome-c4e3791c267bddbc08b14ffd44275f3a18904f11.tar.gz
freebsd-ports-gnome-c4e3791c267bddbc08b14ffd44275f3a18904f11.tar.zst
freebsd-ports-gnome-c4e3791c267bddbc08b14ffd44275f3a18904f11.zip
- Update to my @FreeBSD.org address
- Add distfile mirror to single source MASTER_SITES - Also update no longer working addresses
-rw-r--r--games/bsdgames/Makefile4
-rw-r--r--net/wmwifi/Makefile7
-rw-r--r--sysutils/symon/Makefile3
-rw-r--r--sysutils/wmtop/Makefile3
-rw-r--r--x11-clocks/wmbday/Makefile7
-rw-r--r--x11-clocks/wmtimer/Makefile5
-rw-r--r--x11/wmcliphist/Makefile5
7 files changed, 19 insertions, 15 deletions
diff --git a/games/bsdgames/Makefile b/games/bsdgames/Makefile
index 1771f656b6ea..c46b583b808c 100644
--- a/games/bsdgames/Makefile
+++ b/games/bsdgames/Makefile
@@ -12,9 +12,9 @@ PORTEPOCH= 1
CATEGORIES= games
# Fetched from http://gitweb.dragonflybsd.org/dragonfly.git/tree/v2.4.0:/games
# Content is stable, but file timestamps differ. Bad gitweb, no cookie!
-MASTER_SITES= https://www.spoerlein.net/pub/
+MASTER_SITES= http://people.freebsd.org/~uqs/distfiles/
-MAINTAINER= uqs@spoerlein.net
+MAINTAINER= uqs@FreeBSD.org
COMMENT= Traditional BSD games taken from DragonFly BSD
WRKSRC= ${WRKDIR}/dragonfly
diff --git a/net/wmwifi/Makefile b/net/wmwifi/Makefile
index 35c054aa39ee..652f493fe6ec 100644
--- a/net/wmwifi/Makefile
+++ b/net/wmwifi/Makefile
@@ -1,6 +1,6 @@
# New ports collection makefile for: net/wmwifi
# Date created: 01.07.2005
-# Whom: Ulrich Spoerlein <q@galgenberg.net>
+# Whom: Ulrich Spoerlein <uspoerlein@gmail.com>
#
# $FreeBSD$
#
@@ -10,9 +10,10 @@ PORTVERSION= 0.4
DISTVERSIONSUFFIX=-bsd
PORTREVISION= 4
CATEGORIES= net
-MASTER_SITES= http://digitalssg.net/debian/
+MASTER_SITES= http://digitalssg.net/debian/ \
+ http://people.freebsd.org/~uqs/distfiles/
-MAINTAINER= uqs@spoerlein.net
+MAINTAINER= uqs@FreeBSD.org
COMMENT= Dockapp displaying the signal strength of WiFi connection
GNU_CONFIGURE= yes
diff --git a/sysutils/symon/Makefile b/sysutils/symon/Makefile
index bb53aa56c74e..cceda50669b0 100644
--- a/sysutils/symon/Makefile
+++ b/sysutils/symon/Makefile
@@ -8,7 +8,8 @@
PORTNAME= symon
PORTVERSION= 2.80
CATEGORIES= sysutils
-MASTER_SITES= http://www.xs4all.nl/~wpd/symon/philes/
+MASTER_SITES= http://www.xs4all.nl/~wpd/symon/philes/ \
+ http://people.freebsd.org/~uqs/distfiles/
MAINTAINER= uqs@FreeBSD.org
COMMENT= Performance and information monitoring tool
diff --git a/sysutils/wmtop/Makefile b/sysutils/wmtop/Makefile
index d357624569b0..bb481ea4b976 100644
--- a/sysutils/wmtop/Makefile
+++ b/sysutils/wmtop/Makefile
@@ -11,8 +11,7 @@ CATEGORIES= sysutils windowmaker
MASTER_SITES= http://ftp1.sourceforge.net/wmtop/ \
SF
-
-MAINTAINER= uqs@spoerlein.net
+MAINTAINER= uqs@FreeBSD.org
COMMENT= Windowmaker dock app to display top 3 CPU consuming processes
USE_XORG= xpm x11
diff --git a/x11-clocks/wmbday/Makefile b/x11-clocks/wmbday/Makefile
index ccb335d2b4e7..dde7ae1e8074 100644
--- a/x11-clocks/wmbday/Makefile
+++ b/x11-clocks/wmbday/Makefile
@@ -1,6 +1,6 @@
# New ports collection makefile for: wmbday
# Date created: 2004-01-06
-# Whom: Ulrich Spoerlein <q@gmail.com>
+# Whom: Ulrich Spoerlein <uspoerlein@gmail.com>
#
# $FreeBSD$
@@ -8,9 +8,10 @@ PORTNAME= wmbday
PORTVERSION= 0.3.1
PORTREVISION= 2
CATEGORIES= x11-clocks
-MASTER_SITES= http://buzzinhornetz.ath.cx/wmbday/files/
+MASTER_SITES= http://buzzinhornetz.ath.cx/wmbday/files/ \
+ http://people.freebsd.org/~uqs/distfiles/
-MAINTAINER= uqs@spoerlein.net
+MAINTAINER= uqs@FreeBSD.org
COMMENT= Window Maker dock app that will remind you of birthdays
BUILD_DEPENDS= xmessage:${PORTSDIR}/x11/xmessage
diff --git a/x11-clocks/wmtimer/Makefile b/x11-clocks/wmtimer/Makefile
index ac7783902380..1f34d74f124c 100644
--- a/x11-clocks/wmtimer/Makefile
+++ b/x11-clocks/wmtimer/Makefile
@@ -9,9 +9,10 @@ PORTNAME= wmtimer
PORTVERSION= 2.92
PORTREVISION= 8
CATEGORIES= x11-clocks windowmaker
-MASTER_SITES= http://www.darkops.net/wmtimer/
+MASTER_SITES= http://www.darkops.net/wmtimer/ \
+ http://people.freebsd.org/~uqs/distfiles/
-MAINTAINER= uqs@spoerlein.net
+MAINTAINER= uqs@FreeBSD.org
COMMENT= Multi-Function timer dockapp for WindowMaker
WRKSRC= ${WRKDIR}/${DISTNAME}/wmtimer
diff --git a/x11/wmcliphist/Makefile b/x11/wmcliphist/Makefile
index 88b63d3113c9..e6982c7e2fb1 100644
--- a/x11/wmcliphist/Makefile
+++ b/x11/wmcliphist/Makefile
@@ -9,9 +9,10 @@ PORTNAME= wmcliphist
PORTVERSION= 0.6
PORTREVISION= 3
CATEGORIES= x11 windowmaker
-MASTER_SITES= http://linux.nawebu.cz/wmcliphist/
+MASTER_SITES= http://linux.nawebu.cz/wmcliphist/ \
+ http://people.freebsd.org/~uqs/distfiles/
-MAINTAINER= uqs@spoerlein.net
+MAINTAINER= uqs@FreeBSD.org
COMMENT= Clipboard history management dockapp for Window Maker
USE_XORG= xpm