diff options
-rw-r--r-- | audio/mp32ogg/Makefile | 5 | ||||
-rw-r--r-- | audio/mp3wrap/Makefile | 4 | ||||
-rw-r--r-- | ftp/wmget/Makefile | 7 | ||||
-rw-r--r-- | games/wmquake/Makefile | 7 | ||||
-rw-r--r-- | misc/ipbt/Makefile | 6 |
5 files changed, 16 insertions, 13 deletions
diff --git a/audio/mp32ogg/Makefile b/audio/mp32ogg/Makefile index 990981557839..4a650ac0c7e8 100644 --- a/audio/mp32ogg/Makefile +++ b/audio/mp32ogg/Makefile @@ -10,10 +10,11 @@ PORTNAME= mp32ogg PORTVERSION= 0.11 PORTREVISION= 2 CATEGORIES= audio perl5 -MASTER_SITES= ftp://ftp.faceprint.com/pub/software/scripts/ +MASTER_SITES= ftp://ftp.faceprint.com/pub/software/scripts/ \ + http://people.freebsd.org/~uqs/distfiles/ EXTRACT_SUFX= # empty -MAINTAINER= uspoerlein@gmail.com +MAINTAINER= uqs@FreeBSD.org COMMENT= Convert MP3 files to Ogg Vorbis files RUN_DEPENDS= mpg123:${PORTSDIR}/audio/mpg123 \ diff --git a/audio/mp3wrap/Makefile b/audio/mp3wrap/Makefile index 2ae5b640bbd9..ccf0e450c55f 100644 --- a/audio/mp3wrap/Makefile +++ b/audio/mp3wrap/Makefile @@ -1,6 +1,6 @@ # New ports collection makefile for: audio/mp3wrap # Date created: 30.05.2003 -# Whom: Ulrich Spoerlein <q@uni.de> +# Whom: Ulrich Spoerlein <uspoerlein@gmail.com> # # $FreeBSD$ # @@ -11,7 +11,7 @@ CATEGORIES= audio MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}%20${PORTVERSION} DISTNAME= ${PORTNAME}-${PORTVERSION}-src -MAINTAINER= uspoerlein@gmail.com +MAINTAINER= uqs@FreeBSD.org COMMENT= Utility to merge mp3 files (and other formats) GNU_CONFIGURE= yes diff --git a/ftp/wmget/Makefile b/ftp/wmget/Makefile index 66c910a39d3a..863091fba146 100644 --- a/ftp/wmget/Makefile +++ b/ftp/wmget/Makefile @@ -1,6 +1,6 @@ # New ports collection makefile for: wmget # Date created: 05.01.2004 -# Whom: Ulrich Spoerlein <q@uni.de> +# Whom: Ulrich Spoerlein <uspoerlein@gmail.com> # # $FreeBSD$ @@ -8,10 +8,11 @@ PORTNAME= wmget PORTVERSION= 0.6.0 PORTREVISION= 5 CATEGORIES= ftp -MASTER_SITES= http://amtrickey.net/download/ +MASTER_SITES= http://amtrickey.net/download/ \ + http://people.freebsd.org/~uqs/distfiles/ DISTNAME= ${PORTNAME}-${PORTVERSION}-src -MAINTAINER= uspoerlein@gmail.com +MAINTAINER= uqs@FreeBSD.org COMMENT= Dock app for Window Maker providing wget functionality LIB_DEPENDS= curl.6:${PORTSDIR}/ftp/curl diff --git a/games/wmquake/Makefile b/games/wmquake/Makefile index 43eb05b43b79..f831beff3acc 100644 --- a/games/wmquake/Makefile +++ b/games/wmquake/Makefile @@ -1,6 +1,6 @@ # New ports collection makefile for: games/wmquake # Date created: 17.01.2005 -# Whom: Ulrich Spoerlein <q@uni.de> +# Whom: Ulrich Spoerlein <uspoerlein@gmail.com> # # $FreeBSD$ # @@ -9,9 +9,10 @@ PORTNAME= wmquake PORTVERSION= 1.1 PORTREVISION= 3 CATEGORIES= games -MASTER_SITES= http://www.ne.jp/asahi/linux/timecop/software/ +MASTER_SITES= http://www.ne.jp/asahi/linux/timecop/software/ \ + http://people.freebsd.org/~uqs/distfiles/ -MAINTAINER= uspoerlein@gmail.com +MAINTAINER= uqs@FreeBSD.org COMMENT= Id Software\'s Quake I in a 64x64 WM dockapp window USE_BZIP2= yes diff --git a/misc/ipbt/Makefile b/misc/ipbt/Makefile index 534238862d3d..f106fa2371f1 100644 --- a/misc/ipbt/Makefile +++ b/misc/ipbt/Makefile @@ -9,10 +9,10 @@ PORTNAME= ipbt DISTVERSION= r7471 CATEGORIES= misc MASTER_SITES= http://www.chiark.greenend.org.uk/~sgtatham/ipbt/ \ - http://freebsd.unixfreunde.de/sources/ \ - https://www.spoerlein.net/pub/ + http://freebsd.unixfreunde.de/sources/ \ + http://people.freebsd.org/~uqs/distfiles/ -MAINTAINER= uspoerlein@gmail.com +MAINTAINER= uqs@FreeBSD.org COMMENT= A high-tech ttyrec player with improvements over ttyplay MAN1= ipbt.1 |