diff options
author | Jun-ichiro itojun Hagino <itojun@FreeBSD.org> | 1997-07-16 18:49:47 +0000 |
---|---|---|
committer | Jun-ichiro itojun Hagino <itojun@FreeBSD.org> | 1997-07-16 18:49:47 +0000 |
commit | db6a26056c7e371da2156a4c37cd9cd4155a52a8 (patch) | |
tree | 6359f1219ca8b3db531a844254f9bc8ae1c33808 | |
parent | 438ab78af78c4ab52ad5354a68eded4253db72d0 (diff) | |
download | ports-db6a26056c7e371da2156a4c37cd9cd4155a52a8.tar.gz ports-db6a26056c7e371da2156a4c37cd9cd4155a52a8.zip |
Notes
-rw-r--r-- | devel/portlint/Makefile | 6 | ||||
-rw-r--r-- | devel/portlint/pkg-descr | 11 | ||||
-rw-r--r-- | ports-mgmt/portlint/Makefile | 6 | ||||
-rw-r--r-- | ports-mgmt/portlint/pkg-descr | 11 |
4 files changed, 18 insertions, 16 deletions
diff --git a/devel/portlint/Makefile b/devel/portlint/Makefile index bc8dccb306ea..55e2aa3384b6 100644 --- a/devel/portlint/Makefile +++ b/devel/portlint/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: portlint -# Version required: 1.32 +# Version required: 1.33 # Date created: 13 Jun 1997 # Whom: Jun-ichiro itojun Itoh <itojun@itojun.org> # -# $Id: Makefile,v 1.3 1997/07/06 18:20:51 max Exp $ +# $Id: Makefile,v 1.4 1997/07/13 13:37:54 itojun Exp $ # -DISTNAME= portlint-1.32 +DISTNAME= portlint-1.33 CATEGORIES= devel MASTER_SITES= ftp://ftp.foretune.co.jp/pub/tools/portlint/ EXTRACT_SUFX= .shar diff --git a/devel/portlint/pkg-descr b/devel/portlint/pkg-descr index 62e8506785fe..8fee79b44be3 100644 --- a/devel/portlint/pkg-descr +++ b/devel/portlint/pkg-descr @@ -1,7 +1,8 @@ portlint makes a small set of sanity checks for port directory. -usage: - portlint [-v] [dir] - - -v verbose - dir directory to check. checks the current directory if omitted. +usage: portlint [-avN] [port_directory] + -a additional check for scripts/* and pkg/* + -b warn $(VARIABLE) + -c committer mode + -v verbose mode + -N writing a new port diff --git a/ports-mgmt/portlint/Makefile b/ports-mgmt/portlint/Makefile index bc8dccb306ea..55e2aa3384b6 100644 --- a/ports-mgmt/portlint/Makefile +++ b/ports-mgmt/portlint/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: portlint -# Version required: 1.32 +# Version required: 1.33 # Date created: 13 Jun 1997 # Whom: Jun-ichiro itojun Itoh <itojun@itojun.org> # -# $Id: Makefile,v 1.3 1997/07/06 18:20:51 max Exp $ +# $Id: Makefile,v 1.4 1997/07/13 13:37:54 itojun Exp $ # -DISTNAME= portlint-1.32 +DISTNAME= portlint-1.33 CATEGORIES= devel MASTER_SITES= ftp://ftp.foretune.co.jp/pub/tools/portlint/ EXTRACT_SUFX= .shar diff --git a/ports-mgmt/portlint/pkg-descr b/ports-mgmt/portlint/pkg-descr index 62e8506785fe..8fee79b44be3 100644 --- a/ports-mgmt/portlint/pkg-descr +++ b/ports-mgmt/portlint/pkg-descr @@ -1,7 +1,8 @@ portlint makes a small set of sanity checks for port directory. -usage: - portlint [-v] [dir] - - -v verbose - dir directory to check. checks the current directory if omitted. +usage: portlint [-avN] [port_directory] + -a additional check for scripts/* and pkg/* + -b warn $(VARIABLE) + -c committer mode + -v verbose mode + -N writing a new port |