diff options
-rw-r--r-- | lang/intercal/Makefile | 2 | ||||
-rw-r--r-- | lang/intercal/pkg-descr | 2 | ||||
-rw-r--r-- | mail/fetchmail/Makefile | 2 | ||||
-rw-r--r-- | mail/fetchmail/pkg-descr | 2 | ||||
-rw-r--r-- | misc/bogosort/pkg-descr | 2 | ||||
-rw-r--r-- | misc/jargon/Makefile | 2 | ||||
-rw-r--r-- | misc/jargon/pkg-descr | 1 |
7 files changed, 7 insertions, 6 deletions
diff --git a/lang/intercal/Makefile b/lang/intercal/Makefile index 54acadc6cd9d..49718da43038 100644 --- a/lang/intercal/Makefile +++ b/lang/intercal/Makefile @@ -8,7 +8,7 @@ PORTNAME= intercal PORTVERSION= 0.20 CATEGORIES= lang -MASTER_SITES= http://www.tuxedo.org/~esr/intercal/ +MASTER_SITES= http://www.catb.org/~esr/intercal/ MAINTAINER= mph@freebsd.org diff --git a/lang/intercal/pkg-descr b/lang/intercal/pkg-descr index 138d836407c9..37064e9ca5f4 100644 --- a/lang/intercal/pkg-descr +++ b/lang/intercal/pkg-descr @@ -4,4 +4,4 @@ languages. This is the C-INTERCAL compiler, which compiles INTERCAL to C, and then invokes cc as a backend, much like the "f2c" Fortran compiler. -WWW: http://www.tuxedo.org/~esr/intercal/ +WWW: http://www.catb.org/~esr/intercal/ diff --git a/mail/fetchmail/Makefile b/mail/fetchmail/Makefile index c8b40b81054f..9661261f7e3e 100644 --- a/mail/fetchmail/Makefile +++ b/mail/fetchmail/Makefile @@ -12,7 +12,7 @@ PORTNAME= fetchmail PORTVERSION= 6.2.0 CATEGORIES= mail ipv6 -MASTER_SITES= http://www.tuxedo.org/~esr/fetchmail/ \ +MASTER_SITES= http://www.catb.org/~esr/fetchmail/ \ ftp://ftp.ccil.org/pub/esr/fetchmail/ MAINTAINER= ve@sci.fi diff --git a/mail/fetchmail/pkg-descr b/mail/fetchmail/pkg-descr index f6c3bd778fce..f119ca1865dd 100644 --- a/mail/fetchmail/pkg-descr +++ b/mail/fetchmail/pkg-descr @@ -14,4 +14,4 @@ user agent. Fetchmail is the lineal descendant of and replacement for the old popclient program. -WWW: http://www.tuxedo.org/~esr/fetchmail/ +WWW: http://www.catb.org/~esr/fetchmail/ diff --git a/misc/bogosort/pkg-descr b/misc/bogosort/pkg-descr index 9eec89fd8a3f..897b10f1c7e8 100644 --- a/misc/bogosort/pkg-descr +++ b/misc/bogosort/pkg-descr @@ -1,5 +1,5 @@ Sort files or its standard input using the bogo-sort algorithm -described in the Jargon File <http://www.tuxedo.org/~esr/jargon>. +described in the Jargon File <http://www.catb.org/~esr/jargon/>. A quote from the Jargon File 'bogo-sort' entry: diff --git a/misc/jargon/Makefile b/misc/jargon/Makefile index 88354d9d2768..2790208d4f7e 100644 --- a/misc/jargon/Makefile +++ b/misc/jargon/Makefile @@ -8,7 +8,7 @@ PORTNAME= jargon PORTVERSION= 4.3.3 CATEGORIES= misc -MASTER_SITES= http://www.tuxedo.org/~esr/jargon/ +MASTER_SITES= http://www.catb.org/~esr/jargon/ MAINTAINER= sf@FreeBSD.org diff --git a/misc/jargon/pkg-descr b/misc/jargon/pkg-descr index 3fae2cf3d244..8955b23d6453 100644 --- a/misc/jargon/pkg-descr +++ b/misc/jargon/pkg-descr @@ -7,3 +7,4 @@ of hacker slang illuminating many aspects of hackish tradition, folklore, and humor. Happy Hacking! Stefan Moeding <s.moeding@ndh.net> +WWW: http://www.catb.org/~esr/jargon/ |