svn commit: r434376 - head/net/haproxy

Dmitry Sivachenko demon at FreeBSD.org
Sat Feb 18 18:43:59 UTC 2017


Author: demon
Date: Sat Feb 18 18:43:57 2017
New Revision: 434376
URL: https://svnweb.freebsd.org/changeset/ports/434376

Log:
  Update deviceatlas API.
  
  Submitted by:	David Carlier <dcarlier at afilias.info>

Modified:
  head/net/haproxy/Makefile
  head/net/haproxy/distinfo

Modified: head/net/haproxy/Makefile
==============================================================================
--- head/net/haproxy/Makefile	Sat Feb 18 16:29:07 2017	(r434375)
+++ head/net/haproxy/Makefile	Sat Feb 18 18:43:57 2017	(r434376)
@@ -18,7 +18,7 @@ CONFLICTS_INSTALL=	haproxy-devel-[0-9]*
 USES=		cpe gmake
 USE_RC_SUBR=	haproxy
 
-DEVICEATLAS_VERSION=	2.1
+DEVICEATLAS_VERSION=	2.1.1
 DEVICEATLAS_DISTFILE=	deviceatlas-enterprise-c-${DEVICEATLAS_VERSION}
 DEVICEATLAS_REGISTRATION_URL=	https://deviceatlas.com/deviceatlas-haproxy-module
 
@@ -46,12 +46,12 @@ MAKE_ARGS+=	USE_PCRE=1 USE_STATIC_PCRE=1
 .endif
 
 .if ${PORT_OPTIONS:MDEVICEATLAS}
-.if !exists(${DISTDIR}/${DEVICEATLAS_DISTFILE}.zip)
+.if !exists(${DISTDIR}/${DEVICEATLAS_DISTFILE}.tgz)
 IGNORE?=	you must manually fetch the DeviceAtlas Device Detection C API from ${DEVICEATLAS_REGISTRATION_URL} and place it in ${DISTDIR} and then run make again
 .else
 RESTRICTED=	The redistribution of the DeviceAtlas Device Detection C API is not permitted
-DISTFILES+=	${DEVICEATLAS_DISTFILE}.zip
-MAKE_ARGS+=	USE_DEVICEATLAS=1 DEVICEATLAS_SRC=${WRKDIR}/deviceatlas-enterprise-c-${DEVICEATLAS_VERSION}
+DISTFILES+=	${DEVICEATLAS_DISTFILE}.tgz
+MAKE_ARGS+=	USE_DEVICEATLAS=1 DEVICEATLAS_SRC=${WRKDIR}/deviceatlas-enterprise-c-${DEVICEATLAS_VERSION}/Src
 .endif
 .if ! ${PORT_OPTIONS:MDPCRE} && ! ${PORT_OPTIONS:MSPCRE}
 IGNORE?=	enable PCRE support to use DeviceAtlas

Modified: head/net/haproxy/distinfo
==============================================================================
--- head/net/haproxy/distinfo	Sat Feb 18 16:29:07 2017	(r434375)
+++ head/net/haproxy/distinfo	Sat Feb 18 18:43:57 2017	(r434376)
@@ -1,5 +1,5 @@
-TIMESTAMP = 1484303469
+TIMESTAMP = 1487442989
 SHA256 (haproxy-1.7.2.tar.gz) = f95b40f52a4d61feaae363c9b15bf411c16fe8f61fddb297c7afcca0072e4b2f
 SIZE (haproxy-1.7.2.tar.gz) = 1735073
-SHA256 (deviceatlas-enterprise-c-2.1.zip) = a02fc29486d245b1c8d946c663b71ba981e88fee8d037f5bc1bf255deb287974
-SIZE (deviceatlas-enterprise-c-2.1.zip) = 504286
+SHA256 (deviceatlas-enterprise-c-2.1.1.tgz) = 8613d49eb21f74dac637b7cb9d787782c5f00d50a2bb9f350f6ae5c6afe89a46
+SIZE (deviceatlas-enterprise-c-2.1.1.tgz) = 197944


More information about the svn-ports-all mailing list