diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-06-07 18:51:21 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-06-07 18:51:21 +0000 |
commit | 5af9456038f307306b772ce04e65ed51c4e6ef17 (patch) | |
tree | 842fda9b4775d92ab92a4e7323a00b0f059ede48 /textproc | |
parent | a6111b4602a1eca5d750d99a9f0ceec701c3e01a (diff) | |
download | ports-5af9456038f307306b772ce04e65ed51c4e6ef17.tar.gz ports-5af9456038f307306b772ce04e65ed51c4e6ef17.zip |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/libtre/Makefile | 2 | ||||
-rw-r--r-- | textproc/py-libtre/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/textproc/libtre/Makefile b/textproc/libtre/Makefile index 779d1232d97e..a1df2f962260 100644 --- a/textproc/libtre/Makefile +++ b/textproc/libtre/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= http://laurikari.net/tre/ \ LOCAL/jkoshy DISTNAME= tre-${PORTVERSION} -MAINTAINER= bf2006a@yahoo.com +MAINTAINER= bf1783@gmail.com 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 2865b55562d8..48198f6f63a3 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= bf2006a@yahoo.com +MAINTAINER= bf1783@gmail.com COMMENT= Python interface for the tre regular expressions library LIB_DEPENDS= tre.6:${PORTSDIR}/textproc/libtre |