diff options
author | Chris Rees <crees@FreeBSD.org> | 2011-06-17 06:46:07 +0000 |
---|---|---|
committer | Chris Rees <crees@FreeBSD.org> | 2011-06-17 06:46:07 +0000 |
commit | dd045ef1d79fb78a3cfcbfee0c6740d3c7b88b5b (patch) | |
tree | dc3c1c612dafec406b518706e7178505e6565b58 /net | |
parent | 9bcf57efe0705a8a578607bcf57d633abd69b9e8 (diff) | |
download | ports-dd045ef1d79fb78a3cfcbfee0c6740d3c7b88b5b.tar.gz ports-dd045ef1d79fb78a3cfcbfee0c6740d3c7b88b5b.zip |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/get_iplayer/Makefile | 2 | ||||
-rw-r--r-- | net/mpich2/Makefile | 2 | ||||
-rw-r--r-- | net/openradius/Makefile | 2 | ||||
-rw-r--r-- | net/opentracker/Makefile | 2 | ||||
-rw-r--r-- | net/ssltunnel-client/Makefile | 2 | ||||
-rw-r--r-- | net/ssltunnel-server/Makefile | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/net/get_iplayer/Makefile b/net/get_iplayer/Makefile index 5862773ad56a..f937fe16f18e 100644 --- a/net/get_iplayer/Makefile +++ b/net/get_iplayer/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= ftp://ftp.infradead.org/pub/${PORTNAME}/ \ http://www.bayofrum.net/dist/${PORTNAME}/ PKGNAMEPREFIX= uk- -MAINTAINER= utisoft@gmail.com +MAINTAINER= crees@FreeBSD.org COMMENT= Search, index, or stream archive video from BBC iPlayer RUN_DEPENDS= flvstreamer:${PORTSDIR}/multimedia/flvstreamer diff --git a/net/mpich2/Makefile b/net/mpich2/Makefile index 29bb034ca994..b4d2864cbee7 100644 --- a/net/mpich2/Makefile +++ b/net/mpich2/Makefile @@ -12,7 +12,7 @@ CATEGORIES= net parallel MASTER_SITES= http://www.mcs.anl.gov/research/projects/mpich2/downloads/tarballs/${DISTVERSION}/ DIST_SUBDIR= mpich -MAINTAINER= utisoft@gmail.com +MAINTAINER= crees@FreeBSD.org COMMENT= A portable implementation of MPI-1 and MPI-2 BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash diff --git a/net/openradius/Makefile b/net/openradius/Makefile index bae13bb578f4..49808a8e67b9 100644 --- a/net/openradius/Makefile +++ b/net/openradius/Makefile @@ -12,7 +12,7 @@ CATEGORIES= net MASTER_SITES= http://www.xs4all.nl/~evbergen/openradius/download/ \ http://www.mirrors.wiretapped.net/security/authentication/radius/openradius/ -MAINTAINER= utisoft@gmail.com +MAINTAINER= crees@FreeBSD.org COMMENT= A RADIUS server with some actual documentation LOGFILE?= /var/log/openradius.log diff --git a/net/opentracker/Makefile b/net/opentracker/Makefile index 36197fe31991..7f5046fcb3cf 100644 --- a/net/opentracker/Makefile +++ b/net/opentracker/Makefile @@ -12,7 +12,7 @@ CATEGORIES= net MASTER_SITES= http://www.bayofrum.net/dist/${PORTNAME}/ \ http://www.glenbarber.us/ports/net/${PORTNAME}/ -MAINTAINER= utisoft@gmail.com +MAINTAINER= crees@FreeBSD.org COMMENT= A free lightweight bittorrent tracker using libowfat BUILD_DEPENDS= ${LOCALBASE}/lib/libowfat.a:${PORTSDIR}/devel/libowfat diff --git a/net/ssltunnel-client/Makefile b/net/ssltunnel-client/Makefile index 8747451be74d..c033ce24e95f 100644 --- a/net/ssltunnel-client/Makefile +++ b/net/ssltunnel-client/Makefile @@ -12,7 +12,7 @@ CATEGORIES= net MASTER_SITES= http://www.hsc.fr/ressources/outils/ssltunnel/download/ PKGNAMESUFFIX= -client -MAINTAINER= utisoft@gmail.com +MAINTAINER= crees@FreeBSD.org COMMENT= PPP over SSL virtual private networking (client part) LICENSE= BSD diff --git a/net/ssltunnel-server/Makefile b/net/ssltunnel-server/Makefile index f35a1f919c23..cba5e237516c 100644 --- a/net/ssltunnel-server/Makefile +++ b/net/ssltunnel-server/Makefile @@ -12,7 +12,7 @@ CATEGORIES= net MASTER_SITES= http://www.hsc.fr/ressources/outils/ssltunnel/download/ PKGNAMESUFFIX= -server -MAINTAINER= utisoft@gmail.com +MAINTAINER= crees@FreeBSD.org COMMENT= PPP over SSL virtual private networking (server part) LICENSE= BSD |