Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Jan 2016 14:58:31 +0000 (UTC)
From:      Bernhard Froehlich <decke@FreeBSD.org>
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
Message-ID:  <201601121458.u0CEwVeD024450@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
  



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201601121458.u0CEwVeD024450>