From 9fa36a7ac6601c2053310f6e72beab3e3cb2df8b Mon Sep 17 00:00:00 2001 From: itojun Date: Wed, 16 Jul 1997 18:49:47 +0000 Subject: Original distribution updated to r1.33. It now have "committers mode", which will tell us ports/LEGAL should be updated! --- devel/portlint/Makefile | 6 +++--- devel/portlint/pkg-descr | 11 ++++++----- 2 files changed, 9 insertions(+), 8 deletions(-) (limited to 'devel/portlint') 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 # -# $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 -- cgit