Date: Fri, 28 Sep 2012 20:21:03 +0000 (UTC) From: Ruslan Mahmatkhanov <rm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r305012 - in head/audio/mpdas: . files Message-ID: <201209282021.q8SKL3eF000985@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rm Date: Fri Sep 28 20:21:03 2012 New Revision: 305012 URL: http://svn.freebsd.org/changeset/ports/305012 Log: - suppress error output on terminal - trim Makefile header while here - bump PORTREVISION PR: 170986 Submitted by: Maxim Ignatenko <gelraen.ua at gmail dot com> Approved by: Henrik Friedrichsen <hrkfdn at gmail dot com> (maintainer) Modified: head/audio/mpdas/Makefile head/audio/mpdas/files/mpdas.in (contents, props changed) Modified: head/audio/mpdas/Makefile ============================================================================== --- head/audio/mpdas/Makefile Fri Sep 28 20:12:11 2012 (r305011) +++ head/audio/mpdas/Makefile Fri Sep 28 20:21:03 2012 (r305012) @@ -1,13 +1,9 @@ -# Ports collection makefile for: mpdas -# Date created: Nov 11, 2008 -# Whom: hrkfrd@googlemail.com -# +# Created by: hrkfrd@googlemail.com # $FreeBSD$ -# PORTNAME= mpdas PORTVERSION= 0.3.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio MASTER_SITES= http://50hz.ws/mpdas/ Modified: head/audio/mpdas/files/mpdas.in ============================================================================== --- head/audio/mpdas/files/mpdas.in Fri Sep 28 20:12:11 2012 (r305011) +++ head/audio/mpdas/files/mpdas.in Fri Sep 28 20:21:03 2012 (r305012) @@ -20,6 +20,6 @@ load_rc_config $name : ${mpdas_enable="NO"} -command_args="&" +command_args="-d" run_rc_command "$1"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201209282021.q8SKL3eF000985>