mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04: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
2 changed files with 6 additions and 14 deletions
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
PORTNAME= arangodb
|
PORTNAME= arangodb
|
||||||
DISTVERSIONPREFIX= v
|
DISTVERSIONPREFIX= v
|
||||||
DISTVERSION= 3.2.8
|
DISTVERSION= 3.2.9
|
||||||
CATEGORIES= databases net
|
CATEGORIES= databases net
|
||||||
PKGNAMESUFFIX= 32
|
PKGNAMESUFFIX= 32
|
||||||
|
|
||||||
|
@ -14,6 +14,7 @@ LICENSE= APACHE20
|
||||||
|
|
||||||
ONLY_FOR_ARCHS= amd64
|
ONLY_FOR_ARCHS= amd64
|
||||||
ONLY_FOR_ARCHS_REASON= "Only builds on 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
|
USES= gmake ssl cmake:outsource,noninja python:2.7 compiler
|
||||||
USE_GITHUB= yes
|
USE_GITHUB= yes
|
||||||
|
|
||||||
|
@ -25,15 +26,6 @@ USERS= arangodb
|
||||||
GROUPS= arangodb
|
GROUPS= arangodb
|
||||||
USE_RC_SUBR= arangod
|
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:
|
post-install:
|
||||||
.for section in 1 8
|
.for section in 1 8
|
||||||
${MV} ${STAGEDIR}${PREFIX}/share/man/man${section}/* ${STAGEDIR}${PREFIX}/man/man${section}/
|
${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/log
|
||||||
${RMDIR} ${STAGEDIR}${PREFIX}/var
|
${RMDIR} ${STAGEDIR}${PREFIX}/var
|
||||||
|
|
||||||
.include <bsd.port.post.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1511171687
|
TIMESTAMP = 1512759306
|
||||||
SHA256 (arangodb-arangodb-v3.2.8_GH0.tar.gz) = 100e903711f07219e988fb7ae7f59b5eecd39f15b04eb6b8a91eb529a75a6d2b
|
SHA256 (arangodb-arangodb-v3.2.9_GH0.tar.gz) = d327b6ca1b192ad83c75b526a89f8a7528a9502d277ae2798f72b55363e22b7b
|
||||||
SIZE (arangodb-arangodb-v3.2.8_GH0.tar.gz) = 144173495
|
SIZE (arangodb-arangodb-v3.2.9_GH0.tar.gz) = 144185432
|
||||||
|
|
Loading…
Add table
Reference in a new issue