Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Oct 2021 07:34:25 GMT
From:      Nuno Teixeira <eduardo@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: bb2ead4d42ff - main - www/civetweb: Update to 1.15
Message-ID:  <202110150734.19F7YPcE080323@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by eduardo:

URL: https://cgit.FreeBSD.org/ports/commit/?id=bb2ead4d42fffcadac202fb9221533edb17cc442

commit bb2ead4d42fffcadac202fb9221533edb17cc442
Author:     Frank Scholl <maintainer.freebsd@xpoundit.com>
AuthorDate: 2021-10-15 07:31:08 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2021-10-15 07:34:13 +0000

    www/civetweb: Update to 1.15
    
    ChangeLog:
    https://github.com/civetweb/civetweb/blob/master/RELEASE_NOTES.md
    
    PR:             259142
---
 www/civetweb/Makefile  | 7 +++++--
 www/civetweb/distinfo  | 6 +++---
 www/civetweb/pkg-plist | 2 +-
 3 files changed, 9 insertions(+), 6 deletions(-)

diff --git a/www/civetweb/Makefile b/www/civetweb/Makefile
index b011c9c4e494..b8c796bd64b7 100644
--- a/www/civetweb/Makefile
+++ b/www/civetweb/Makefile
@@ -2,7 +2,7 @@
 
 PORTNAME=	civetweb
 DISTVERSIONPREFIX=	v
-DISTVERSION=	1.14
+DISTVERSION=	1.15
 CATEGORIES=	www
 
 MAINTAINER=	maintainer.freebsd@xpoundit.com
@@ -15,7 +15,10 @@ USES=		cmake
 USE_GITHUB=	yes
 USE_LDCONFIG=	yes
 
+CMAKE_ON=	BUILD_SHARED_LIBS CIVETWEB_ENABLE_IPV6 CIVETWEB_ENABLE_SSL \
+		CIVETWEB_ENABLE_ZLIB
 CMAKE_OFF=	CIVETWEB_BUILD_TESTING
-CMAKE_ON=	BUILD_SHARED_LIBS CIVETWEB_ENABLE_IPV6 CIVETWEB_ENABLE_SSL
+
+PLIST_SUB+=	DISTVERSION=${DISTVERSION}
 
 .include <bsd.port.mk>
diff --git a/www/civetweb/distinfo b/www/civetweb/distinfo
index 96ea15e1a95d..6b120efaeae9 100644
--- a/www/civetweb/distinfo
+++ b/www/civetweb/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1620823043
-SHA256 (civetweb-civetweb-v1.14_GH0.tar.gz) = d02d7ab091c8b4edf21fc13a03c6db08a8a8b8605e35e0073251b9d88443c653
-SIZE (civetweb-civetweb-v1.14_GH0.tar.gz) = 12116842
+TIMESTAMP = 1634136749
+SHA256 (civetweb-civetweb-v1.15_GH0.tar.gz) = 90a533422944ab327a4fbb9969f0845d0dba05354f9cacce3a5005fa59f593b9
+SIZE (civetweb-civetweb-v1.15_GH0.tar.gz) = 12067940
diff --git a/www/civetweb/pkg-plist b/www/civetweb/pkg-plist
index 29cac23fe22a..d4ae67bcee9a 100644
--- a/www/civetweb/pkg-plist
+++ b/www/civetweb/pkg-plist
@@ -8,4 +8,4 @@ lib/cmake/civetweb/civetweb-config.cmake
 lib/cmake/civetweb/civetweb-targets-%%CMAKE_BUILD_TYPE%%.cmake
 lib/cmake/civetweb/civetweb-targets.cmake
 lib/libcivetweb.so
-lib/libcivetweb.so.1.14.0
+lib/libcivetweb.so.%%DISTVERSION%%.0



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