mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
www/cpp-httplib: Update 0.5.9 -> 0.5.10
Reported by: portscout
This commit is contained in:
parent
be920cef2e
commit
3b15d92dfc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=532280
2 changed files with 9 additions and 7 deletions
|
@ -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 library
|
|||
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>
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue