diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-03-07 03:25:10 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-03-07 03:25:10 +0000 |
commit | 6910bf819aea08bdd745916858b2def318991151 (patch) | |
tree | 4182f12506e5ebc35eb16b446a1a7b815762ed62 /ftp | |
parent | a155d8175292db32ee02557aeb9bc8b112170911 (diff) | |
download | ports-6910bf819aea08bdd745916858b2def318991151.tar.gz ports-6910bf819aea08bdd745916858b2def318991151.zip |
Notes
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/bareftp/Makefile | 2 | ||||
-rw-r--r-- | ftp/cmdftp/Makefile | 8 | ||||
-rw-r--r-- | ftp/ftpfind/Makefile | 8 | ||||
-rw-r--r-- | ftp/pureadmin/Makefile | 9 |
4 files changed, 7 insertions, 20 deletions
diff --git a/ftp/bareftp/Makefile b/ftp/bareftp/Makefile index a32d4941fc7f..3754eb739c07 100644 --- a/ftp/bareftp/Makefile +++ b/ftp/bareftp/Makefile @@ -6,7 +6,7 @@ PORTVERSION= 0.3.9 CATEGORIES= ftp MASTER_SITES= http://www.bareftp.org/release/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= c.petrik.sosa@gmail.com COMMENT= Ftp client made in C sharp GNU_CONFIGURE= yes diff --git a/ftp/cmdftp/Makefile b/ftp/cmdftp/Makefile index 90fc51b7f7c4..756ebc9b0ab1 100644 --- a/ftp/cmdftp/Makefile +++ b/ftp/cmdftp/Makefile @@ -1,16 +1,12 @@ -# New ports collection makefile for: cmdftp -# Date created: 2003-12-28 -# Whom: Andreas Fehlner <fehlner@gmx.de> -# +# Created by: Andreas Fehlner <fehlner@gmx.de> # $FreeBSD$ -# PORTNAME= cmdftp PORTVERSION= 0.9.8 CATEGORIES= ftp MASTER_SITES= SAVANNAH -MAINTAINER= ports@FreeBSD.org +MAINTAINER= c.petrik.sosa@gmail.com COMMENT= Command line shell-like ftp client LICENSE= GPLv3 diff --git a/ftp/ftpfind/Makefile b/ftp/ftpfind/Makefile index cd602e4298c3..6bc03bf2f300 100644 --- a/ftp/ftpfind/Makefile +++ b/ftp/ftpfind/Makefile @@ -1,16 +1,12 @@ -# New ports collection makefile for: ftpfind -# Date created: Feb 21 1998 -# Whom: Tomokazu ISHII <t-ishii@tryplanet.com> -# +# Created by: Tomokazu ISHII <t-ishii@tryplanet.com> # $FreeBSD$ -# PORTNAME= ftpfind PORTVERSION= 0.996 CATEGORIES= ftp MASTER_SITES= http://hp.vector.co.jp/authors/VA013366/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= c.petrik.sosa@gmail.com COMMENT= Find directory&file on a ftp server PLIST_FILES= bin/ftpfind diff --git a/ftp/pureadmin/Makefile b/ftp/pureadmin/Makefile index d8943c847f35..89ec67a67b90 100644 --- a/ftp/pureadmin/Makefile +++ b/ftp/pureadmin/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: pureadmin -# Date created: Mar 4, 2005 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= pureadmin PORTVERSION= 0.4 @@ -12,7 +7,7 @@ PORTREVISION= 6 CATEGORIES= ftp MASTER_SITES= SF/purify/Default/${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= c.petrik.sosa@gmail.com COMMENT= Management utility for the PureFTPd USE_GNOME= gnomehack libglade2 |