diff options
author | marcus <marcus@FreeBSD.org> | 2004-11-22 18:28:40 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-11-22 18:28:40 +0000 |
commit | e52a32ea4e5452fc817d7f330b3a0f7d57dfc8ee (patch) | |
tree | ca29600e4382f4c1f5f0bb3342591d33d0606882 /ports-mgmt/portlint/Makefile | |
parent | ac94a530e2e265abb9c171be47d84e284320c61c (diff) | |
download | FreeBSD-ports-e52a32ea4e5452fc817d7f330b3a0f7d57dfc8ee.zip FreeBSD-ports-e52a32ea4e5452fc817d7f330b3a0f7d57dfc8ee.tar.gz |
Update to 2.6.9.
* Ignore comments when checking for absolute pathname usage
* Check DISTNAME for uses of PORTREVISION and PORTEPOCH [1]
* Make sure to quote meta-characters in PORTNAME before using it as a
regular expression [1]
* Fix bug when matching OPTIONS in ".if defined(WITH_OPT1) &&
defined(WITHOUT_OPT2)" [2]
* Update OMF checks to account for the new INSTALLS_OMF macro
* Update GConf checks to account for the new GCONF_SCHEMAS macro
PR: 73536 [2]
Submitted by: mat [1]
leeym [2]
Diffstat (limited to 'ports-mgmt/portlint/Makefile')
-rw-r--r-- | ports-mgmt/portlint/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ports-mgmt/portlint/Makefile b/ports-mgmt/portlint/Makefile index 8e68e69..9441693 100644 --- a/ports-mgmt/portlint/Makefile +++ b/ports-mgmt/portlint/Makefile @@ -8,8 +8,7 @@ # PORTNAME= portlint -PORTVERSION= 2.6.8 -PORTREVISION= 1 +PORTVERSION= 2.6.9 CATEGORIES= devel MASTER_SITES= # none DISTFILES= # none |