diff options
author | demon <demon@FreeBSD.org> | 2017-02-19 02:43:57 +0800 |
---|---|---|
committer | demon <demon@FreeBSD.org> | 2017-02-19 02:43:57 +0800 |
commit | 53696db0b21e7962bc06d848206d0a73e1fc6cea (patch) | |
tree | 2de5e9a6c616ba7cbfc50a3103793906c30c63de /net/haproxy | |
parent | 053f645ead5488d8ef2b6cf8f92957c6e0d085e1 (diff) | |
download | freebsd-ports-gnome-53696db0b21e7962bc06d848206d0a73e1fc6cea.tar.gz freebsd-ports-gnome-53696db0b21e7962bc06d848206d0a73e1fc6cea.tar.zst freebsd-ports-gnome-53696db0b21e7962bc06d848206d0a73e1fc6cea.zip |
Update deviceatlas API.
Submitted by: David Carlier <dcarlier@afilias.info>
Diffstat (limited to 'net/haproxy')
-rw-r--r-- | net/haproxy/Makefile | 8 | ||||
-rw-r--r-- | net/haproxy/distinfo | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/net/haproxy/Makefile b/net/haproxy/Makefile index 7259400f3111..67bd719e8d94 100644 --- a/net/haproxy/Makefile +++ b/net/haproxy/Makefile @@ -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 USE_PCRE_JIT=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 diff --git a/net/haproxy/distinfo b/net/haproxy/distinfo index 9a0feeadf59a..cfbcc2f2e1a8 100644 --- a/net/haproxy/distinfo +++ b/net/haproxy/distinfo @@ -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 |