diff options
author | Dennis Herrmann <dhn@FreeBSD.org> | 2009-03-06 18:14:36 +0000 |
---|---|---|
committer | Dennis Herrmann <dhn@FreeBSD.org> | 2009-03-06 18:14:36 +0000 |
commit | 2b3b399de830d758565d1fb560790fcd0fa4c652 (patch) | |
tree | 0fd76fbb3661dcb70189f1839f1d615568df9308 /net | |
parent | b2a345eae55e2bece034c2ad6695e21d89d48727 (diff) |
- Use my FreeBSD address on the ports I maintain
Approved by: tabthorpe (co-mentor)
Notes
Notes:
svn path=/head/; revision=229577
Diffstat (limited to 'net')
-rw-r--r-- | net/GeoIP/Makefile | 2 | ||||
-rw-r--r-- | net/libosip/Makefile | 2 | ||||
-rw-r--r-- | net/p5-Net-Libdnet/Makefile | 2 | ||||
-rw-r--r-- | net/radvd/Makefile | 2 | ||||
-rw-r--r-- | net/vnstat/Makefile | 2 | ||||
-rw-r--r-- | net/vnstati/Makefile | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/net/GeoIP/Makefile b/net/GeoIP/Makefile index 0ae69286b8bf..06cdc648f763 100644 --- a/net/GeoIP/Makefile +++ b/net/GeoIP/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 1.4.6 CATEGORIES= net geography MASTER_SITES= http://geolite.maxmind.com/download/geoip/api/c/ -MAINTAINER= adox@mcx2.org +MAINTAINER= dhn@FreeBSD.org COMMENT= Find the country that any IP address or hostname originates from USE_GNOME= gnometarget diff --git a/net/libosip/Makefile b/net/libosip/Makefile index de6e209fc4ee..2571d87783ee 100644 --- a/net/libosip/Makefile +++ b/net/libosip/Makefile @@ -12,7 +12,7 @@ CATEGORIES= net MASTER_SITES= GNU/osip DISTNAME= ${PORTNAME}2-${PORTVERSION} -MAINTAINER= adox@mcx2.org +MAINTAINER= dhn@FreeBSD.org COMMENT= A low layer of SIP implementation CONFLICTS= libosip2-2* diff --git a/net/p5-Net-Libdnet/Makefile b/net/p5-Net-Libdnet/Makefile index f8d346b1062d..06153f04783e 100644 --- a/net/p5-Net-Libdnet/Makefile +++ b/net/p5-Net-Libdnet/Makefile @@ -11,7 +11,7 @@ CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= adox@mcx2.org +MAINTAINER= dhn@FreeBSD.org COMMENT= Libdnet interface LIB_DEPENDS= dnet.1:${PORTSDIR}/net/libdnet diff --git a/net/radvd/Makefile b/net/radvd/Makefile index 5cd04c3b609c..a57bee777acc 100644 --- a/net/radvd/Makefile +++ b/net/radvd/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 1.2 CATEGORIES= net ipv6 MASTER_SITES= http://www.litech.org/radvd/dist/ -MAINTAINER= adox@mcx2.org +MAINTAINER= dhn@FreeBSD.org COMMENT= A Linux/BSD IPv6 router advertisement daemon GNU_CONFIGURE= yes diff --git a/net/vnstat/Makefile b/net/vnstat/Makefile index d4797b199434..a86264bb4078 100644 --- a/net/vnstat/Makefile +++ b/net/vnstat/Makefile @@ -15,7 +15,7 @@ MASTER_SITES= http://humdi.net/vnstat/ \ ftp://ftp.jpix.ad.jp/pub/FreeBSD/ports/distfiles/ DISTNAME= ${PORTNAME}-${PORTVERSION}_bsd -MAINTAINER= adox@mcx2.org +MAINTAINER= dhn@FreeBSD.org COMMENT= A console-based network traffic monitor MAN1= vnstat.1 diff --git a/net/vnstati/Makefile b/net/vnstati/Makefile index a69b3f037fad..5d3af33c15e1 100644 --- a/net/vnstati/Makefile +++ b/net/vnstati/Makefile @@ -11,7 +11,7 @@ CATEGORIES= net MASTER_SITES= http://humdi.net/vnstat/ \ http://mirror.mcx2.org/ -MAINTAINER= adox@mcx2.org +MAINTAINER= dhn@FreeBSD.org COMMENT= PNG image output support for vnStat LIB_DEPENDS+= gd.4:${PORTSDIR}/graphics/gd |