Update to 20180112
- While I'm here, strip binary executable Changes: https://github.com/janmojzis/dq/releases PR: 225300 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> (maintainer)
This commit is contained in:
parent
76f0bf0c77
commit
60273f4966
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=459450
3 changed files with 5 additions and 7 deletions
|
@ -2,8 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= dq
|
||||
PORTVERSION= 20161210
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 20180112
|
||||
CATEGORIES= dns
|
||||
|
||||
MAINTAINER= pkubaj@anongoth.pl
|
||||
|
@ -23,7 +22,7 @@ SUB_LIST= ETCDIR="${ETCDIR}" UID="${USERS}" GID="${GROUPS}"
|
|||
ALL_TARGET= compile
|
||||
|
||||
do-install:
|
||||
cd ${WRKSRC}/build/bin && ${COPYTREE_BIN} . ${STAGEDIR}${PREFIX}/bin/
|
||||
cd ${WRKSRC}/build/bin && ${INSTALL_PROGRAM} * ${STAGEDIR}${PREFIX}/bin/
|
||||
cd ${WRKSRC}/build/include && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/include/
|
||||
${MKDIR} ${STAGEDIR}${ETCDIR}cache/env ${STAGEDIR}${ETCDIR}cache/root/servers
|
||||
${ECHO_CMD} 10000000 > ${STAGEDIR}${ETCDIR}cache/env/CACHESIZE
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1481819599
|
||||
SHA256 (janmojzis-dq-20161210_GH0.tar.gz) = 24fc6ea8ad105bd2fb42ee4b79768529a40e417832b5963b81ee208cb2bb256d
|
||||
SIZE (janmojzis-dq-20161210_GH0.tar.gz) = 143408
|
||||
TIMESTAMP = 1516285936
|
||||
SHA256 (janmojzis-dq-20180112_GH0.tar.gz) = f233f4190213939bd40f35e7a050dbea25e6094f212dc8e1f503bae53c54e18b
|
||||
SIZE (janmojzis-dq-20180112_GH0.tar.gz) = 142300
|
||||
|
|
|
@ -31,7 +31,6 @@ include/crypto_verify_8.h
|
|||
include/direntry.h
|
||||
include/hasasmvolatilememory.h
|
||||
include/hasipv6.h
|
||||
include/order.h
|
||||
include/randombytes.h
|
||||
include/uint32_pack.h
|
||||
include/uint32_pack_big.h
|
||||
|
|
Loading…
Reference in a new issue