diff options
author | hq <hq@FreeBSD.org> | 2004-10-23 09:56:23 +0800 |
---|---|---|
committer | hq <hq@FreeBSD.org> | 2004-10-23 09:56:23 +0800 |
commit | e8e86591ae2bb1088c7e468fd78f847d3752ec78 (patch) | |
tree | b07600ef7f3affe31e08c5f6b526bcb4fa7ee1d0 /textproc | |
parent | 9f9b76784b1e7f93b5f609f6226bc48826106207 (diff) | |
download | freebsd-ports-gnome-e8e86591ae2bb1088c7e468fd78f847d3752ec78.tar.gz freebsd-ports-gnome-e8e86591ae2bb1088c7e468fd78f847d3752ec78.tar.zst freebsd-ports-gnome-e8e86591ae2bb1088c7e468fd78f847d3752ec78.zip |
Use my FreeBSD address in MAINTAINER
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/exslt/Makefile | 2 | ||||
-rw-r--r-- | textproc/xmlpull/Makefile | 2 | ||||
-rw-r--r-- | textproc/xpp3/Makefile | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/textproc/exslt/Makefile b/textproc/exslt/Makefile index 57a817f8a191..30fcd1e21abc 100644 --- a/textproc/exslt/Makefile +++ b/textproc/exslt/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= http://www.exslt.org/ DISTNAME= all-${PORTNAME} DIST_SUBDIR= ${PORTNAME}-${PORTVERSION} -MAINTAINER= herve.quiroz@esil.univ-mrs.fr +MAINTAINER= hq@FreeBSD.org COMMENT= Community initiative extensions to XSLT USE_ZIP= yes diff --git a/textproc/xmlpull/Makefile b/textproc/xmlpull/Makefile index d0ac6f3e2032..9405c1124583 100644 --- a/textproc/xmlpull/Makefile +++ b/textproc/xmlpull/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= http://www.xmlpull.org/v1/download/ DISTNAME= ${DISTNAME_PREFX}_src EXTRACT_SUFX= .tgz -MAINTAINER= herve.quiroz@esil.univ-mrs.fr +MAINTAINER= hq@FreeBSD.org COMMENT= Common API for XML Pull Parsing (XmlPull) BUILD_DEPENDS= ${ANT}:${PORTSDIR}/devel/apache-ant diff --git a/textproc/xpp3/Makefile b/textproc/xpp3/Makefile index c8668137eb78..644ec7cffb17 100644 --- a/textproc/xpp3/Makefile +++ b/textproc/xpp3/Makefile @@ -1,6 +1,6 @@ # New ports collection makefile for: xpp3 # Date created: 2004-04-02 -# Whom: Herve Quiroz <root@arabica.esil.univ-mrs.fr> +# Whom: Herve Quiroz <herve.quiroz@esil.univ-mrs.fr> # # $FreeBSD$ # @@ -12,7 +12,7 @@ MASTER_SITES= http://www.extreme.indiana.edu/dist/java-repository/xpp3/distribut DISTNAME= ${DISTNAME_PREFX}_src EXTRACT_SUFX= .tgz -MAINTAINER= herve.quiroz@esil.univ-mrs.fr +MAINTAINER= hq@FreeBSD.org COMMENT= XML Pull Parser 3rd Edition (XPP3) BUILD_DEPENDS= ${ANT}:${PORTSDIR}/devel/apache-ant |