diff --git a/net-im/toxext/Makefile b/net-im/toxext/Makefile index bd824bd127e2..a3198e55469d 100644 --- a/net-im/toxext/Makefile +++ b/net-im/toxext/Makefile @@ -1,25 +1,24 @@ PORTNAME= toxext DISTVERSIONPREFIX= v -DISTVERSION= 0.0.2 -PORTREVISION= 1 +DISTVERSION= 0.0.3 CATEGORIES= net-im net-p2p MAINTAINER= yuri@FreeBSD.org COMMENT= Extension library for tox LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libopus.so:audio/opus \ libsodium.so:security/libsodium \ libtoxcore.so:net-im/tox \ libvpx.so:multimedia/libvpx USES= cmake localbase:ldflags pkgconfig USE_GITHUB= yes CMAKE_ON= BUILD_SHARED_LIBS CFLAGS+= -fPIC # see https://github.com/toxext/toxext/issues/7 .include diff --git a/net-im/toxext/distinfo b/net-im/toxext/distinfo index 3e1f3294627a..d885a7e911d4 100644 --- a/net-im/toxext/distinfo +++ b/net-im/toxext/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1624921343 -SHA256 (toxext-toxext-v0.0.2_GH0.tar.gz) = 047093eeed396ea9b4a3f0cd0a6bc4e0e09b339e2b03ba4b676e30888fe6acde -SIZE (toxext-toxext-v0.0.2_GH0.tar.gz) = 34178 +TIMESTAMP = 1637086147 +SHA256 (toxext-toxext-v0.0.3_GH0.tar.gz) = 99cf215d261a07bd83eafd1c69dcf78018db605898350b6137f1fd8e7c54734a +SIZE (toxext-toxext-v0.0.3_GH0.tar.gz) = 34759 diff --git a/net-im/toxext/pkg-plist b/net-im/toxext/pkg-plist index ac62b07b8aa7..8a67db76d27e 100644 --- a/net-im/toxext/pkg-plist +++ b/net-im/toxext/pkg-plist @@ -1,8 +1,5 @@ -include/toxext/mock_fixtures.h -include/toxext/mock_tox.h include/toxext/toxext.h include/toxext/toxext_util.h lib/cmake/ToxExt/ToxExtConfig-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/ToxExt/ToxExtConfig.cmake lib/libtoxext.so -lib/libtoxext_mock.so