svn commit: r356185 - head/net-im/toxic
Thierry Thomas
thierry at FreeBSD.org
Sun Jun 1 22:14:57 UTC 2014
Author: thierry
Date: Sun Jun 1 22:14:56 2014
New Revision: 356185
URL: http://svnweb.freebsd.org/changeset/ports/356185
QAT: https://qat.redports.org/buildarchive/r356185/
Log:
- Refresh
- Add LIB_DEPENDS for libs used by libtoxav.
Modified:
head/net-im/toxic/Makefile
head/net-im/toxic/distinfo
Modified: head/net-im/toxic/Makefile
==============================================================================
--- head/net-im/toxic/Makefile Sun Jun 1 22:13:54 2014 (r356184)
+++ head/net-im/toxic/Makefile Sun Jun 1 22:14:56 2014 (r356185)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= toxic
-PORTVERSION= 0.3.3.140514
+PORTVERSION= 0.3.3.140601
CATEGORIES= net-im
MAINTAINER= thierry at FreeBSD.org
@@ -11,12 +11,15 @@ COMMENT= A console client for Tox
LICENSE= GPLv3
BUILD_DEPENDS= ${LOCALBASE}/lib/libtoxcore.a:${PORTSDIR}/net-im/tox
+LIB_DEPENDS= libvpx.so:${PORTSDIR}/multimedia/libvpx \
+ libopus.so:${PORTSDIR}/audio/opus \
+ libopenal.so.1:${PORTSDIR}/audio/openal-soft
RUN_DEPENDS= ${LOCALBASE}/lib/libtoxcore.a:${PORTSDIR}/net-im/tox
USE_GITHUB= yes
GH_ACCOUNT= tox
GH_TAGNAME= ${GH_COMMIT}
-GH_COMMIT= 2cf5430
+GH_COMMIT= 7206a9e
WRKSRC= ${WRKDIR}/Tox-${PORTNAME}-${GH_COMMIT}
SUB_FILES= pkg-message
Modified: head/net-im/toxic/distinfo
==============================================================================
--- head/net-im/toxic/distinfo Sun Jun 1 22:13:54 2014 (r356184)
+++ head/net-im/toxic/distinfo Sun Jun 1 22:14:56 2014 (r356185)
@@ -1,2 +1,2 @@
-SHA256 (toxic-0.3.3.140514.tar.gz) = 95d85bfba7dc8a3cc7e2ea563cbf1cc5bcba59aca59d6646da73b21e28088fc2
-SIZE (toxic-0.3.3.140514.tar.gz) = 76211
+SHA256 (toxic-0.3.3.140601.tar.gz) = cdd28b42ab9dcaaac7182cb15a150963eee9639435bf131d90f61e9771d981ff
+SIZE (toxic-0.3.3.140601.tar.gz) = 77313
More information about the svn-ports-all
mailing list