From owner-svn-ports-head@freebsd.org Tue Aug 28 00:34:32 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 254D5109A82D; Tue, 28 Aug 2018 00:34:32 +0000 (UTC) (envelope-from meta@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id BF07D8A64A; Tue, 28 Aug 2018 00:34:31 +0000 (UTC) (envelope-from meta@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 81897252AA; Tue, 28 Aug 2018 00:34:31 +0000 (UTC) (envelope-from meta@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w7S0YV5Z042982; Tue, 28 Aug 2018 00:34:31 GMT (envelope-from meta@FreeBSD.org) Received: (from meta@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w7S0YUR2042980; Tue, 28 Aug 2018 00:34:30 GMT (envelope-from meta@FreeBSD.org) Message-Id: <201808280034.w7S0YUR2042980@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: meta set sender to meta@FreeBSD.org using -f From: Koichiro Iwao Date: Tue, 28 Aug 2018 00:34:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r478272 - head/audio/pulseaudio-module-xrdp X-SVN-Group: ports-head X-SVN-Commit-Author: meta X-SVN-Commit-Paths: head/audio/pulseaudio-module-xrdp X-SVN-Commit-Revision: 478272 X-SVN-Commit-Repository: ports 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.27 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: Tue, 28 Aug 2018 00:34:32 -0000 Author: meta Date: Tue Aug 28 00:34:30 2018 New Revision: 478272 URL: https://svnweb.freebsd.org/changeset/ports/478272 Log: audio/pulseaudio-module-xrdp: Update to 0.1 Approved by: pi (mentor) Sponsored by: HAW International, Inc. Differential Revision: https://reviews.freebsd.org/D16879 Modified: head/audio/pulseaudio-module-xrdp/Makefile head/audio/pulseaudio-module-xrdp/distinfo head/audio/pulseaudio-module-xrdp/pkg-descr Modified: head/audio/pulseaudio-module-xrdp/Makefile ============================================================================== --- head/audio/pulseaudio-module-xrdp/Makefile Tue Aug 28 00:33:39 2018 (r478271) +++ head/audio/pulseaudio-module-xrdp/Makefile Tue Aug 28 00:34:30 2018 (r478272) @@ -1,7 +1,8 @@ # $FreeBSD$ PORTNAME= pulseaudio-module-xrdp -PORTVERSION= 0.0.20180808 +DISTVERSIONPREFIX= v +DISTVERSION= 0.1 CATEGORIES= audio MAINTAINER= meta@FreeBSD.org @@ -18,7 +19,6 @@ GNU_CONFIGURE= yes USE_GITHUB= yes GH_ACCOUNT= neutrinolabs GH_PROJECT= pulseaudio-module-xrdp -GH_TAGNAME= 0d80384 PLIST_FILES= `${PULSE_MODDIR}`/module-xrdp-sink.so \ `${PULSE_MODDIR}`/module-xrdp-source.so @@ -30,7 +30,7 @@ PULSE_MODDIR= pkg-config --variable=modlibexecdir libp PULSE_WRKSRC= ${MAKE} -C ${PORTSDIR}/audio/pulseaudio -VWRKSRC pre-configure: - @cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} ./bootstrap.sh + @cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} ./bootstrap @${CP} -r "`${PULSE_WRKSRC}`" ${WRKDIR} .include Modified: head/audio/pulseaudio-module-xrdp/distinfo ============================================================================== --- head/audio/pulseaudio-module-xrdp/distinfo Tue Aug 28 00:33:39 2018 (r478271) +++ head/audio/pulseaudio-module-xrdp/distinfo Tue Aug 28 00:34:30 2018 (r478272) @@ -1,3 +1,3 @@ -TIMESTAMP = 1533702829 -SHA256 (neutrinolabs-pulseaudio-module-xrdp-0.0.20180808-0d80384_GH0.tar.gz) = 9e3a4c1164c43e87c1f603589afc0134324ae95da138b60ea3c550358f9d3812 -SIZE (neutrinolabs-pulseaudio-module-xrdp-0.0.20180808-0d80384_GH0.tar.gz) = 10267 +TIMESTAMP = 1535076040 +SHA256 (neutrinolabs-pulseaudio-module-xrdp-v0.1_GH0.tar.gz) = 4fb1a946796bc4f8e82f0849a2c181674ae13b16ec96555ff1f9478006b8d918 +SIZE (neutrinolabs-pulseaudio-module-xrdp-v0.1_GH0.tar.gz) = 10957 Modified: head/audio/pulseaudio-module-xrdp/pkg-descr ============================================================================== --- head/audio/pulseaudio-module-xrdp/pkg-descr Tue Aug 28 00:33:39 2018 (r478271) +++ head/audio/pulseaudio-module-xrdp/pkg-descr Tue Aug 28 00:34:30 2018 (r478272) @@ -1,3 +1,3 @@ -PulseAudio module which enables xrdp to use audio redirection +PulseAudio module which enables xrdp to use audio redirection. WWW: https://github.com/neutrinolabs/pulseaudio-module-xrdp