diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2010-09-23 05:21:25 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2010-09-23 05:21:25 +0800 |
commit | f21e056ceef5d43f243e02a3e0ce39555c2991ae (patch) | |
tree | 43b2d336d6c8fd790032130a8019ff9d8c84242a /textproc | |
parent | 59668a8cc6afbd5835a0a5ad4332c9e02aa6dbc8 (diff) | |
download | freebsd-ports-gnome-f21e056ceef5d43f243e02a3e0ce39555c2991ae.tar.gz freebsd-ports-gnome-f21e056ceef5d43f243e02a3e0ce39555c2991ae.tar.zst freebsd-ports-gnome-f21e056ceef5d43f243e02a3e0ce39555c2991ae.zip |
- Update maintainer email address flo@kasimir.com -> flo@smeets.im
PR: ports/150855
Submitted by: maintainer
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 |