diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2014-06-10 07:39:01 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2014-06-10 07:39:01 +0000 |
commit | 76c7f8fbe69660fe9f9698556a4c6913165ff5be (patch) | |
tree | 5f5e0016c85dfbeb5214652d98c59047d49c0ae7 /ftp | |
parent | 3676fb025db0a88cbb87ef11c996fc9aafc8bd0b (diff) | |
download | ports-76c7f8fbe69660fe9f9698556a4c6913165ff5be.tar.gz ports-76c7f8fbe69660fe9f9698556a4c6913165ff5be.zip |
Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. Categories D-F.
CR: D196
Approved by: portmgr (bapt)
Notes
Notes:
svn path=/head/; revision=357277
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/ftpmirror/Makefile | 2 | ||||
-rw-r--r-- | ftp/ocaml-ocurl/Makefile | 2 | ||||
-rw-r--r-- | ftp/phpwebftp/Makefile | 2 | ||||
-rw-r--r-- | ftp/puf/Makefile | 2 | ||||
-rw-r--r-- | ftp/uftp/Makefile | 2 | ||||
-rw-r--r-- | ftp/vsftpd/Makefile | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/ftp/ftpmirror/Makefile b/ftp/ftpmirror/Makefile index f16411f1867d..1b947c43d3a9 100644 --- a/ftp/ftpmirror/Makefile +++ b/ftp/ftpmirror/Makefile @@ -8,7 +8,7 @@ CATEGORIES= ftp ipv6 MASTER_SITES= ftp://ftp.sai.msu.su/pub/unix/FTP/mirror/ MAINTAINER= garga@FreeBSD.org -COMMENT= An utility to mirror directory hierarchy with FTP +COMMENT= Utility to mirror directory hierarchy with FTP LICENSE= BSD2CLAUSE diff --git a/ftp/ocaml-ocurl/Makefile b/ftp/ocaml-ocurl/Makefile index 85796207f1dc..950b92622f1f 100644 --- a/ftp/ocaml-ocurl/Makefile +++ b/ftp/ocaml-ocurl/Makefile @@ -10,7 +10,7 @@ PKGNAMEPREFIX= ocaml- EXTRACT_SUFX= .tgz MAINTAINER= johans@FreeBSD.org -COMMENT= An interface for OCaml to the curl lib +COMMENT= Interface for OCaml to the curl lib BUILD_DEPENDS= ocamlc:${PORTSDIR}/lang/ocaml \ ocamlfind:${PORTSDIR}/devel/ocaml-findlib diff --git a/ftp/phpwebftp/Makefile b/ftp/phpwebftp/Makefile index 0c635f69d332..a53e5413dff4 100644 --- a/ftp/phpwebftp/Makefile +++ b/ftp/phpwebftp/Makefile @@ -9,7 +9,7 @@ MASTER_SITES= SF/${PORTNAME}/OldFiles DISTNAME= ${PORTNAME}${PORTVERSION:S/.//} MAINTAINER= acm@FreeBSD.org -COMMENT= A set of PHP-scripts to manage FTP over the web +COMMENT= Set of PHP-scripts to manage FTP over the web USES= zip NO_BUILD= yes diff --git a/ftp/puf/Makefile b/ftp/puf/Makefile index 00defe64a056..37d0d8a5241e 100644 --- a/ftp/puf/Makefile +++ b/ftp/puf/Makefile @@ -7,7 +7,7 @@ CATEGORIES= ftp www MASTER_SITES= SF MAINTAINER= jharris@widomaker.com -COMMENT= A parallel HTTP downloader similar to wget +COMMENT= Parallel HTTP downloader similar to wget GNU_CONFIGURE= yes diff --git a/ftp/uftp/Makefile b/ftp/uftp/Makefile index a37a76c0e776..f7f43ec3c062 100644 --- a/ftp/uftp/Makefile +++ b/ftp/uftp/Makefile @@ -9,7 +9,7 @@ MASTER_SITES= http://uftp-multicast.sourceforge.net/downloads/ EXTRACT_SUFX= .tar MAINTAINER= demon@FreeBSD.org -COMMENT= A multicast capable FTP client and server +COMMENT= Multicast capable FTP client and server LICENSE= GPLv3 diff --git a/ftp/vsftpd/Makefile b/ftp/vsftpd/Makefile index e64f9f09b939..021434f5c9eb 100644 --- a/ftp/vsftpd/Makefile +++ b/ftp/vsftpd/Makefile @@ -10,7 +10,7 @@ MASTER_SITE_SUBDIR= distfiles PKGNAMESUFFIX?= ${SSL_SUFFIX}${PKGNAMESUFFIX2} MAINTAINER= dinoex@FreeBSD.org -COMMENT= A FTP daemon that aims to be "very secure" +COMMENT= FTP daemon that aims to be "very secure" LICENSE= GPLv2 |