svn commit: r305012 - in head/audio/mpdas: . files
Ruslan Mahmatkhanov
rm at FreeBSD.org
Fri Sep 28 20:21:04 UTC 2012
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 at googlemail.com
-#
+# Created by: hrkfrd at 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"
More information about the svn-ports-head
mailing list