diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-09-22 21:21:25 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-09-22 21:21:25 +0000 |
commit | b0de515849d951fe87fa799ff729bf127860045e (patch) | |
tree | c3f18ee245fe5ed074c34ecf7557017bae9aed88 /textproc | |
parent | 60eaa1c4322ffd4a1ae09ffaf286bab827773b92 (diff) |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/pecl-wbxml/Makefile | 4 | ||||
-rw-r--r-- | textproc/wbxml2/Makefile | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/textproc/pecl-wbxml/Makefile b/textproc/pecl-wbxml/Makefile index d14a9d79f04c..1bb5352c0167 100644 --- a/textproc/pecl-wbxml/Makefile +++ b/textproc/pecl-wbxml/Makefile @@ -1,6 +1,6 @@ # New ports collection makefile for: pecl-wbxml # Date created: 2009-03-11 -# Whom: Florian Smeets <flo@kasimir.com> +# Whom: Florian Smeets <flo@smeets.im> # # $FreeBSD$ # @@ -13,7 +13,7 @@ PKGNAMEPREFIX= pecl- EXTRACT_SUFX= .tgz DIST_SUBDIR= PECL -MAINTAINER= flo@kasimir.com +MAINTAINER= flo@smeets.im COMMENT= A PECL extension that provides WBXML conversion capabilities LIB_DEPENDS= wbxml2.0:${PORTSDIR}/textproc/wbxml2 diff --git a/textproc/wbxml2/Makefile b/textproc/wbxml2/Makefile index 6d502d691726..373cab2909ea 100644 --- a/textproc/wbxml2/Makefile +++ b/textproc/wbxml2/Makefile @@ -11,7 +11,7 @@ CATEGORIES= textproc devel MASTER_SITES= SF/libwbxml/libwbxml/${PORTVERSION} DISTNAME= libwbxml-${PORTVERSION} -MAINTAINER= flo@kasimir.com +MAINTAINER= flo@smeets.im COMMENT= Library & tools for converting wbxml<->xml LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2 |