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

Collapse All | Expand All

(-)b/devel/re2/Makefile (-8 / +5 lines)
Lines 1-7 Link Here
1
# Created by: Julien Laffaye <kimelto@gmail.com>
1
# Created by: Julien Laffaye <kimelto@gmail.com>
2
2
3
PORTNAME=	re2
3
PORTNAME=	re2
4
PORTVERSION=	20210901
4
PORTVERSION=	20211101
5
CATEGORIES=	devel
5
CATEGORIES=	devel
6
6
7
MAINTAINER=	sunpoet@FreeBSD.org
7
MAINTAINER=	sunpoet@FreeBSD.org
Lines 10-27 COMMENT= Fast C++ regex library Link Here
10
LICENSE=	BSD3CLAUSE
10
LICENSE=	BSD3CLAUSE
11
LICENSE_FILE=	${WRKSRC}/LICENSE
11
LICENSE_FILE=	${WRKSRC}/LICENSE
12
12
13
USES=		compiler:c++11-lang gmake pathfix
13
USES=		cmake:testing compiler:c++11-lang pathfix
14
15
MAKE_ARGS=	CXX="${CXX}" CXXFLAGS="${CXXFLAGS}" SED_INPLACE="${SED} -i ''" prefix=${PREFIX}
16
USE_LDCONFIG=	yes
14
USE_LDCONFIG=	yes
17
15
18
PATHFIX_MAKEFILEIN=	Makefile
19
20
GH_ACCOUNT=	google
16
GH_ACCOUNT=	google
21
GH_TAGNAME=	${PORTVERSION:C|(....)(..)(..)|\1-\2-\3|}
17
GH_TAGNAME=	${PORTVERSION:C|(....)(..)(..)|\1-\2-\3|}
22
USE_GITHUB=	yes
18
USE_GITHUB=	yes
23
19
24
post-install:
20
CMAKE_ON=	BUILD_SHARED_LIBS
25
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libre2.so
21
CMAKE_OFF=	RE2_BUILD_TESTING
22
CMAKE_TESTING_ON=	RE2_BUILD_TESTING
26
23
27
.include <bsd.port.mk>
24
.include <bsd.port.mk>
(-)b/devel/re2/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1632036862
1
TIMESTAMP = 1639435471
2
SHA256 (google-re2-20210901-2021-09-01_GH0.tar.gz) = 42a2e1d56b5de252f5d418dc1cc0848e9e52ca22b056453988b18c6195ec7f8d
2
SHA256 (google-re2-20211101-2021-11-01_GH0.tar.gz) = 8c45f7fba029ab41f2a7e6545058d9eec94eef97ce70df58e92d85cfc08b4669
3
SIZE (google-re2-20210901-2021-09-01_GH0.tar.gz) = 407619
3
SIZE (google-re2-20211101-2021-11-01_GH0.tar.gz) = 408934
(-)b/devel/re2/pkg-plist (-2 / +2 lines)
Lines 2-9 include/re2/filtered_re2.h Link Here
2
include/re2/re2.h
2
include/re2/re2.h
3
include/re2/set.h
3
include/re2/set.h
4
include/re2/stringpiece.h
4
include/re2/stringpiece.h
5
lib/libre2.a
5
lib/cmake/re2/re2Config-%%CMAKE_BUILD_TYPE%%.cmake
6
lib/cmake/re2/re2Config.cmake
6
lib/libre2.so
7
lib/libre2.so
7
lib/libre2.so.9
8
lib/libre2.so.9
8
lib/libre2.so.9.0.0
9
lib/libre2.so.9.0.0
9
libdata/pkgconfig/re2.pc

Return to bug 260402