From owner-svn-ports-head@freebsd.org Tue Jan 12 14:58:32 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CF69DA6D5EA; Tue, 12 Jan 2016 14:58:32 +0000 (UTC) (envelope-from decke@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 84D9312F7; Tue, 12 Jan 2016 14:58:32 +0000 (UTC) (envelope-from decke@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0CEwVKh024454; Tue, 12 Jan 2016 14:58:31 GMT (envelope-from decke@FreeBSD.org) Received: (from decke@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0CEwVeD024450; Tue, 12 Jan 2016 14:58:31 GMT (envelope-from decke@FreeBSD.org) Message-Id: <201601121458.u0CEwVeD024450@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: decke set sender to decke@FreeBSD.org using -f From: Bernhard Froehlich Date: Tue, 12 Jan 2016 14:58:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r405879 - in head/audio/mythplugin-mythmusic: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Jan 2016 14:58:32 -0000 Author: decke Date: Tue Jan 12 14:58:31 2016 New Revision: 405879 URL: https://svnweb.freebsd.org/changeset/ports/405879 Log: - Update to 0.27.5 Modified: head/audio/mythplugin-mythmusic/Makefile head/audio/mythplugin-mythmusic/distinfo head/audio/mythplugin-mythmusic/files/patch-configure Modified: head/audio/mythplugin-mythmusic/Makefile ============================================================================== --- head/audio/mythplugin-mythmusic/Makefile Tue Jan 12 14:57:18 2016 (r405878) +++ head/audio/mythplugin-mythmusic/Makefile Tue Jan 12 14:58:31 2016 (r405879) @@ -2,9 +2,8 @@ # $FreeBSD$ PORTNAME= mythmusic -PORTVERSION= 0.27 +PORTVERSION= 0.27.5 DISTVERSIONPREFIX= v -PORTREVISION= 3 CATEGORIES= audio PKGNAMEPREFIX= mythplugin- Modified: head/audio/mythplugin-mythmusic/distinfo ============================================================================== --- head/audio/mythplugin-mythmusic/distinfo Tue Jan 12 14:57:18 2016 (r405878) +++ head/audio/mythplugin-mythmusic/distinfo Tue Jan 12 14:58:31 2016 (r405879) @@ -1,2 +1,2 @@ -SHA256 (MythTV-mythtv-v0.27_GH0.tar.gz) = 494ebd7ee384e751c05ee0a1b3dcd3618caf72f1e94810381c09c2b5d1c799f0 -SIZE (MythTV-mythtv-v0.27_GH0.tar.gz) = 85904162 +SHA256 (MythTV-mythtv-v0.27.5_GH0.tar.gz) = 7e625f94332effeadfba8e7ae7c98d44a83bfc25b7c59e39adce67dc2f4e1e1b +SIZE (MythTV-mythtv-v0.27.5_GH0.tar.gz) = 85652939 Modified: head/audio/mythplugin-mythmusic/files/patch-configure ============================================================================== --- head/audio/mythplugin-mythmusic/files/patch-configure Tue Jan 12 14:57:18 2016 (r405878) +++ head/audio/mythplugin-mythmusic/files/patch-configure Tue Jan 12 14:58:31 2016 (r405879) @@ -1,6 +1,6 @@ ---- configure.orig 2013-09-18 20:06:08.000000000 +0000 -+++ configure 2013-10-16 15:21:39.000000000 +0000 -@@ -227,6 +227,10 @@ +--- configure.orig 2015-06-16 16:03:30 UTC ++++ configure +@@ -227,6 +227,10 @@ add_cxxflags(){ append ECXXFLAGS "$@" } @@ -11,7 +11,7 @@ check_cxx(){ log check_cxx "$@" cat > $TMPCXX -@@ -561,6 +565,10 @@ +@@ -561,6 +565,10 @@ OPENGLV=$(cat mythconfig.mak | grep -e " EXTRALIBS=$(cat mythconfig.mak | grep -e "^EXTRALIBS=") EXTRALIBS=${EXTRALIBS#EXTRALIBS=} @@ -19,10 +19,10 @@ +add_cxxflags "-I${prefix}/include" +add_ldflags "-L${prefix}/lib" + - if ! is_qmake5 $qmake ; then - if ! is_qmake4 $qmake; then - is_qmake4 qmake-qt4 && qmake=qmake-qt4 || die "qmake for Qt4.8 or newer not found.\nPlease specify the correct qmake with --qmake=" -@@ -653,6 +661,7 @@ + if is_qmake4 $qmake || is_qmake4 qmake-qt4; then + if is_qmake4 qmake-qt4; then + qmake=qmake-qt4 +@@ -657,6 +665,7 @@ if enabled music ; then echo "MythMusic requires FLAC." fi