Upgrade to v0.1.5.
Changelog at <https://github.com/TokTok/c-toxcore/releases/tag/v0.1.5>.
This commit is contained in:
parent
e5f4bc7efe
commit
e7f3c919b5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=431977
3 changed files with 27 additions and 4 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= toxcore
|
||||
PORTVERSION= 0.1.3
|
||||
PORTVERSION= 0.1.5
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= net-im net-p2p
|
||||
|
||||
|
@ -27,6 +27,7 @@ GH_TAGNAME= v${PORTVERSION}
|
|||
|
||||
USES= cmake compiler:c11 libtool pathfix pkgconfig
|
||||
USE_LDCONFIG= yes
|
||||
PLIST_SUB= VER=${PORTVERSION:C/0.//}.0 SO=1
|
||||
|
||||
OPTIONS_DEFINE= DAEMON
|
||||
OPTIONS_SUB= yes
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1484166863
|
||||
SHA256 (TokTok-c-toxcore-0.1.3-v0.1.3_GH0.tar.gz) = 741d2d943b7c17c79a24d21611709aae2b835cd2e265b712b5626798ef4e815b
|
||||
SIZE (TokTok-c-toxcore-0.1.3-v0.1.3_GH0.tar.gz) = 421846
|
||||
TIMESTAMP = 1484935862
|
||||
SHA256 (TokTok-c-toxcore-0.1.5-v0.1.5_GH0.tar.gz) = 32ee841e91594a95d6193e4a29d61b0935e4e145ffb2ddb9009c7d79ff9efa3b
|
||||
SIZE (TokTok-c-toxcore-0.1.5-v0.1.5_GH0.tar.gz) = 431390
|
||||
|
|
|
@ -6,26 +6,48 @@ include/tox/toxdns.h
|
|||
include/tox/toxencryptsave.h
|
||||
lib/libtoxav.a
|
||||
lib/libtoxav.so
|
||||
lib/libtoxav.so.%%SO%%
|
||||
lib/libtoxav.so.%%VER%%
|
||||
lib/libtoxcore.a
|
||||
lib/libtoxcore.so
|
||||
lib/libtoxcore.so.%%SO%%
|
||||
lib/libtoxcore.so.%%VER%%
|
||||
lib/libtoxcrypto.a
|
||||
lib/libtoxcrypto.so
|
||||
lib/libtoxcrypto.so.%%SO%%
|
||||
lib/libtoxcrypto.so.%%VER%%
|
||||
lib/libtoxdht.a
|
||||
lib/libtoxdht.so
|
||||
lib/libtoxdht.so.%%SO%%
|
||||
lib/libtoxdht.so.%%VER%%
|
||||
lib/libtoxdns.a
|
||||
lib/libtoxdns.so
|
||||
lib/libtoxdns.so.%%SO%%
|
||||
lib/libtoxdns.so.%%VER%%
|
||||
lib/libtoxencryptsave.a
|
||||
lib/libtoxencryptsave.so
|
||||
lib/libtoxencryptsave.so.%%SO%%
|
||||
lib/libtoxencryptsave.so.%%VER%%
|
||||
lib/libtoxfriends.a
|
||||
lib/libtoxfriends.so
|
||||
lib/libtoxfriends.so.%%SO%%
|
||||
lib/libtoxfriends.so.%%VER%%
|
||||
lib/libtoxgroup.a
|
||||
lib/libtoxgroup.so
|
||||
lib/libtoxgroup.so.%%SO%%
|
||||
lib/libtoxgroup.so.%%VER%%
|
||||
lib/libtoxmessenger.a
|
||||
lib/libtoxmessenger.so
|
||||
lib/libtoxmessenger.so.%%SO%%
|
||||
lib/libtoxmessenger.so.%%VER%%
|
||||
lib/libtoxnetcrypto.a
|
||||
lib/libtoxnetcrypto.so
|
||||
lib/libtoxnetcrypto.so.%%SO%%
|
||||
lib/libtoxnetcrypto.so.%%VER%%
|
||||
lib/libtoxnetwork.a
|
||||
lib/libtoxnetwork.so
|
||||
lib/libtoxnetwork.so.%%SO%%
|
||||
lib/libtoxnetwork.so.%%VER%%
|
||||
libdata/pkgconfig/libtoxav.pc
|
||||
libdata/pkgconfig/libtoxcore.pc
|
||||
libdata/pkgconfig/toxav.pc
|
||||
|
|
Loading…
Reference in a new issue