From owner-svn-ports-all@freebsd.org Thu Oct 20 12:10:46 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 028D6C181E1; Thu, 20 Oct 2016 12:10:46 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 B660CF9C; Thu, 20 Oct 2016 12:10:45 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9KCAi1Z085204; Thu, 20 Oct 2016 12:10:44 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9KCAiE5085201; Thu, 20 Oct 2016 12:10:44 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201610201210.u9KCAiE5085201@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Thu, 20 Oct 2016 12:10:44 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Oct 2016 12:10:46 -0000 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 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