pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

libevhtp: Update to v1.2.15, unbreaking build.



Module Name:	pkgsrc-wip
Committed By:	Hauke Fath <hauke%NetBSD.org@localhost>
Pushed By:	hauke
Date:		Wed Jun 3 17:49:06 2020 +0200
Changeset:	3c71c2b3788d7a17b065df6d5f7619e027e32ed3

Modified Files:
	libevhtp/Makefile
	libevhtp/PLIST
	libevhtp/distinfo
Removed Files:
	libevhtp/patches/patch-CMakeLists.txt

Log Message:
libevhtp: Update to v1.2.15, unbreaking build.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=3c71c2b3788d7a17b065df6d5f7619e027e32ed3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 libevhtp/Makefile                     | 11 ++++++-----
 libevhtp/PLIST                        |  8 ++++----
 libevhtp/distinfo                     |  9 ++++-----
 libevhtp/patches/patch-CMakeLists.txt | 14 --------------
 4 files changed, 14 insertions(+), 28 deletions(-)

diffs:
diff --git a/libevhtp/Makefile b/libevhtp/Makefile
index f620373830..eab4b4a389 100644
--- a/libevhtp/Makefile
+++ b/libevhtp/Makefile
@@ -1,10 +1,12 @@
 # $NetBSD$
-VERSION=	1.2.11n
-PKGNAME=	libevhtp-${VERSION}
+
+DISTNAME=	libevhtp-${VERSION}
+VERSION=	1.2.15
+
 CATEGORIES=	www
-GITHUB_TAG=	${VERSION}
-DISTNAME=	${GITHUB_TAG}
+
 MASTER_SITES=	${MASTER_SITE_GITHUB:=criticalstack/}
+GITHUB_TAG=	${PKGVERSION_NOREV}
 
 MAINTAINER=	amoibos%gmail.com@localhost
 HOMEPAGE=	https://github.com/ellzey/libevhtp
@@ -12,7 +14,6 @@ COMMENT=	Flexible replacement for libevent's httpd API
 LICENSE=	modified-bsd
 
 DIST_SUBDIR=	libevhtp
-WRKSRC=		${WRKDIR}/${PKGNAME_NOREV}
 
 USE_CMAKE=	yes
 
diff --git a/libevhtp/PLIST b/libevhtp/PLIST
index 98d6b4e9fc..25defd8ac9 100644
--- a/libevhtp/PLIST
+++ b/libevhtp/PLIST
@@ -1,8 +1,8 @@
 @comment $NetBSD$
-include/evhtp/evhtp-config.h
+include/evhtp.h
+include/evhtp/config.h
 include/evhtp/evhtp.h
-include/evhtp/evthr.h
-include/evhtp/htparse.h
-include/evhtp/onigposix.h
+include/evhtp/parser.h
+include/evhtp/thread.h
 lib/libevhtp.a
 lib/pkgconfig/evhtp.pc
diff --git a/libevhtp/distinfo b/libevhtp/distinfo
index 740f9e9aad..bb16ced473 100644
--- a/libevhtp/distinfo
+++ b/libevhtp/distinfo
@@ -1,7 +1,6 @@
 $NetBSD$
 
-SHA1 (libevhtp/1.2.11n.tar.gz) = 4e081fbaed8178bb7f0bf798aae738f60bce6d5a
-RMD160 (libevhtp/1.2.11n.tar.gz) = ac96aa718b711c9bc9bb0d5cf8d58ccf1b82a600
-SHA512 (libevhtp/1.2.11n.tar.gz) = cfa84e9b2b29b3c0808edbf50a8d63ad0b4a6f59abebdbf8f34146c288c8ecdc0434370ae77bd611dcc8733456bccc365f1c59fc132a594af9e91c68c3d58ee7
-Size (libevhtp/1.2.11n.tar.gz) = 429934 bytes
-SHA1 (patch-CMakeLists.txt) = d329dffb908f2524fc76fe2b384a880e183a4e15
+SHA1 (libevhtp/libevhtp-1.2.15.tar.gz) = 9e680b071da5938574f01375cfcd45c0c7e3185b
+RMD160 (libevhtp/libevhtp-1.2.15.tar.gz) = 1253bd11b36384b4549470c65ad4701f21e53a3e
+SHA512 (libevhtp/libevhtp-1.2.15.tar.gz) = 172e723f8674cadee897018b044bade839ed7db524b97ff019a011e52c254924e7b67ea2167c41ebb2c5a5f06dec99d58e3a34c33bfb195693c4f6f397e40b05
+Size (libevhtp/libevhtp-1.2.15.tar.gz) = 171933 bytes
diff --git a/libevhtp/patches/patch-CMakeLists.txt b/libevhtp/patches/patch-CMakeLists.txt
deleted file mode 100644
index 8cd496eff8..0000000000
--- a/libevhtp/patches/patch-CMakeLists.txt
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD$
-Disable search for lib_dl
-
---- CMakeLists.txt.orig	2017-01-14 10:19:31.656873079 +0000
-+++ CMakeLists.txt	2017-01-14 10:19:57.737004283 +0000
-@@ -276,7 +276,7 @@
- 	find_library (LIB_WS32 ws2_32)
- 	set (SYS_LIBS ${SYS_LIBS} ${LIB_WS32})
- ELSE ()
--	if (NOT ${CMAKE_SYSTEM_NAME} STREQUAL "FreeBSD")
-+	if (NOT ${CMAKE_SYSTEM_NAME} MATCHES "BSD$")
- 		find_library (LIB_DL dl)
- 		set (SYS_LIBS ${LIB_DL})
- 	endif()


Home | Main Index | Thread Index | Old Index