summaryrefslogtreecommitdiff
path: root/databases/hiredis/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'databases/hiredis/Makefile')
-rw-r--r--databases/hiredis/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/databases/hiredis/Makefile b/databases/hiredis/Makefile
index 65a82f428108..db91704bd263 100644
--- a/databases/hiredis/Makefile
+++ b/databases/hiredis/Makefile
@@ -1,6 +1,6 @@
PORTNAME= hiredis
DISTVERSIONPREFIX= v
-DISTVERSION= 1.2.0-15
+DISTVERSION= 1.3.0-15
CATEGORIES= databases
MAINTAINER= olgeni@FreeBSD.org
@@ -10,15 +10,16 @@ WWW= https://github.com/redis/hiredis
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYING
-USES= cmake cpe pathfix ssl
+USES= cmake cpe ssl
CPE_VENDOR= redislabs
-USE_LDCONFIG= yes
USE_GITHUB= yes
GH_ACCOUNT= redis
GH_TAGNAME= 7ab6b82
-CMAKE_OFF= ENABLE_NUGET
+USE_LDCONFIG= yes
+
CMAKE_ON= DISABLE_TESTS ENABLE_SSL
+CMAKE_OFF= ENABLE_NUGET
.include <bsd.port.mk>