Date: Sat, 1 Mar 2014 18:19:04 +0000 (UTC) From: Thierry Thomas <thierry@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r346711 - in head/net-im/tox: . files Message-ID: <201403011819.s21IJ4ZQ099886@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: thierry Date: Sat Mar 1 18:19:04 2014 New Revision: 346711 URL: http://svnweb.freebsd.org/changeset/ports/346711 QAT: https://qat.redports.org/buildarchive/r346711/ Log: Upgrade and switch from openal to openal-soft. Modified: head/net-im/tox/Makefile head/net-im/tox/distinfo head/net-im/tox/files/patch-Makefile.am head/net-im/tox/pkg-plist Modified: head/net-im/tox/Makefile ============================================================================== --- head/net-im/tox/Makefile Sat Mar 1 18:16:21 2014 (r346710) +++ head/net-im/tox/Makefile Sat Mar 1 18:19:04 2014 (r346711) @@ -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 Modified: head/net-im/tox/distinfo ============================================================================== --- head/net-im/tox/distinfo Sat Mar 1 18:16:21 2014 (r346710) +++ head/net-im/tox/distinfo Sat Mar 1 18:19:04 2014 (r346711) @@ -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 Modified: head/net-im/tox/files/patch-Makefile.am ============================================================================== --- head/net-im/tox/files/patch-Makefile.am Sat Mar 1 18:16:21 2014 (r346710) +++ head/net-im/tox/files/patch-Makefile.am Sat Mar 1 18:19:04 2014 (r346711) @@ -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 Modified: head/net-im/tox/pkg-plist ============================================================================== --- head/net-im/tox/pkg-plist Sat Mar 1 18:16:21 2014 (r346710) +++ head/net-im/tox/pkg-plist Sat Mar 1 18:19:04 2014 (r346711) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403011819.s21IJ4ZQ099886>