diff options
author | marcus <marcus@FreeBSD.org> | 2004-03-26 20:43:13 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-03-26 20:43:13 +0000 |
commit | 323d9128a4a8b2ca0950bba6dde234b3f233a607 (patch) | |
tree | 7313c16842faf33c408ffdc3cc133452447a6ac4 /ports-mgmt/portlint/Makefile | |
parent | d72cfb598ee6c32841a131832ad67fb997b539a3 (diff) | |
download | FreeBSD-ports-323d9128a4a8b2ca0950bba6dde234b3f233a607.zip FreeBSD-ports-323d9128a4a8b2ca0950bba6dde234b3f233a607.tar.gz |
Update to 2.6.0
* Add some additional checks for USE_* variables included too late [1]
* Add a check for SIZE in distinfo [2]
* Fix a small style nit [2]
* Warn is USE_SIZE is used in a port's Makefile
* Check to see if a port supports WITHOUT_NLS if USE_GETTEXT is defined [3]
Submitted by: eik [1]
krion [2]
Requested by: kris [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 809b485..ee68a6f 100644 --- a/ports-mgmt/portlint/Makefile +++ b/ports-mgmt/portlint/Makefile @@ -8,7 +8,7 @@ # PORTNAME= portlint -PORTVERSION= 2.5.9 +PORTVERSION= 2.6.0 CATEGORIES= devel MASTER_SITES= # none DISTFILES= # none |