View | Details | Raw Unified | Return to bug 274117
Collapse All | Expand All

(-)b/astro/osmium-tool/Makefile (-4 / +2 lines)
Lines 1-6 Link Here
1
PORTNAME=	osmium-tool
1
PORTNAME=	osmium-tool
2
DISTVERSIONPREFIX=	v
2
DISTVERSIONPREFIX=	v
3
DISTVERSION=	1.15.0
3
DISTVERSION=	1.16.0
4
CATEGORIES=	astro geography
4
CATEGORIES=	astro geography
5
5
6
MAINTAINER=	ianthetechie@gmail.com
6
MAINTAINER=	ianthetechie@gmail.com
Lines 15-21 BUILD_DEPENDS= ${LOCALBASE}/include/osmium/version.hpp:astro/libosmium \ Link Here
15
		${LOCALBASE}/include/rapidjson/stringbuffer.h:devel/rapidjson \
15
		${LOCALBASE}/include/rapidjson/stringbuffer.h:devel/rapidjson \
16
		hs-pandoc>0:textproc/hs-pandoc
16
		hs-pandoc>0:textproc/hs-pandoc
17
LIB_DEPENDS=	libboost_program_options.so:devel/boost-libs \
17
LIB_DEPENDS=	libboost_program_options.so:devel/boost-libs \
18
		libbz2.so:archivers/bzip2 \
19
		libexpat.so:textproc/expat2
18
		libexpat.so:textproc/expat2
20
19
21
USES=		cmake:testing
20
USES=		cmake:testing
Lines 26-33 PORTEXAMPLES= extract-example-config/* Link Here
26
OPTIONS_DEFINE=		EXAMPLES LZ4
25
OPTIONS_DEFINE=		EXAMPLES LZ4
27
OPTIONS_DEFAULT=	EXAMPLES LZ4
26
OPTIONS_DEFAULT=	EXAMPLES LZ4
28
27
29
LZ4_CMAKE_ON=	-DWITH_LZ4=ON
28
LZ4_CMAKE_BOOL=	WITH_LZ4
30
LZ4_CMAKE_OFF=	-DWITH_LZ4=OFF
31
29
32
LZ4_DESC=		Build with support for LZ4 compression of PBF files
30
LZ4_DESC=		Build with support for LZ4 compression of PBF files
33
LZ4_LIB_DEPENDS=	liblz4.so:archivers/liblz4
31
LZ4_LIB_DEPENDS=	liblz4.so:archivers/liblz4
(-)b/astro/osmium-tool/distinfo (-4 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1674959777
1
TIMESTAMP = 1695800644
2
SHA256 (osmcode-osmium-tool-v1.15.0_GH0.tar.gz) = 0b3be2f07d60dfb93f65d6a9f1af1fc9cf6ef68e5a460997d841c93079c3377b
2
SHA256 (osmcode-osmium-tool-v1.16.0_GH0.tar.gz) = f98454d9f901be42e0b6751aef40106d734887ee35190c224b174c2f27ef1c0f
3
SIZE (osmcode-osmium-tool-v1.15.0_GH0.tar.gz) = 490366
3
SIZE (osmcode-osmium-tool-v1.16.0_GH0.tar.gz) = 491176
4
- 

Return to bug 274117