Date: Sat, 18 Aug 2012 20:30:02 +0000 (UTC) From: Juergen Lock <nox@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r302740 - head/audio/jack_ghero Message-ID: <201208182030.q7IKU21n076384@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: nox Date: Sat Aug 18 20:30:02 2012 New Revision: 302740 URL: http://svn.freebsd.org/changeset/ports/302740 Log: - Update to 1.0.3 : - Use PTHREAD_LIBS. Submitted by: hselasky (maintainer) Modified: head/audio/jack_ghero/Makefile (contents, props changed) head/audio/jack_ghero/distinfo (contents, props changed) Modified: head/audio/jack_ghero/Makefile ============================================================================== --- head/audio/jack_ghero/Makefile Sat Aug 18 20:29:07 2012 (r302739) +++ head/audio/jack_ghero/Makefile Sat Aug 18 20:30:02 2012 (r302740) @@ -6,7 +6,7 @@ # PORTNAME= jack_ghero -PORTVERSION= 1.0.2 +PORTVERSION= 1.0.3 CATEGORIES= audio MASTER_SITES= http://www.selasky.org/hans_petter/distfiles/ \ http://hselasky.homeunix.org:8192/distfiles/ @@ -29,6 +29,7 @@ OPTIONS= DEBUG "Build with debugging sup .include <bsd.port.options.mk> MAKE_ARGS+=" HAVE_MAN=YES" +MAKE_ARGS+=" PTHREAD_LIBS=${PTHREAD_LIBS}" .if defined(WITH_DEBUG) MAKE_ARGS+=" HAVE_DEBUG=YES" Modified: head/audio/jack_ghero/distinfo ============================================================================== --- head/audio/jack_ghero/distinfo Sat Aug 18 20:29:07 2012 (r302739) +++ head/audio/jack_ghero/distinfo Sat Aug 18 20:30:02 2012 (r302740) @@ -1,2 +1,2 @@ -SHA256 (jack_ghero-1.0.2.tar.bz2) = c075039ac96e73a15ef5f52acce02f91d578bd3bf2a777ea1084e6ccf03a942d -SIZE (jack_ghero-1.0.2.tar.bz2) = 5152 +SHA256 (jack_ghero-1.0.3.tar.bz2) = 91c5d5265605c10adff1e0f298f79ee43499f493ebaae72b23160e75e53e976a +SIZE (jack_ghero-1.0.3.tar.bz2) = 5195
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201208182030.q7IKU21n076384>