diff options
author | wxs <wxs@FreeBSD.org> | 2009-09-19 12:19:56 +0800 |
---|---|---|
committer | wxs <wxs@FreeBSD.org> | 2009-09-19 12:19:56 +0800 |
commit | 74a76f46eeaf3277861f495a134ce52a83f9fb0b (patch) | |
tree | 7c6c17a1acb834efb7b9b103f16ecd0735250cc1 /ftp | |
parent | 9e3a904fcc6ae7325f74b47cb7d76c8d857d3b01 (diff) | |
download | freebsd-ports-gnome-74a76f46eeaf3277861f495a134ce52a83f9fb0b.tar.gz freebsd-ports-gnome-74a76f46eeaf3277861f495a134ce52a83f9fb0b.tar.zst freebsd-ports-gnome-74a76f46eeaf3277861f495a134ce52a83f9fb0b.zip |
- Pass maintainer to submitter.
PR: ports/138957
Submitted by: Chris Petrik <chris@officialunix.com>
Feature safe: yes
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/cftp/Makefile | 2 | ||||
-rw-r--r-- | ftp/cmdftp/Makefile | 2 | ||||
-rw-r--r-- | ftp/ftpfind/Makefile | 2 | ||||
-rw-r--r-- | ftp/gproftpd/Makefile | 2 | ||||
-rw-r--r-- | ftp/pureadmin/Makefile | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/ftp/cftp/Makefile b/ftp/cftp/Makefile index 5850773e3403..93fd9e41257f 100644 --- a/ftp/cftp/Makefile +++ b/ftp/cftp/Makefile @@ -12,7 +12,7 @@ CATEGORIES= ftp ipv6 MASTER_SITES= ftp://ftp.giga.or.at/pub/nih/cftp/ \ ftp://sunsite.univie.ac.at/pub/nih/cftp/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= chris@officialunix.com COMMENT= Comfortable FTP, a full screen ftp client GNU_CONFIGURE= yes diff --git a/ftp/cmdftp/Makefile b/ftp/cmdftp/Makefile index f94c083bda0e..91e32e09ab39 100644 --- a/ftp/cmdftp/Makefile +++ b/ftp/cmdftp/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 0.9.7 CATEGORIES= ftp MASTER_SITES= SAVANNAH -MAINTAINER= ports@FreeBSD.org +MAINTAINER= chris@officialunix.com COMMENT= Command line shell-like ftp client GNU_CONFIGURE= yes diff --git a/ftp/ftpfind/Makefile b/ftp/ftpfind/Makefile index cd602e4298c3..bae360bc64a5 100644 --- a/ftp/ftpfind/Makefile +++ b/ftp/ftpfind/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 0.996 CATEGORIES= ftp MASTER_SITES= http://hp.vector.co.jp/authors/VA013366/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= chris@officialunix.com COMMENT= Find directory&file on a ftp server PLIST_FILES= bin/ftpfind diff --git a/ftp/gproftpd/Makefile b/ftp/gproftpd/Makefile index b8e795d1649e..d9eac209a714 100644 --- a/ftp/gproftpd/Makefile +++ b/ftp/gproftpd/Makefile @@ -11,7 +11,7 @@ PORTREVISION= 3 CATEGORIES= ftp MASTER_SITES= http://mange.dynalias.org/linux/gproftpd/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= chris@officialunix.com COMMENT= Gtk2 Frontend for proftpd daemon RUN_DEPENDS= proftpd:${PORTSDIR}/ftp/proftpd diff --git a/ftp/pureadmin/Makefile b/ftp/pureadmin/Makefile index c15117b6bdbd..e5aa1cfdad09 100644 --- a/ftp/pureadmin/Makefile +++ b/ftp/pureadmin/Makefile @@ -12,7 +12,7 @@ PORTREVISION= 2 CATEGORIES= ftp MASTER_SITES= SF/purify/Default/${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= chris@officialunix.com COMMENT= Management utility for the PureFTPd USE_GNOME= pkgconfig gnomehack gnometarget libglade2 |