Date: Sun, 5 Sep 2021 20:48:20 GMT From: Jimmy Olgeni <olgeni@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 342c264fa40a - main - databases/webdis: Update to version 0.1.17. Message-ID: <202109052048.185KmKrg026127@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by olgeni: URL: https://cgit.FreeBSD.org/ports/commit/?id=342c264fa40a66f96a2832863755339549ec7e6e commit 342c264fa40a66f96a2832863755339549ec7e6e Author: Jimmy Olgeni <olgeni@FreeBSD.org> AuthorDate: 2021-09-05 20:48:04 +0000 Commit: Jimmy Olgeni <olgeni@FreeBSD.org> CommitDate: 2021-09-05 20:48:15 +0000 databases/webdis: Update to version 0.1.17. --- databases/webdis/Makefile | 2 +- databases/webdis/distinfo | 6 +++--- databases/webdis/files/patch-Makefile | 16 ++++++++-------- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/databases/webdis/Makefile b/databases/webdis/Makefile index 0472cc21a694..da95f9e9746c 100644 --- a/databases/webdis/Makefile +++ b/databases/webdis/Makefile @@ -1,5 +1,5 @@ PORTNAME= webdis -DISTVERSION= 0.1.15 +DISTVERSION= 0.1.17 CATEGORIES= databases MAINTAINER= olgeni@FreeBSD.org diff --git a/databases/webdis/distinfo b/databases/webdis/distinfo index 5c8f572d3fec..a0a5bbbfb640 100644 --- a/databases/webdis/distinfo +++ b/databases/webdis/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1619428514 -SHA256 (nicolasff-webdis-0.1.15_GH0.tar.gz) = 6ef2ce437240b792442594968f149b5ddc6b4a8a0abd58f7b19374387373aed1 -SIZE (nicolasff-webdis-0.1.15_GH0.tar.gz) = 145898 +TIMESTAMP = 1630864696 +SHA256 (nicolasff-webdis-0.1.17_GH0.tar.gz) = c5e97b17f03e2759e6351581c72e582e28ea8d97210fe178c5851020540962f6 +SIZE (nicolasff-webdis-0.1.17_GH0.tar.gz) = 159091 diff --git a/databases/webdis/files/patch-Makefile b/databases/webdis/files/patch-Makefile index 0d91188e1f55..4227cf8d5745 100644 --- a/databases/webdis/files/patch-Makefile +++ b/databases/webdis/files/patch-Makefile @@ -1,13 +1,13 @@ ---- Makefile.orig 2019-09-30 09:33:34 UTC +--- Makefile.orig 2021-09-05 02:05:39 UTC +++ Makefile -@@ -5,8 +5,8 @@ B64_OBJS?=b64/cencode.o - FORMAT_OBJS?=formats/json.o formats/raw.o formats/common.o formats/custom-type.o - HTTP_PARSER_OBJS?=http-parser/http_parser.o +@@ -5,8 +5,8 @@ B64_OBJS?=src/b64/cencode.o + FORMAT_OBJS?=src/formats/json.o src/formats/raw.o src/formats/common.o src/formats/custom-type.o + HTTP_PARSER_OBJS?=src/http-parser/http_parser.o --CFLAGS ?= -O3 -Wall -Wextra -Isrc -Isrc/jansson/src -Isrc/http-parser -MD +-CFLAGS ?= -Wall -Wextra -Isrc -Isrc/jansson/src -Isrc/http-parser -MD -LDFLAGS ?= -levent -pthread +CFLAGS += -Isrc -Isrc/jansson/src -Isrc/http-parser -MD -I%%LOCALBASE%%/include -I%%LOCALBASE%%/include/event2 +LDFLAGS += -levent -pthread -L%%LOCALBASE%%/lib - - # check for MessagePack - MSGPACK_LIB=$(shell ls /usr/lib/libmsgpack.so 2>/dev/null) + + # Pass preprocessor macros to the compile invocation + CFLAGS += $(CPPFLAGS)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109052048.185KmKrg026127>