svn commit: r363008 - head/audio/alsa-utils
John Marino
marino at FreeBSD.org
Sun Jul 27 01:35:31 UTC 2014
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
More information about the svn-ports-all
mailing list