Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Apr 2020 16:30:32 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r532280 - head/www/cpp-httplib
Message-ID:  <202004211630.03LGUWDK068934@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Tue Apr 21 16:30:31 2020
New Revision: 532280
URL: https://svnweb.freebsd.org/changeset/ports/532280

Log:
  www/cpp-httplib: Update 0.5.9 -> 0.5.10
  
  Reported by:	portscout

Modified:
  head/www/cpp-httplib/Makefile
  head/www/cpp-httplib/distinfo

Modified: head/www/cpp-httplib/Makefile
==============================================================================
--- head/www/cpp-httplib/Makefile	Tue Apr 21 16:11:52 2020	(r532279)
+++ head/www/cpp-httplib/Makefile	Tue Apr 21 16:30:31 2020	(r532280)
@@ -2,7 +2,7 @@
 
 PORTNAME=	cpp-httplib
 DISTVERSIONPREFIX=	v
-DISTVERSION=	0.5.9
+DISTVERSION=	0.5.10
 CATEGORIES=	www devel
 
 MAINTAINER=	yuri@FreeBSD.org
@@ -11,14 +11,16 @@ COMMENT=	C++ header-only HTTP/HTTPS server and client 
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USES=		cmake
 USE_GITHUB=	yes
 GH_ACCOUNT=	yhirose
 
 NO_ARCH=	yes
 NO_BUILD=	yes
 
-PLIST_FILES=	include/httplib/httplib.h \
-		share/httplib/cmake/httplibConfig.cmake
+PLIST_FILES=	include/httplib/httplib.h
+
+do-install:
+	${MKDIR} ${STAGEDIR}${PREFIX}/include/httplib
+	${INSTALL_DATA} ${WRKSRC}/httplib.h ${STAGEDIR}${PREFIX}/include/httplib
 
 .include <bsd.port.mk>

Modified: head/www/cpp-httplib/distinfo
==============================================================================
--- head/www/cpp-httplib/distinfo	Tue Apr 21 16:11:52 2020	(r532279)
+++ head/www/cpp-httplib/distinfo	Tue Apr 21 16:30:31 2020	(r532280)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1586865268
-SHA256 (yhirose-cpp-httplib-v0.5.9_GH0.tar.gz) = c9e7aef3b0d4e80ee533d10413508d8a6e09a67d0d59646c43111f3993de006e
-SIZE (yhirose-cpp-httplib-v0.5.9_GH0.tar.gz) = 540752
+TIMESTAMP = 1587486248
+SHA256 (yhirose-cpp-httplib-v0.5.10_GH0.tar.gz) = c0bc1eeb8142ccd677d8f56006799e3e5e5ccc80fcda7b257efa9d0e09fc3c42
+SIZE (yhirose-cpp-httplib-v0.5.10_GH0.tar.gz) = 541382



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202004211630.03LGUWDK068934>