diff options
author | edwin <edwin@FreeBSD.org> | 2006-12-22 04:41:33 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2006-12-22 04:41:33 +0800 |
commit | 023638f96cb4c7c51fba7f68023656558632617a (patch) | |
tree | edb8060ed0920196b653415c48402bbe53fa922c /textproc | |
parent | 14105d400ac1d4f988a9651544941eb6ee29900c (diff) | |
download | freebsd-ports-gnome-023638f96cb4c7c51fba7f68023656558632617a.tar.gz freebsd-ports-gnome-023638f96cb4c7c51fba7f68023656558632617a.tar.zst freebsd-ports-gnome-023638f96cb4c7c51fba7f68023656558632617a.zip |
[MAINTAINER] update my email address in 76 ports + mirror some distfiles
I've got a brand new hosting, so change my email to the new
one. Also, now I can mirror some distfiles, so update
MASTER_SITES for some ports.
PR: ports/107038
Submitted by: Dmitry Marakasov <amdmi3@mail.ru>
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/catdoc/Makefile | 5 | ||||
-rw-r--r-- | textproc/p5-Text-Capitalize/Makefile | 4 | ||||
-rw-r--r-- | textproc/uncrustify/Makefile | 4 |
3 files changed, 7 insertions, 6 deletions
diff --git a/textproc/catdoc/Makefile b/textproc/catdoc/Makefile index b4b6a307c46e..a8c84594c1e8 100644 --- a/textproc/catdoc/Makefile +++ b/textproc/catdoc/Makefile @@ -8,10 +8,11 @@ PORTNAME= catdoc PORTVERSION= 0.94.2 CATEGORIES= textproc -MASTER_SITES= ftp://ftp.45.free.net/pub/catdoc/ +MASTER_SITES= ftp://ftp.45.free.net/pub/catdoc/ \ + http://www.amdmi3.ru/distfiles/ # ${MASTER_SITE_TEX_CTAN:S/$/support\/catdoc\//} -MAINTAINER= amdmi3@mail.ru +MAINTAINER= amdmi3@amdmi3.ru COMMENT= MS Word/Excel converter to plain ASCII or TeX. TK viewer included GNU_CONFIGURE= yes diff --git a/textproc/p5-Text-Capitalize/Makefile b/textproc/p5-Text-Capitalize/Makefile index fe0b53af4b3b..3f694ddf4c41 100644 --- a/textproc/p5-Text-Capitalize/Makefile +++ b/textproc/p5-Text-Capitalize/Makefile @@ -1,6 +1,6 @@ # New ports collection makefile for: p5-Text-Capitalize # Date created: 24 Nov 2005 -# Whom: Dmitry Marakasov <amdmi3@mail.ru> +# Whom: Dmitry Marakasov <amdmi3@amdmi3.ru> # # $FreeBSD$ # @@ -12,7 +12,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Text PKGNAMEPREFIX= p5- -MAINTAINER= amdmi3@mail.ru +MAINTAINER= amdmi3@amdmi3.ru COMMENT= Capitalize strings ("to WORK AS titles" becomes "To Work as Titles") PERL_CONFIGURE= yes diff --git a/textproc/uncrustify/Makefile b/textproc/uncrustify/Makefile index 7bf5f20aad69..73a080aed061 100644 --- a/textproc/uncrustify/Makefile +++ b/textproc/uncrustify/Makefile @@ -1,6 +1,6 @@ # New ports collection makefile for: uncrustify # Date created: 03 Jul 2006 -# Whom: Dmitry Marakasov <amdmi3@mail.ru> +# Whom: Dmitry Marakasov <amdmi3@amdmi3.ru> # # $FreeBSD$ # @@ -12,7 +12,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} EXTRACT_SUFX= .tgz -MAINTAINER= amdmi3@mail.ru +MAINTAINER= amdmi3@amdmi3.ru COMMENT= Highly configurable source code beautifier GNU_CONFIGURE= yes |