diff options
author | dhn <dhn@FreeBSD.org> | 2009-03-07 02:14:36 +0800 |
---|---|---|
committer | dhn <dhn@FreeBSD.org> | 2009-03-07 02:14:36 +0800 |
commit | 5a672e376b51e44f90feaea389761c3854ed8a37 (patch) | |
tree | 0775669807ca168ef6ee3d68a8501e80f65899ae /net-im | |
parent | 7021e2992d6cb6141c65d2ded4feee60b5f713bf (diff) | |
download | freebsd-ports-gnome-5a672e376b51e44f90feaea389761c3854ed8a37.tar.gz freebsd-ports-gnome-5a672e376b51e44f90feaea389761c3854ed8a37.tar.zst freebsd-ports-gnome-5a672e376b51e44f90feaea389761c3854ed8a37.zip |
- Use my FreeBSD address on the ports I maintain
Approved by: tabthorpe (co-mentor)
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/mcabber/Makefile | 2 | ||||
-rw-r--r-- | net-im/tkabbur/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net-im/mcabber/Makefile b/net-im/mcabber/Makefile index 33f765345f6d..23f96dc44b1d 100644 --- a/net-im/mcabber/Makefile +++ b/net-im/mcabber/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 0.9.9 CATEGORIES= net-im MASTER_SITES= http://www.lilotux.net/~mikael/mcabber/files/ CENKES -MAINTAINER= adox@mcx2.org +MAINTAINER= dhn@FreeBSD.org COMMENT= Small Jabber console client USE_BZIP2= yes diff --git a/net-im/tkabbur/Makefile b/net-im/tkabbur/Makefile index 64250905460c..69408c66fecb 100644 --- a/net-im/tkabbur/Makefile +++ b/net-im/tkabbur/Makefile @@ -11,7 +11,7 @@ CATEGORIES= net-im MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} DISTNAME= ${PORTNAME}-${PORTVERSION}.src -MAINTAINER= adox@mcx2.org +MAINTAINER= dhn@FreeBSD.org COMMENT= Is a modification of XMPP/Jabber client Tkabber RUN_DEPENDS= wish8.4:${PORTSDIR}/x11-toolkits/tk84 \ |