mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-01 10:59:55 +00:00
update databases/arangodb32 to 3.2.9
PR: 224032 Submitted by: dev@dudu.ro (maintainer, same as galu@packetdam.com)
This commit is contained in:
parent
268a6bae25
commit
29283e17d2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=455796
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= arangodb
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 3.2.8
|
||||
DISTVERSION= 3.2.9
|
||||
CATEGORIES= databases net
|
||||
PKGNAMESUFFIX= 32
|
||||
|
||||
@ -14,6 +14,7 @@ LICENSE= APACHE20
|
||||
|
||||
ONLY_FOR_ARCHS= amd64
|
||||
ONLY_FOR_ARCHS_REASON= "Only builds on amd64"
|
||||
BROKEN_FreeBSD_10= libc++ is too old
|
||||
USES= gmake ssl cmake:outsource,noninja python:2.7 compiler
|
||||
USE_GITHUB= yes
|
||||
|
||||
@ -25,15 +26,6 @@ USERS= arangodb
|
||||
GROUPS= arangodb
|
||||
USE_RC_SUBR= arangod
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${COMPILER_TYPE} == clang && ${COMPILER_VERSION} < 40
|
||||
BUILD_DEPENDS+= ${LOCALBASE}/bin/clang40:devel/llvm40
|
||||
CPP= ${LOCALBASE}/bin/clang-cpp40
|
||||
CC= ${LOCALBASE}/bin/clang40
|
||||
CXX= ${LOCALBASE}/bin/clang++40
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
.for section in 1 8
|
||||
${MV} ${STAGEDIR}${PREFIX}/share/man/man${section}/* ${STAGEDIR}${PREFIX}/man/man${section}/
|
||||
@ -50,4 +42,4 @@ post-install:
|
||||
${RMDIR} ${STAGEDIR}${PREFIX}/var/log
|
||||
${RMDIR} ${STAGEDIR}${PREFIX}/var
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1511171687
|
||||
SHA256 (arangodb-arangodb-v3.2.8_GH0.tar.gz) = 100e903711f07219e988fb7ae7f59b5eecd39f15b04eb6b8a91eb529a75a6d2b
|
||||
SIZE (arangodb-arangodb-v3.2.8_GH0.tar.gz) = 144173495
|
||||
TIMESTAMP = 1512759306
|
||||
SHA256 (arangodb-arangodb-v3.2.9_GH0.tar.gz) = d327b6ca1b192ad83c75b526a89f8a7528a9502d277ae2798f72b55363e22b7b
|
||||
SIZE (arangodb-arangodb-v3.2.9_GH0.tar.gz) = 144185432
|
||||
|
Loading…
Reference in New Issue
Block a user