diff options
author | linimon <linimon@FreeBSD.org> | 2004-02-11 11:03:05 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2004-02-11 11:03:05 +0800 |
commit | dee07d49cbed3a44c3a58db7fdc1686b96a38492 (patch) | |
tree | a66cc3db562e0d768caf0cfd7c44a67abbbd5aac /net | |
parent | 9d7b2f264dcb42318a4e1f5e4b7e9a5a670eb4fe (diff) | |
download | freebsd-ports-gnome-dee07d49cbed3a44c3a58db7fdc1686b96a38492.tar.gz freebsd-ports-gnome-dee07d49cbed3a44c3a58db7fdc1686b96a38492.tar.zst freebsd-ports-gnome-dee07d49cbed3a44c3a58db7fdc1686b96a38492.zip |
dbaker@FreeBSD.org has been inactive in the ports community for over
a year now, so return his ports to the unmaintained pool in the hopes
that someone will adopt them and give them a good home.
While here, pacify portlint on all of them.
Discussed with: various members of portmgr@, at various times over
the last few months.
Diffstat (limited to 'net')
-rw-r--r-- | net/datapipe/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/datapipe/Makefile b/net/datapipe/Makefile index c9186048fdc5..55b52afe5b33 100644 --- a/net/datapipe/Makefile +++ b/net/datapipe/Makefile @@ -11,8 +11,8 @@ CATEGORIES= net MASTER_SITES= ftp://ftp.distributed.net/pub/dcti/unsupported/ \ http://http.distributed.net/pub/dcti/unsupported/ -MAINTAINER= dbaker@FreeBSD.org -COMMENT= A simple program to bind a local port and connect it to a remote socket +MAINTAINER= ports@FreeBSD.org +COMMENT= Bind a local port and connect it to a remote socket PLIST_FILES= bin/datapipe |