diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2014-06-21 19:24:50 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2014-06-21 19:24:50 +0000 |
commit | b999e167320a7162365c35404e9ed1cb342d56b2 (patch) | |
tree | f8c3f5d195ae88a409f3df19d3ffca85440beb87 /ports-mgmt/portlint/Makefile | |
parent | 43680733046dfbeeeca3e7fdbb3797fb355ff129 (diff) |
Update to 2.15.2.
* Add s3.amazonaws.com to the list of whitelist master sites. [1]
* Correct a typo. [2]
* Add support for the @sample directive. [3]
* Check for USE_AUTOTOOLS=libtool and suggest USES=libtool instead.
PR: 183864 [3]
Submitted by: skreuzer [1]
culot [2]
Notes
Notes:
svn path=/head/; revision=358739
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 8bee4a375f4e..a0f5c3e85198 100644 --- a/ports-mgmt/portlint/Makefile +++ b/ports-mgmt/portlint/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= portlint -PORTVERSION= 2.15.1 +PORTVERSION= 2.15.2 CATEGORIES= ports-mgmt MASTER_SITES= # none DISTFILES= # none |