diff options
Diffstat (limited to 'security/boringssl/Makefile')
-rw-r--r-- | security/boringssl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/boringssl/Makefile b/security/boringssl/Makefile index 92a469f1183e..37eed3f4ea5b 100644 --- a/security/boringssl/Makefile +++ b/security/boringssl/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= boringssl -PORTVERSION= 0.0.0.0.2017.06.28.01 +PORTVERSION= 0.0.0.0.2017.10.13.01 CATEGORIES= security MAINTAINER= swills@FreeBSD.org @@ -11,7 +11,7 @@ BUILD_DEPENDS= go:lang/go USE_GITHUB= yes GH_ACCOUNT= google -GH_TAGNAME= 3c97292 +GH_TAGNAME= e1068b7 USES= cmake localbase perl5 CMAKE_ARGS+= -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=1 USE_LDCONFIG= yes |