frendly ping :) Omar Polo <o...@openbsd.org> wrote: > Hello, > > this updates toxcore and toxic to the latest releases, the changelog is > here: > > https://github.com/TokTok/c-toxcore/releases/tag/v0.2.16 > https://github.com/TokTok/toxic/releases/tag/v0.11.3 > > It's a straightforward update, I've only tweaked toxcore makefile to > avoid the otherwise unnecessary variable V and added the new lib > depends. > > The only other consumer, net/utox, still builds fine. (tested on amd64 > and i386.) > > Comments/OK? > > side question: some files have the executable bit set. What's the > correct way to fix those with CVS? They get updated upon commit? > > Thanks, > > Omar Polo
Index: toxcore/Makefile =================================================================== RCS file: /home/cvs/ports/net/toxcore/Makefile,v retrieving revision 1.8 diff -u -p -r1.8 Makefile --- toxcore/Makefile 3 Jan 2021 19:35:02 -0000 1.8 +++ toxcore/Makefile 19 Feb 2022 14:41:15 -0000 @@ -2,14 +2,13 @@ COMMENT = Tox client library -V = 0.2.12 -DISTNAME = toxcore-$V +PKGNAME = ${DISTNAME:S/c-//} GH_ACCOUNT = TokTok GH_PROJECT = c-toxcore -GH_TAGNAME = v$V +GH_TAGNAME = v0.2.16 -SHARED_LIBS += toxcore 1.0 +SHARED_LIBS += toxcore 2.0 CATEGORIES = net telephony @@ -18,13 +17,14 @@ HOMEPAGE = https://tox.chat/ # GPLv3+ PERMIT_PACKAGE = Yes -WANTLIB = c config m opus pthread sodium vpx +WANTLIB = c config m opus msgpackc pthread sodium vpx MODULES = devel/cmake COMPILER = base-clang ports-gcc LIB_DEPENDS = audio/opus \ devel/libconfig \ + devel/msgpack \ multimedia/libvpx \ security/libsodium Index: toxcore/distinfo =================================================================== RCS file: /home/cvs/ports/net/toxcore/distinfo,v retrieving revision 1.3 diff -u -p -r1.3 distinfo --- toxcore/distinfo 3 Jan 2021 19:35:02 -0000 1.3 +++ toxcore/distinfo 19 Feb 2022 15:27:31 -0000 @@ -1,2 +1,2 @@ -SHA256 (toxcore-0.2.12.tar.gz) = MK4yY8m2jTvvBveZup16Z+P61EcDBiXw/6S7ImhCKLA= -SIZE (toxcore-0.2.12.tar.gz) = 504832 +SHA256 (c-toxcore-0.2.16.tar.gz) = ZTqkJlS2B/CUDOz6yHPpzlVgURmpDR3EVNEJD/bKKcA= +SIZE (c-toxcore-0.2.16.tar.gz) = 556720 Index: toxcore/pkg/PLIST =================================================================== RCS file: /home/cvs/ports/net/toxcore/pkg/PLIST,v retrieving revision 1.2 diff -u -p -r1.2 PLIST --- toxcore/pkg/PLIST 3 Jan 2021 19:35:02 -0000 1.2 +++ toxcore/pkg/PLIST 19 Feb 2022 14:37:40 -0000 @@ -3,8 +3,13 @@ @bin bin/tox-bootstrapd include/tox/ include/tox/tox.h +include/tox/tox_dispatch.h +include/tox/tox_events.h include/tox/toxav.h include/tox/toxencryptsave.h @static-lib lib/libtoxcore.a @lib lib/libtoxcore.so.${LIBtoxcore_VERSION} lib/pkgconfig/toxcore.pc +share/bash-completion/ +share/bash-completion/completions/ +share/bash-completion/completions/tox-bootstrapd Index: toxic/Makefile =================================================================== RCS file: /home/cvs/ports/net/toxic/Makefile,v retrieving revision 1.15 diff -u -p -r1.15 Makefile --- toxic/Makefile 17 Jan 2022 01:35:46 -0000 1.15 +++ toxic/Makefile 19 Feb 2022 14:46:59 -0000 @@ -4,8 +4,7 @@ COMMENT = ncurses-based Tox client GH_ACCOUNT = Jfreegman GH_PROJECT = toxic -GH_TAGNAME = v0.11.1 -REVISION = 0 +GH_TAGNAME = v0.11.3 CATEGORIES = net Index: toxic/distinfo =================================================================== RCS file: /home/cvs/ports/net/toxic/distinfo,v retrieving revision 1.3 diff -u -p -r1.3 distinfo --- toxic/distinfo 14 Oct 2021 20:38:17 -0000 1.3 +++ toxic/distinfo 19 Feb 2022 14:47:15 -0000 @@ -1,2 +1,2 @@ -SHA256 (toxic-0.11.1.tar.gz) = XfjzzyHCsihUY5nwwqd8bY9TVpOahcMiIqT2omuCaIo= -SIZE (toxic-0.11.1.tar.gz) = 1204163 +SHA256 (toxic-0.11.3.tar.gz) = Gj/UKJhSv2TuF7mKJ1l9DY9efTyayQGAvU5jqOWuU9k= +SIZE (toxic-0.11.3.tar.gz) = 1197252