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

Collapse All | Expand All

(-)b/devel/utf8cpp/Makefile (-2 / +4 lines)
Lines 1-13 Link Here
1
PORTNAME=	utf8cpp
1
PORTNAME=	utf8cpp
2
PORTVERSION=	3.1.2
3
DISTVERSIONPREFIX=	v
2
DISTVERSIONPREFIX=	v
3
DISTVERSION=	3.2.2
4
CATEGORIES=	devel
4
CATEGORIES=	devel
5
5
6
MAINTAINER=	k@stereochro.me
6
MAINTAINER=	k@stereochro.me
7
COMMENT=	Simple, portable, lightweight library for handling UTF-8 strings
7
COMMENT=	Simple, portable, lightweight library for handling UTF-8 strings
8
WWW=		http://utfcpp.sourceforge.net/
8
WWW=		https://github.com/nemtrif/utfcpp
9
9
10
LICENSE=	BSL
10
LICENSE=	BSL
11
LICENSE_FILE=	${WRKSRC}/LICENSE
11
12
12
USES=		cmake
13
USES=		cmake
13
USE_GITHUB=	yes
14
USE_GITHUB=	yes
Lines 20-25 PLIST_FILES= include/utf8cpp/utf8.h \ Link Here
20
		include/utf8cpp/utf8/checked.h \
21
		include/utf8cpp/utf8/checked.h \
21
		include/utf8cpp/utf8/core.h \
22
		include/utf8cpp/utf8/core.h \
22
		include/utf8cpp/utf8/cpp11.h \
23
		include/utf8cpp/utf8/cpp11.h \
24
		include/utf8cpp/utf8/cpp17.h \
23
		include/utf8cpp/utf8/unchecked.h \
25
		include/utf8cpp/utf8/unchecked.h \
24
		lib/cmake/utf8cpp/utf8cppConfig.cmake
26
		lib/cmake/utf8cpp/utf8cppConfig.cmake
25
27
(-)b/devel/utf8cpp/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1606387752
1
TIMESTAMP = 1667982422
2
SHA256 (nemtrif-utfcpp-v3.1.2_GH0.tar.gz) = fea3bfa39fb8bd7368077ea5e1e0db9a8951f7e6fb6d9400b00ab3d92b807c6d
2
SHA256 (nemtrif-utfcpp-v3.2.2_GH0.tar.gz) = 6f81e7cb2be2a6a9109a8a0cb7dc39ec947f1bcdb5dfa4a660e11a23face19f5
3
SIZE (nemtrif-utfcpp-v3.1.2_GH0.tar.gz) = 26388
3
SIZE (nemtrif-utfcpp-v3.2.2_GH0.tar.gz) = 27476

Return to bug 267592