summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/portlint/Makefile6
-rw-r--r--devel/portlint/pkg-descr11
-rw-r--r--ports-mgmt/portlint/Makefile6
-rw-r--r--ports-mgmt/portlint/pkg-descr11
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