diff options
author | itojun <itojun@FreeBSD.org> | 1997-07-17 02:49:47 +0800 |
---|---|---|
committer | itojun <itojun@FreeBSD.org> | 1997-07-17 02:49:47 +0800 |
commit | 9fa36a7ac6601c2053310f6e72beab3e3cb2df8b (patch) | |
tree | aa2855bc1ad3b58b80ed335bad3b4f18465f7c8c /devel/portlint | |
parent | 25a34d5d61f3887a0dbc4d5f5b7d0b9a599ed2a1 (diff) | |
download | freebsd-ports-gnome-9fa36a7ac6601c2053310f6e72beab3e3cb2df8b.tar.gz freebsd-ports-gnome-9fa36a7ac6601c2053310f6e72beab3e3cb2df8b.tar.zst freebsd-ports-gnome-9fa36a7ac6601c2053310f6e72beab3e3cb2df8b.zip |
Original distribution updated to r1.33.
It now have "committers mode", which will tell us ports/LEGAL
should be updated!
Diffstat (limited to 'devel/portlint')
-rw-r--r-- | devel/portlint/Makefile | 6 | ||||
-rw-r--r-- | devel/portlint/pkg-descr | 11 |
2 files changed, 9 insertions, 8 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 |