diff options
author | bf <bf@FreeBSD.org> | 2010-07-08 20:51:37 +0800 |
---|---|---|
committer | bf <bf@FreeBSD.org> | 2010-07-08 20:51:37 +0800 |
commit | ee4c074f462290909a9c472ce95aee46716b87cc (patch) | |
tree | e5359732898197b048a724a20eda848b54e26528 /textproc | |
parent | f83b3732ed545580a9bd364e8b0d39bdc979a0c4 (diff) | |
download | freebsd-ports-gnome-ee4c074f462290909a9c472ce95aee46716b87cc.tar.gz freebsd-ports-gnome-ee4c074f462290909a9c472ce95aee46716b87cc.tar.zst freebsd-ports-gnome-ee4c074f462290909a9c472ce95aee46716b87cc.zip |
Change my ports to use my FreeBSD.org email address.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/libtre/Makefile | 2 | ||||
-rw-r--r-- | textproc/py-libtre/Makefile | 2 | ||||
-rw-r--r-- | textproc/unrtf/Makefile | 2 | ||||
-rw-r--r-- | textproc/wv/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/textproc/libtre/Makefile b/textproc/libtre/Makefile index eea5da654f60..f0fe9c504204 100644 --- a/textproc/libtre/Makefile +++ b/textproc/libtre/Makefile @@ -13,7 +13,7 @@ CATEGORIES= textproc MASTER_SITES= http://laurikari.net/tre/ DISTNAME= tre-${PORTVERSION} -MAINTAINER= bf1783@gmail.com +MAINTAINER= bf@FreeBSD.org COMMENT= A lightweight fully POSIX compliant regexp matching library USE_BZIP2= yes diff --git a/textproc/py-libtre/Makefile b/textproc/py-libtre/Makefile index 039d0ab96681..92b1b833b848 100644 --- a/textproc/py-libtre/Makefile +++ b/textproc/py-libtre/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= http://laurikari.net/tre/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= tre-${PORTVERSION} -MAINTAINER= bf1783@gmail.com +MAINTAINER= bf@FreeBSD.org COMMENT= Python interface for the tre regular expressions library LIB_DEPENDS= tre.5:${PORTSDIR}/textproc/libtre diff --git a/textproc/unrtf/Makefile b/textproc/unrtf/Makefile index 6c22d94acc88..7bd1b86014b8 100644 --- a/textproc/unrtf/Makefile +++ b/textproc/unrtf/Makefile @@ -9,7 +9,7 @@ PORTVERSION= 0.21.1 CATEGORIES= textproc MASTER_SITES= GNU -MAINTAINER= bf1783@gmail.com +MAINTAINER= bf@FreeBSD.org COMMENT= A converter from RTF to several formats, including HTML and LaTeX USE_ICONV= yes diff --git a/textproc/wv/Makefile b/textproc/wv/Makefile index f926ce028296..df83c498654c 100644 --- a/textproc/wv/Makefile +++ b/textproc/wv/Makefile @@ -11,7 +11,7 @@ PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= http://www.abisource.com/downloads/wv/${PORTVERSION}/ -MAINTAINER= bf1783@gmail.com +MAINTAINER= bf@FreeBSD.org COMMENT= A library and executables to access Microsoft Word files LIB_DEPENDS= wmf.2:${PORTSDIR}/graphics/libwmf |