diff options
author | Bill Fenner <fenner@FreeBSD.org> | 1999-12-22 17:31:02 +0000 |
---|---|---|
committer | Bill Fenner <fenner@FreeBSD.org> | 1999-12-22 17:31:02 +0000 |
commit | 39e0ff9ee10e28b389827958aab435e3fb423f15 (patch) | |
tree | 5b2353bbe97c59746013e99c9e1244a2534b0d01 | |
parent | Energize fortran-utils (diff) |
Remove jraynard as MAINTAINER, since he no longer has an account.
Move distfiles from ~jraynard/public_html/ports/distfiles/ to
~fenner/public_html/distfiles-- this does not imply that I take
any responsibility for the ports but I'll at least host the
existing distfiles =)
Notes
Notes:
svn path=/head/; revision=23817
-rw-r--r-- | devel/ElectricFence/Makefile | 2 | ||||
-rw-r--r-- | devel/sfio/Makefile | 2 | ||||
-rw-r--r-- | editors/textedit/Makefile | 4 | ||||
-rw-r--r-- | emulators/sim/Makefile | 2 | ||||
-rw-r--r-- | emulators/simh/Makefile | 2 | ||||
-rw-r--r-- | news/slurp/Makefile | 2 | ||||
-rw-r--r-- | x11/props/Makefile | 4 |
7 files changed, 2 insertions, 16 deletions
diff --git a/devel/ElectricFence/Makefile b/devel/ElectricFence/Makefile index 743066b3aea0..d92e909fcb50 100644 --- a/devel/ElectricFence/Makefile +++ b/devel/ElectricFence/Makefile @@ -12,8 +12,6 @@ CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= devel/lang/c -MAINTAINER= jraynard@freebsd.org - MAN3= libefence.3 do-install: diff --git a/devel/sfio/Makefile b/devel/sfio/Makefile index 6f71f9a1783c..30c4eacec616 100644 --- a/devel/sfio/Makefile +++ b/devel/sfio/Makefile @@ -16,8 +16,6 @@ EXTRACT_CMD= cpio EXTRACT_BEFORE_ARGS= -idF EXTRACT_AFTER_ARGS= # empty -MAINTAINER= jraynard@freebsd.org - NO_WRKSUBDIR= yes IS_INTERACTIVE= yes MAN3= cdt.3 sfio.3 vmalloc.3 diff --git a/editors/textedit/Makefile b/editors/textedit/Makefile index 99e885011ddb..c625ada07262 100644 --- a/editors/textedit/Makefile +++ b/editors/textedit/Makefile @@ -8,14 +8,12 @@ DISTNAME= textedit-1.0 CATEGORIES= editors -MASTER_SITES= http://www.FreeBSD.org/~jraynard/ports/distfiles/ +MASTER_SITES= http://www.FreeBSD.org/~fenner/distfiles/ MAINTAINER= alex@big.endian.de LIB_DEPENDS= xview.3:${PORTSDIR}/x11-toolkits/xview -BROKEN= "mastersite gone" - WRKSRC= ${WRKDIR}/textedit USE_IMAKE= yes MAN1= textedit.1 diff --git a/emulators/sim/Makefile b/emulators/sim/Makefile index df4f82b660a9..e462ebdd9ed6 100644 --- a/emulators/sim/Makefile +++ b/emulators/sim/Makefile @@ -12,8 +12,6 @@ CATEGORIES= emulators MASTER_SITES= ftp://minnie.cs.adfa.oz.au/pub/PDP-11/Sims/Supnik_2.3/sources/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}.update1.tar.gz -MAINTAINER= jraynard@FreeBSD.org - RESTRICTED= "Non-commercial use only" NO_WRKSUBDIR= yes diff --git a/emulators/simh/Makefile b/emulators/simh/Makefile index df4f82b660a9..e462ebdd9ed6 100644 --- a/emulators/simh/Makefile +++ b/emulators/simh/Makefile @@ -12,8 +12,6 @@ CATEGORIES= emulators MASTER_SITES= ftp://minnie.cs.adfa.oz.au/pub/PDP-11/Sims/Supnik_2.3/sources/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}.update1.tar.gz -MAINTAINER= jraynard@FreeBSD.org - RESTRICTED= "Non-commercial use only" NO_WRKSUBDIR= yes diff --git a/news/slurp/Makefile b/news/slurp/Makefile index e918aa5d06fe..ea0f52813972 100644 --- a/news/slurp/Makefile +++ b/news/slurp/Makefile @@ -11,8 +11,6 @@ CATEGORIES= news MASTER_SITES= ftp://ftp.demon.co.uk/pub/news/slurp/ EXTRACT_SUFX= .tar.Z -MAINTAINER= jraynard@FreeBSD.org - NO_WRKSUBDIR= yes MAN1= slurp.1 diff --git a/x11/props/Makefile b/x11/props/Makefile index 93acc52e65d0..eb2414718651 100644 --- a/x11/props/Makefile +++ b/x11/props/Makefile @@ -8,9 +8,7 @@ DISTNAME= props-1.0 CATEGORIES= x11 -MASTER_SITES= http://www.freebsd.org/~jraynard/ports/distfiles/ - -MAINTAINER= jraynard@@freebsd.org +MASTER_SITES= http://www.freebsd.org/~fenner/distfiles/ LIB_DEPENDS= xview.3:${PORTSDIR}/x11-toolkits/xview |