Date: Thu, 20 Oct 2016 12:10:44 +0000 (UTC) From: Tijl Coosemans <tijl@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424323 - head/audio/linux-c7-alsa-plugins-pulseaudio Message-ID: <201610201210.u9KCAiE5085201@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tijl Date: Thu Oct 20 12:10:44 2016 New Revision: 424323 URL: https://svnweb.freebsd.org/changeset/ports/424323 Log: Fix pkg-plist. Modified: head/audio/linux-c7-alsa-plugins-pulseaudio/Makefile head/audio/linux-c7-alsa-plugins-pulseaudio/pkg-plist.i386 head/audio/linux-c7-alsa-plugins-pulseaudio/pkg-plist.x86_64 Modified: head/audio/linux-c7-alsa-plugins-pulseaudio/Makefile ============================================================================== --- head/audio/linux-c7-alsa-plugins-pulseaudio/Makefile Thu Oct 20 11:55:49 2016 (r424322) +++ head/audio/linux-c7-alsa-plugins-pulseaudio/Makefile Thu Oct 20 12:10:44 2016 (r424323) @@ -3,6 +3,7 @@ PORTNAME= alsa-plugins-pulseaudio PORTVERSION= 1.0.27 +PORTREVISION= 1 CATEGORIES= audio linux MAINTAINER= emulation@FreeBSD.org @@ -21,8 +22,4 @@ RPMVERSION= 3.el7 USE_LDCONFIG= yes -# We will use native configuration file, so delete a linux one -post-extract: - @${RM} -r ${WRKSRC}/etc - .include <bsd.port.mk> Modified: head/audio/linux-c7-alsa-plugins-pulseaudio/pkg-plist.i386 ============================================================================== --- head/audio/linux-c7-alsa-plugins-pulseaudio/pkg-plist.i386 Thu Oct 20 11:55:49 2016 (r424322) +++ head/audio/linux-c7-alsa-plugins-pulseaudio/pkg-plist.i386 Thu Oct 20 12:10:44 2016 (r424323) @@ -1,6 +1,8 @@ usr/lib/alsa-lib/libasound_module_conf_pulse.so usr/lib/alsa-lib/libasound_module_ctl_pulse.so usr/lib/alsa-lib/libasound_module_pcm_pulse.so -%%PORTDOCS%%usr/share/doc/alsa-plugins-pulseaudio-1.0.27/COPYING -%%PORTDOCS%%usr/share/doc/alsa-plugins-pulseaudio-1.0.27/COPYING.GPL -%%PORTDOCS%%usr/share/doc/alsa-plugins-pulseaudio-1.0.27/README-pulse +usr/share/alsa/alsa.conf.d/50-pulseaudio.conf +usr/share/alsa/alsa.conf.d/99-pulseaudio-default.conf +%%PORTDOCS%%%%DOCSDIR%%/COPYING +%%PORTDOCS%%%%DOCSDIR%%/COPYING.GPL +%%PORTDOCS%%%%DOCSDIR%%/README-pulse Modified: head/audio/linux-c7-alsa-plugins-pulseaudio/pkg-plist.x86_64 ============================================================================== --- head/audio/linux-c7-alsa-plugins-pulseaudio/pkg-plist.x86_64 Thu Oct 20 11:55:49 2016 (r424322) +++ head/audio/linux-c7-alsa-plugins-pulseaudio/pkg-plist.x86_64 Thu Oct 20 12:10:44 2016 (r424323) @@ -4,6 +4,8 @@ usr/lib/alsa-lib/libasound_module_pcm_pu usr/lib64/alsa-lib/libasound_module_conf_pulse.so usr/lib64/alsa-lib/libasound_module_ctl_pulse.so usr/lib64/alsa-lib/libasound_module_pcm_pulse.so -%%PORTDOCS%%usr/share/doc/alsa-plugins-pulseaudio-1.0.27/COPYING -%%PORTDOCS%%usr/share/doc/alsa-plugins-pulseaudio-1.0.27/COPYING.GPL -%%PORTDOCS%%usr/share/doc/alsa-plugins-pulseaudio-1.0.27/README-pulse +usr/share/alsa/alsa.conf.d/50-pulseaudio.conf +usr/share/alsa/alsa.conf.d/99-pulseaudio-default.conf +%%PORTDOCS%%%%DOCSDIR%%/COPYING +%%PORTDOCS%%%%DOCSDIR%%/COPYING.GPL +%%PORTDOCS%%%%DOCSDIR%%/README-pulse
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610201210.u9KCAiE5085201>