View | Details | Raw Unified | Return to bug 259142 | Differences between
and this patch

Collapse All | Expand All

(-)b/www/civetweb/Makefile (-2 / +4 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	civetweb
3
PORTNAME=	civetweb
4
DISTVERSIONPREFIX=	v
4
DISTVERSIONPREFIX=	v
5
DISTVERSION=	1.14
5
DISTVERSION=	1.15
6
CATEGORIES=	www
6
CATEGORIES=	www
7
7
8
MAINTAINER=	maintainer.freebsd@xpoundit.com
8
MAINTAINER=	maintainer.freebsd@xpoundit.com
Lines 16-21 USE_GITHUB= yes Link Here
16
USE_LDCONFIG=	yes
16
USE_LDCONFIG=	yes
17
17
18
CMAKE_OFF=	CIVETWEB_BUILD_TESTING
18
CMAKE_OFF=	CIVETWEB_BUILD_TESTING
19
CMAKE_ON=	BUILD_SHARED_LIBS CIVETWEB_ENABLE_IPV6 CIVETWEB_ENABLE_SSL
19
CMAKE_ON=	BUILD_SHARED_LIBS CIVETWEB_ENABLE_IPV6 CIVETWEB_ENABLE_SSL CIVETWEB_ENABLE_ZLIB
20
21
PLIST_SUB+=	PORTVERSION=${PORTVERSION}
20
22
21
.include <bsd.port.mk>
23
.include <bsd.port.mk>
(-)b/www/civetweb/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1620823043
1
TIMESTAMP = 1634136749
2
SHA256 (civetweb-civetweb-v1.14_GH0.tar.gz) = d02d7ab091c8b4edf21fc13a03c6db08a8a8b8605e35e0073251b9d88443c653
2
SHA256 (civetweb-civetweb-v1.15_GH0.tar.gz) = 90a533422944ab327a4fbb9969f0845d0dba05354f9cacce3a5005fa59f593b9
3
SIZE (civetweb-civetweb-v1.14_GH0.tar.gz) = 12116842
3
SIZE (civetweb-civetweb-v1.15_GH0.tar.gz) = 12067940
(-)b/www/civetweb/pkg-plist (-1 / +1 lines)
Lines 8-11 lib/cmake/civetweb/civetweb-config.cmake Link Here
8
lib/cmake/civetweb/civetweb-targets-%%CMAKE_BUILD_TYPE%%.cmake
8
lib/cmake/civetweb/civetweb-targets-%%CMAKE_BUILD_TYPE%%.cmake
9
lib/cmake/civetweb/civetweb-targets.cmake
9
lib/cmake/civetweb/civetweb-targets.cmake
10
lib/libcivetweb.so
10
lib/libcivetweb.so
11
lib/libcivetweb.so.1.14.0
11
lib/libcivetweb.so.%%PORTVERSION%%.0

Return to bug 259142