diff options
author | Mark Felder <feld@FreeBSD.org> | 2016-10-18 20:45:56 +0000 |
---|---|---|
committer | Mark Felder <feld@FreeBSD.org> | 2016-10-18 20:45:56 +0000 |
commit | f2589de39327248a0f48d3dc2d0a8a4613846209 (patch) | |
tree | cce56ff0f64afee7d572e966c778941494d75354 /devel/bossa/Makefile | |
parent | 73983bb90dfe72790b3e845a9825a40faa6bedc9 (diff) | |
download | ports-f2589de39327248a0f48d3dc2d0a8a4613846209.tar.gz ports-f2589de39327248a0f48d3dc2d0a8a4613846209.zip |
Notes
Diffstat (limited to 'devel/bossa/Makefile')
-rw-r--r-- | devel/bossa/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/bossa/Makefile b/devel/bossa/Makefile index aa4656c62a02..11a6b0996add 100644 --- a/devel/bossa/Makefile +++ b/devel/bossa/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= bossa -PORTVERSION= 1.7.0.a +PORTVERSION= 1.7.0 CATEGORIES= devel MAINTAINER= bsdports@kyle-evans.net @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE USE_GITHUB= yes GH_ACCOUNT= shumatech GH_PROJECT= ${PORTNAME:tu} -GH_TAGNAME= ae08c63 USES= compiler:c++11-lang gmake |