mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-29 10:18:30 +00:00
devel/libbson: Use USE_GITHUB helper and remove USES= pathfix
* Use USE_GITHUB helper instead of working around it * Remove USES= pathfix as .pc files are installed using a custom cmake file that needs custom patching Approved by: portmgr (build fix and compliance)
This commit is contained in:
parent
13659c883e
commit
4967eaa212
@ -1,8 +1,6 @@
|
||||
PORTNAME= libbson
|
||||
DISTVERSION= 1.25.3
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= https://codeload.github.com/mongodb/${PORTNAME}/tar.gz/${DISTVERSION}?dummy=/
|
||||
DISTNAME= mongo-c-driver-${DISTVERSION}
|
||||
|
||||
MAINTAINER= ports@bsdserwis.com
|
||||
COMMENT= BSON utility library
|
||||
@ -11,10 +9,14 @@ WWW= https://github.com/mongodb/mongo-c-driver
|
||||
LICENSE= APACHE20
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
USES= cmake cpe pathfix python:env pkgconfig
|
||||
USES= cmake cpe python:env pkgconfig
|
||||
CPE_VENDOR= mongodb
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= mongodb
|
||||
GH_PROJECT= mongo-c-driver
|
||||
|
||||
DOCSDIR= ${PREFIX}/share/doc/mongo-c-driver
|
||||
|
||||
CMAKE_OFF= BUILD_TESTING \
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1703795554
|
||||
SHA256 (mongo-c-driver-1.25.3.tar.gz) = d7cdedc5164b7b8ca39bb45bee789da44097052c882fa84996e4d90eec6fe8d3
|
||||
SIZE (mongo-c-driver-1.25.3.tar.gz) = 7306922
|
||||
TIMESTAMP = 1704140351
|
||||
SHA256 (mongodb-mongo-c-driver-1.25.3_GH0.tar.gz) = d7cdedc5164b7b8ca39bb45bee789da44097052c882fa84996e4d90eec6fe8d3
|
||||
SIZE (mongodb-mongo-c-driver-1.25.3_GH0.tar.gz) = 7306922
|
||||
|
Loading…
Reference in New Issue
Block a user