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

(-)mongodb34-tools/Makefile (-3 / +4 lines)
Lines 1-7 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	mongodb34-tools
3
PORTNAME=	mongodb34-tools
4
PORTVERSION=	3.4.5
4
PORTVERSION=	3.4.7
5
DISTVERSIONPREFIX=	r
5
DISTVERSIONPREFIX=	r
6
CATEGORIES=	databases net
6
CATEGORIES=	databases net
7
7
Lines 12-17 Link Here
12
12
13
BUILD_DEPENDS=	go>0:lang/go
13
BUILD_DEPENDS=	go>0:lang/go
14
14
15
USES=	localbase
16
15
USE_GITHUB=	yes
17
USE_GITHUB=	yes
16
GH_ACCOUNT=	mongodb
18
GH_ACCOUNT=	mongodb
17
GH_PROJECT=	mongo-tools
19
GH_PROJECT=	mongo-tools
Lines 25-31 Link Here
25
SSL_USES=	ssl
27
SSL_USES=	ssl
26
SSL_USE=	my_tags=ssl
28
SSL_USE=	my_tags=ssl
27
29
28
ONLY_FOR_ARCHS=	i386 amd64
30
ONLY_FOR_ARCHS=	amd64 i386
29
ONLY_FOR_ARCHS_REASON=	"not yet ported to anything other than i386 and amd64"
31
ONLY_FOR_ARCHS_REASON=	"not yet ported to anything other than i386 and amd64"
30
32
31
STRIP=		# Stripping can break go binaries
33
STRIP=		# Stripping can break go binaries
Lines 36-42 Link Here
36
		CGO_CFLAGS="${CFLAGS}" CGO_CPPFLAGS="${CPPFLAGS}" \
38
		CGO_CFLAGS="${CFLAGS}" CGO_CPPFLAGS="${CPPFLAGS}" \
37
		CGO_CXXFLAGS="${CXXFLAGS}" CGO_LDFLAGS="-L${LOCALBASE}/lib ${LDFLAGS}"
39
		CGO_CXXFLAGS="${CXXFLAGS}" CGO_LDFLAGS="-L${LOCALBASE}/lib ${LDFLAGS}"
38
40
39
USES=	localbase
40
MY_TAGS=	-tags "${USE_MY_TAGS}"
41
MY_TAGS=	-tags "${USE_MY_TAGS}"
41
42
42
post-patch:
43
post-patch:
(-)mongodb34-tools/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1497616431
1
TIMESTAMP = 1502959907
2
SHA256 (mongodb-mongo-tools-r3.4.5_GH0.tar.gz) = e6fd1b17199a5c52cdf2a6d771c5e34ee406cd7897441cdd1fc48cc69a3f42aa
2
SHA256 (mongodb-mongo-tools-r3.4.7_GH0.tar.gz) = f7a7b014ad2947c0fa4d6973a669f53e8c1af29df7e8bc6daf879b1456c90ce1
3
SIZE (mongodb-mongo-tools-r3.4.5_GH0.tar.gz) = 4712420
3
SIZE (mongodb-mongo-tools-r3.4.7_GH0.tar.gz) = 4719382

Return to bug 221603