Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Jun 2013 13:41:03 GMT
From:      Mark Felder <feld@feld.me>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/179300: [patch] audio/murmur update to 1.2.4
Message-ID:  <201306041341.r54Df3JA020507@oldred.freebsd.org>
Resent-Message-ID: <201306041350.r54Do2la052017@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         179300
>Category:       ports
>Synopsis:       [patch] audio/murmur update to 1.2.4
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jun 04 13:50:01 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Mark Felder
>Release:        
>Organization:
>Environment:
>Description:
-update to 1.2.4
-rc script passes rclint now
-port passes portlint

tested and running on my own server

https://redports.org/buildarchive/20130604122800-22739/
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
--- Makefile	(revision 319854)
+++ Makefile	(working copy)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	murmur
-PORTVERSION=	1.2.3
-PORTREVISION=	3
+PORTVERSION=	1.2.4
 CATEGORIES=	audio net
 MASTER_SITES=	SF/mumble/Mumble/${PORTVERSION}
 DISTNAME=	mumble-${PORTVERSION}
@@ -31,7 +30,7 @@
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MICE}
-LIB_DEPENDS+=	Ice.34:${PORTSDIR}/devel/ice
+LIB_DEPENDS+=	Ice:${PORTSDIR}/devel/ice
 .else
 CONFIG+=	no-ice
 .endif
@@ -43,7 +42,7 @@
 .endif
 
 .if ${PORT_OPTIONS:MBONJOUR}
-LIB_DEPENDS+=	dns_sd.1:${PORTSDIR}/net/mDNSResponder
+LIB_DEPENDS+=	dns_sd:${PORTSDIR}/net/mDNSResponder
 .else
 CONFIG+=	no-bonjour
 .endif
Index: distinfo
===================================================================
--- distinfo	(revision 319854)
+++ distinfo	(working copy)
@@ -1,2 +1,2 @@
-SHA256 (mumble-1.2.3.tar.gz) = 05895122ae4abec3fb62ef24ed9d167ffd768e7080ed179c8bf3afca96d18a5c
-SIZE (mumble-1.2.3.tar.gz) = 3448053
+SHA256 (mumble-1.2.4.tar.gz) = a1cf8383d99a02719b16c5440e3a5fb5375a8aa060f203bfa5d25bc69f919c9b
+SIZE (mumble-1.2.4.tar.gz) = 3200084
Index: files/murmur.in
===================================================================
--- files/murmur.in	(revision 319854)
+++ files/murmur.in	(working copy)
@@ -17,17 +17,16 @@
 
 . /etc/rc.subr
 
-# Set some defaults
-: ${murmur_enable="NO"}
-: ${murmur_user="murmur"}
-
 name=murmur
 rcvar=murmur_enable
+load_rc_config $name
 
+# Set some defaults
+: ${murmur_enable:=NO}
+: ${murmur_user=murmur}
+
 command="%%PREFIX%%/sbin/murmurd"
 command_args="-ini %%PREFIX%%/etc/murmur.ini"
-pidfile="/var/run/murmur/murmur.pid"
+pidfile=/var/run/murmur/murmur.pid
 
-load_rc_config $name
-
 run_rc_command "$1"
Index: pkg-descr
===================================================================
--- pkg-descr	(revision 319854)
+++ pkg-descr	(working copy)
@@ -1,4 +1,4 @@
 Murmur is the server component of Mumble, a low-latency, high quality
 VoIP application.
 
-WWW:	http://mumble.sourceforge.net/
+WWW: http://mumble.sourceforge.net/


>Release-Note:
>Audit-Trail:
>Unformatted:



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