diff options
author | marcus <marcus@FreeBSD.org> | 2004-01-02 02:20:41 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-01-02 02:20:41 +0000 |
commit | 7ffce999f708c5d6f220cd6611d8941ea60ac738 (patch) | |
tree | 7e1b4ae2192f9a897e5a50148943abe1affc67b9 /ports-mgmt/portlint/Makefile | |
parent | 0661eb0f25420ea49374e46d5b7211c8490de263 (diff) | |
download | FreeBSD-ports-7ffce999f708c5d6f220cd6611d8941ea60ac738.zip FreeBSD-ports-7ffce999f708c5d6f220cd6611d8941ea60ac738.tar.gz |
* Update to 2.5.5
* Fix up the usage text
* Ignore arguments passed to REINPLACE_CMD so portlint will not complain on
things such as ${REINPLACE_CMD} -e 's,/usr/local,${PREFIX},g' [1]
* Only match libraries installed into lib when looking for .so's [2]
* Try to make the PKGCATEGORY check a little more forgiving to committers
checking single ports [3]
PR: 60608 [1]
60803 [2]
Submitted by: leeym [1] [2] (based on)
dougb [3]
Diffstat (limited to 'ports-mgmt/portlint/Makefile')
-rw-r--r-- | ports-mgmt/portlint/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports-mgmt/portlint/Makefile b/ports-mgmt/portlint/Makefile index 5819866..36c774c 100644 --- a/ports-mgmt/portlint/Makefile +++ b/ports-mgmt/portlint/Makefile @@ -8,7 +8,7 @@ # PORTNAME= portlint -PORTVERSION= 2.5.4 +PORTVERSION= 2.5.5 CATEGORIES= devel MASTER_SITES= # none DISTFILES= # none |