diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2014-03-01 18:19:04 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2014-03-01 18:19:04 +0000 |
commit | 4dbeba9230e284b3c1b3d1327c3ae60270ea0080 (patch) | |
tree | 87f1ddb4ae306d5119ab74b05632d2c454f73977 /net-im/tox | |
parent | 41256a148180686ab88f75694bd08f16e505b1a8 (diff) | |
download | ports-4dbeba9230e284b3c1b3d1327c3ae60270ea0080.tar.gz ports-4dbeba9230e284b3c1b3d1327c3ae60270ea0080.zip |
Notes
Diffstat (limited to 'net-im/tox')
-rw-r--r-- | net-im/tox/Makefile | 6 | ||||
-rw-r--r-- | net-im/tox/distinfo | 4 | ||||
-rw-r--r-- | net-im/tox/files/patch-Makefile.am | 8 | ||||
-rw-r--r-- | net-im/tox/pkg-plist | 1 |
4 files changed, 10 insertions, 9 deletions
diff --git a/net-im/tox/Makefile b/net-im/tox/Makefile index 33a6c0db4080..0f770bfa786c 100644 --- a/net-im/tox/Makefile +++ b/net-im/tox/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ProjectTox-Core -PORTVERSION= 0.140222 +PORTVERSION= 0.140301 CATEGORIES= net-im net-p2p MAINTAINER= thierry@FreeBSD.org @@ -18,7 +18,7 @@ USE_GITHUB= yes GH_ACCOUNT= irungentoo GH_PROJECT= ProjectTox-Core GH_TAGNAME= ${GH_COMMIT} -GH_COMMIT= f219fb4 +GH_COMMIT= 16b93e8 USE_AUTOTOOLS= automake autoconf libtoolize USES= pkgconfig @@ -31,7 +31,7 @@ OPTIONS_DEFAULT= PHONE SODIUM PHONE_DESC= Enable phone test PHONE_CONFIGURE_ENABLE= phone -PHONE_LIB_DEPENDS= libopenal.so:${PORTSDIR}/audio/openal \ +PHONE_LIB_DEPENDS= libopenal.so.1:${PORTSDIR}/audio/openal-soft \ libv4l2.so:${PORTSDIR}/multimedia/libv4l \ libswscale.so:${PORTSDIR}/multimedia/ffmpeg PHONE_USE= SDL=sdl diff --git a/net-im/tox/distinfo b/net-im/tox/distinfo index bdd62f0dc4fb..e23952936810 100644 --- a/net-im/tox/distinfo +++ b/net-im/tox/distinfo @@ -1,2 +1,2 @@ -SHA256 (ProjectTox-Core-0.140222.tar.gz) = 7340be430a0cb66443581bfcfa6236ba1e0c485eabb15e6f528d4bce87807f93 -SIZE (ProjectTox-Core-0.140222.tar.gz) = 244242 +SHA256 (ProjectTox-Core-0.140301.tar.gz) = 1a4e1e2c73147a724db2392877940e9bc4d13a3bf8b74c1627bcbc2b721123cc +SIZE (ProjectTox-Core-0.140301.tar.gz) = 247259 diff --git a/net-im/tox/files/patch-Makefile.am b/net-im/tox/files/patch-Makefile.am index d49d3ba81bb9..6c9a9b8ef0a2 100644 --- a/net-im/tox/files/patch-Makefile.am +++ b/net-im/tox/files/patch-Makefile.am @@ -1,11 +1,11 @@ ---- Makefile.am.orig 2014-02-22 23:52:26.000000000 +0100 -+++ Makefile.am 2014-02-23 17:07:16.000000000 +0100 +--- Makefile.am.orig 2014-03-01 03:14:55.000000000 +0100 ++++ Makefile.am 2014-03-01 18:04:57.000000000 +0100 @@ -2,7 +2,7 @@ ACLOCAL_AMFLAGS = -I m4 -pkgconfigdir = $(libdir)/pkgconfig +pkgconfigdir = $(libdir)data/pkgconfig - pkgconfig_DATA = $(top_builddir)/libtoxcore.pc - BUILT_SOURCES = $(top_builddir)/libtoxcore.pc + + pkgconfig_DATA = $(top_builddir)/libtoxcore.pc diff --git a/net-im/tox/pkg-plist b/net-im/tox/pkg-plist index 07b36a5b6eaf..d6fbe7a1f249 100644 --- a/net-im/tox/pkg-plist +++ b/net-im/tox/pkg-plist @@ -9,5 +9,6 @@ lib/libtoxcore.a lib/libtoxcore.la lib/libtoxcore.so lib/libtoxcore.so.0 +libdata/pkgconfig/libtoxav.pc libdata/pkgconfig/libtoxcore.pc @dirrm include/tox |