diff options
-rw-r--r-- | textproc/colordiff/Makefile | 2 | ||||
-rw-r--r-- | textproc/fldiff/Makefile | 2 | ||||
-rw-r--r-- | textproc/htmlise/Makefile | 2 | ||||
-rw-r--r-- | textproc/rtf2html/Makefile | 2 | ||||
-rw-r--r-- | textproc/uni2ascii/Makefile | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/textproc/colordiff/Makefile b/textproc/colordiff/Makefile index 81ced1372fe0..cffbdf4f8171 100644 --- a/textproc/colordiff/Makefile +++ b/textproc/colordiff/Makefile @@ -5,7 +5,7 @@ PORTNAME= colordiff PORTVERSION= 1.0.13 PORTREVISION= 1 CATEGORIES= textproc -MASTER_SITES= http://www.colordiff.org/ CRITICAL +MASTER_SITES= http://www.colordiff.org/ LOCAL/ehaupt MAINTAINER= ehaupt@FreeBSD.org COMMENT= Tool to colorize diff output diff --git a/textproc/fldiff/Makefile b/textproc/fldiff/Makefile index adaf87e4e592..4117f614fbfc 100644 --- a/textproc/fldiff/Makefile +++ b/textproc/fldiff/Makefile @@ -5,7 +5,7 @@ PORTNAME= fldiff PORTVERSION= 1.1 PORTREVISION= 9 CATEGORIES= textproc -MASTER_SITES= CRITICAL +MASTER_SITES= LOCAL/ehaupt DISTNAME= ${PORTNAME}-${PORTVERSION}-source MAINTAINER= ehaupt@FreeBSD.org diff --git a/textproc/htmlise/Makefile b/textproc/htmlise/Makefile index e5d70e726941..c532ad275d45 100644 --- a/textproc/htmlise/Makefile +++ b/textproc/htmlise/Makefile @@ -5,7 +5,7 @@ PORTNAME= htmlise PORTVERSION= 0.2 CATEGORIES= textproc MASTER_SITES= http://www.ex-parrot.com/~chris/stuff/ \ - CRITICAL + LOCAL/ehaupt MAINTAINER= ehaupt@FreeBSD.org COMMENT= Formats plain text as HTML diff --git a/textproc/rtf2html/Makefile b/textproc/rtf2html/Makefile index 6c9121bb0bee..bdd02b67c2ee 100644 --- a/textproc/rtf2html/Makefile +++ b/textproc/rtf2html/Makefile @@ -4,7 +4,7 @@ PORTNAME= rtf2html DISTVERSION= 1.1b CATEGORIES= textproc -MASTER_SITES= CRITICAL +MASTER_SITES= LOCAL/ehaupt MAINTAINER= ehaupt@FreeBSD.org COMMENT= Simple rtf2html converter diff --git a/textproc/uni2ascii/Makefile b/textproc/uni2ascii/Makefile index 40b83dd9089b..fa55fd8207b1 100644 --- a/textproc/uni2ascii/Makefile +++ b/textproc/uni2ascii/Makefile @@ -5,7 +5,7 @@ PORTNAME= uni2ascii PORTVERSION= 4.18 CATEGORIES= textproc MASTER_SITES= http://billposer.org/Software/Downloads/ \ - CRITICAL + LOCAL/ehaupt MAINTAINER= ehaupt@FreeBSD.org COMMENT= Convert between UTF-8 Unicode and 7-bit ASCII equivalents |