mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
Upgrade to v0.2.9.
Release notes at <https://github.com/TokTok/c-toxcore/releases>. Note: tests are now an option.
This commit is contained in:
parent
d30e4a0d52
commit
33390ed772
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=490135
@ -2,8 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= toxcore
|
||||
PORTVERSION= 0.2.8
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.2.9
|
||||
DISTVERSIONPREFIX= v
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= net-im net-p2p
|
||||
@ -13,7 +12,8 @@ COMMENT= ProjectTox-Core library, a decentralized and secure messenger
|
||||
|
||||
LICENSE= GPLv3
|
||||
|
||||
BUILD_DEPENDS= checkmk:devel/check
|
||||
BUILD_DEPENDS= checkmk:devel/check \
|
||||
gtest:sysutils/coreutils
|
||||
LIB_DEPENDS= libvpx.so:multimedia/libvpx \
|
||||
libmsgpackc.so:devel/msgpack \
|
||||
libsndfile.so:audio/libsndfile \
|
||||
@ -33,14 +33,15 @@ USES= cmake compiler:c11 libtool pathfix pkgconfig
|
||||
USE_LDCONFIG= yes
|
||||
PLIST_SUB= VER=${PORTVERSION:C/0.//}.0 SO=2
|
||||
|
||||
OPTIONS_DEFINE= DAEMON
|
||||
OPTIONS_DEFINE= DAEMON TEST
|
||||
OPTIONS_SUB= yes
|
||||
|
||||
DAEMON_DESC= Bootstrap daemon
|
||||
DAEMON_CMAKE_ON= -DBOOTSTRAP_DAEMON=on
|
||||
DAEMON_LIB_DEPENDS= libconfig.so:devel/libconfig
|
||||
|
||||
TEST_TARGET= test
|
||||
TEST_CMAKE_ON= -DAUTOTEST=on
|
||||
TEST_TARGET= test
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
@ -56,7 +57,6 @@ PKGMESSAGE= ${PKGDIR}/pkg-message.daemon
|
||||
|
||||
post-install:
|
||||
.if ${PORT_OPTIONS:MDAEMON}
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/tox-bootstrapd ${STAGEDIR}${PREFIX}/bin
|
||||
${INSTALL_DATA} ${WRKSRC}/other/bootstrap_daemon/tox-bootstrapd.conf \
|
||||
${STAGEDIR}${PREFIX}/etc/tox-bootstrapd.conf.sample
|
||||
${MKDIR} ${STAGEDIR}${KEYS_DIR}
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1538995287
|
||||
SHA256 (TokTok-c-toxcore-v0.2.8_GH0.tar.gz) = 47fe125d8558775a03a3ded58e9faa07a01cfecd65257e24b544b4b5698d9362
|
||||
SIZE (TokTok-c-toxcore-v0.2.8_GH0.tar.gz) = 502907
|
||||
TIMESTAMP = 1547381833
|
||||
SHA256 (TokTok-c-toxcore-v0.2.9_GH0.tar.gz) = a8c962709447fb9b0cbb1a90ec1945a1b2d272b4d322356c48a4e3882b1267e7
|
||||
SIZE (TokTok-c-toxcore-v0.2.9_GH0.tar.gz) = 510806
|
||||
|
Loading…
Reference in New Issue
Block a user