diff options
author | miwi <miwi@FreeBSD.org> | 2008-08-20 15:38:52 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-08-20 15:38:52 +0800 |
commit | 2d4669d56f1c2b43d210bb830a29412b42877ec0 (patch) | |
tree | 9a33c0e929ee9733f24ee88638a034405c23e899 | |
parent | 98bafbb29be04375dd7c1d0979cc4cfa947712a7 (diff) | |
download | freebsd-ports-gnome-2d4669d56f1c2b43d210bb830a29412b42877ec0.tar.gz freebsd-ports-gnome-2d4669d56f1c2b43d210bb830a29412b42877ec0.tar.zst freebsd-ports-gnome-2d4669d56f1c2b43d210bb830a29412b42877ec0.zip |
- Take maintainership
-rw-r--r-- | dns/dlint/Makefile | 2 | ||||
-rw-r--r-- | net/whois/Makefile | 2 | ||||
-rw-r--r-- | security/tor/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/dns/dlint/Makefile b/dns/dlint/Makefile index 31f74d8344cd..2c21c8212b07 100644 --- a/dns/dlint/Makefile +++ b/dns/dlint/Makefile @@ -12,7 +12,7 @@ CATEGORIES= dns MASTER_SITES= http://www.sfr-fresh.com/unix/misc/dns/ DISTNAME= dlint${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= Lint for DNS zones (Domain Name Server zone verification utility) NO_BUILD= yes diff --git a/net/whois/Makefile b/net/whois/Makefile index 6a347e5041bc..22b7f3279e33 100644 --- a/net/whois/Makefile +++ b/net/whois/Makefile @@ -11,7 +11,7 @@ CATEGORIES= net MASTER_SITES= ${MASTER_SITE_DEBIAN_POOL} DISTNAME= ${PORTNAME}_${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= Marco d'Itri whois client USE_GMAKE= yes diff --git a/security/tor/Makefile b/security/tor/Makefile index 3ecce933e607..0ee325ea1217 100644 --- a/security/tor/Makefile +++ b/security/tor/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://www.torproject.org/dist/ \ http://mirror.onionland.org/dist/ DISTNAME= ${PORTNAME}-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= An anonymizing overlay network for TCP RUN_DEPENDS= tsocks:${PORTSDIR}/net/tsocks |