diff options
author | marcus <marcus@FreeBSD.org> | 2006-02-11 23:09:42 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2006-02-11 23:09:42 +0000 |
commit | 9b1a43812de5f4111da38a1535bc86a7ace95895 (patch) | |
tree | f8909d63ff16dcc7bd6f79b4017afb784e5dbbdd /ports-mgmt/portlint/Makefile | |
parent | 8c954c93421c161900c2eaf9f6b3622a959d61a8 (diff) | |
download | FreeBSD-ports-9b1a43812de5f4111da38a1535bc86a7ace95895.zip FreeBSD-ports-9b1a43812de5f4111da38a1535bc86a7ace95895.tar.gz |
Update to 2.8.4.
* Add a check to see if PORTREVISION=0 in master ports. [1]
* Add checks for direct use of the pkg_* commands. [2]
* Add a check that if a port is new, it is not maintained by
ports@FreeBSD.org. [3]
* Do not warn about .la files if USE_KDELIBS_VER is set. [4]
* Add a check for deprecated use of USE_RC_SUBR along with checks for its
proper use. [5]
PR: 91324 [1]
92888 [2]
92665 [3]
92586 [4]
Submitted by: lofi [4]
dougb [5]
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 c3ab94c..5866b42 100644 --- a/ports-mgmt/portlint/Makefile +++ b/ports-mgmt/portlint/Makefile @@ -8,7 +8,7 @@ # PORTNAME= portlint -PORTVERSION= 2.8.3 +PORTVERSION= 2.8.4 CATEGORIES= devel MASTER_SITES= # none DISTFILES= # none |