From owner-svn-ports-head@FreeBSD.ORG Sun Jul 27 01:35:31 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A3EB5B19; Sun, 27 Jul 2014 01:35:31 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 90E912591; Sun, 27 Jul 2014 01:35:31 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s6R1ZV9u087000; Sun, 27 Jul 2014 01:35:31 GMT (envelope-from marino@svn.freebsd.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s6R1ZVgh086999; Sun, 27 Jul 2014 01:35:31 GMT (envelope-from marino@svn.freebsd.org) Message-Id: <201407270135.s6R1ZVgh086999@svn.freebsd.org> From: John Marino Date: Sun, 27 Jul 2014 01:35:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r363008 - head/audio/alsa-utils 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.18 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: Sun, 27 Jul 2014 01:35:31 -0000 Author: marino Date: Sun Jul 27 01:35:31 2014 New Revision: 363008 URL: http://svnweb.freebsd.org/changeset/ports/363008 QAT: https://qat.redports.org/buildarchive/r363008/ Log: audio/alsa-utils: use SHEBANGFIX to fix alsaconf.in bash shebang PR: 191505 Submitted by: Soeren Straarup Approved by: maintainer timeout Modified: head/audio/alsa-utils/Makefile Modified: head/audio/alsa-utils/Makefile ============================================================================== --- head/audio/alsa-utils/Makefile Sun Jul 27 01:29:03 2014 (r363007) +++ head/audio/alsa-utils/Makefile Sun Jul 27 01:35:31 2014 (r363008) @@ -3,7 +3,7 @@ PORTNAME= alsa-utils PORTVERSION= 1.0.27.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= ALSA/utils \ GENTOO/distfiles @@ -14,10 +14,11 @@ COMMENT= ALSA compatibility utils LIB_DEPENDS= libasound.so:${PORTSDIR}/audio/alsa-lib RUN_DEPENDS= ${LOCALBASE}/lib/alsa-lib/libasound_module_pcm_oss.so:${PORTSDIR}/audio/alsa-plugins -USES= gmake tar:bzip2 +USES= gmake tar:bzip2 shebangfix GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-udev-rules-dir="\$${prefix}/lib/udev" CFLAGS+= -I${LOCALBASE}/include +SHEBANG_FILES= alsaconf/alsaconf.in OPTIONS_SUB= yes OPTIONS_DEFINE= XMLTO NLS