From owner-svn-ports-head@freebsd.org Wed Sep 26 06:12:04 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 A972310A26FA; Wed, 26 Sep 2018 06:12:04 +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 5F841704B6; Wed, 26 Sep 2018 06:12:04 +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 5A68713675; Wed, 26 Sep 2018 06:12:04 +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 w8Q6C4H3051220; Wed, 26 Sep 2018 06:12:04 GMT (envelope-from meta@FreeBSD.org) Received: (from meta@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w8Q6C3ic051216; Wed, 26 Sep 2018 06:12:03 GMT (envelope-from meta@FreeBSD.org) Message-Id: <201809260612.w8Q6C3ic051216@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: meta set sender to meta@FreeBSD.org using -f From: Koichiro Iwao Date: Wed, 26 Sep 2018 06:12:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r480715 - in head: audio/pulseaudio-module-xrdp net/xrdp X-SVN-Group: ports-head X-SVN-Commit-Author: meta X-SVN-Commit-Paths: in head: audio/pulseaudio-module-xrdp net/xrdp X-SVN-Commit-Revision: 480715 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: Wed, 26 Sep 2018 06:12:04 -0000 Author: meta Date: Wed Sep 26 06:12:03 2018 New Revision: 480715 URL: https://svnweb.freebsd.org/changeset/ports/480715 Log: net/xrdp: Update to 0.9.8 Also, update audio/pulseaudio-module to the latest release 0.2. pulseaudio-module-xrdp 0.2 no longer have build time dependency on xrdp. Accordingly, add runtime dependency on pulseaudio-module-xrdp to xrdp to enable audio redirection by default it doesn't cause circular dependency now. While here, - Pet portlint - Switch PORTVERSION to DISTVERSION Approved by: pi (mentor) Relnotes: https://github.com/neutrinolabs/xrdp/releases/tag/v0.9.8 Sponsored by: HAW International, Inc. Differential Revision: https://reviews.freebsd.org/D17326 Modified: head/audio/pulseaudio-module-xrdp/Makefile head/audio/pulseaudio-module-xrdp/distinfo head/net/xrdp/Makefile head/net/xrdp/distinfo Modified: head/audio/pulseaudio-module-xrdp/Makefile ============================================================================== --- head/audio/pulseaudio-module-xrdp/Makefile Wed Sep 26 04:25:40 2018 (r480714) +++ head/audio/pulseaudio-module-xrdp/Makefile Wed Sep 26 06:12:03 2018 (r480715) @@ -2,7 +2,7 @@ PORTNAME= pulseaudio-module-xrdp DISTVERSIONPREFIX= v -DISTVERSION= 0.1 +DISTVERSION= 0.2 CATEGORIES= audio MAINTAINER= meta@FreeBSD.org @@ -10,13 +10,13 @@ COMMENT= PulseAudio module which enables xrdp to use a LICENSE= APACHE20 -BUILD_DEPENDS= ${NONEXISTENT}:audio/pulseaudio:configure \ - ${LOCALBASE}/include/xrdp_constants.h:net/xrdp +BUILD_DEPENDS= ${NONEXISTENT}:audio/pulseaudio:configure LIB_DEPENDS= libpulse.so:audio/pulseaudio -USES= autoreconf:build libtool pkgconfig -GNU_CONFIGURE= yes +USES= autoreconf:build libtool localbase pkgconfig USE_GITHUB= yes + +GNU_CONFIGURE= yes GH_ACCOUNT= neutrinolabs GH_PROJECT= pulseaudio-module-xrdp Modified: head/audio/pulseaudio-module-xrdp/distinfo ============================================================================== --- head/audio/pulseaudio-module-xrdp/distinfo Wed Sep 26 04:25:40 2018 (r480714) +++ head/audio/pulseaudio-module-xrdp/distinfo Wed Sep 26 06:12:03 2018 (r480715) @@ -1,3 +1,3 @@ -TIMESTAMP = 1535076040 -SHA256 (neutrinolabs-pulseaudio-module-xrdp-v0.1_GH0.tar.gz) = 4fb1a946796bc4f8e82f0849a2c181674ae13b16ec96555ff1f9478006b8d918 -SIZE (neutrinolabs-pulseaudio-module-xrdp-v0.1_GH0.tar.gz) = 10957 +TIMESTAMP = 1537858795 +SHA256 (neutrinolabs-pulseaudio-module-xrdp-v0.2_GH0.tar.gz) = 6894af7bb79d76cdd2206a2048a49c99fd0aa73e4142c1c48ac1b4d526d6754a +SIZE (neutrinolabs-pulseaudio-module-xrdp-v0.2_GH0.tar.gz) = 11476 Modified: head/net/xrdp/Makefile ============================================================================== --- head/net/xrdp/Makefile Wed Sep 26 04:25:40 2018 (r480714) +++ head/net/xrdp/Makefile Wed Sep 26 06:12:03 2018 (r480715) @@ -2,9 +2,8 @@ # $FreeBSD$ PORTNAME= xrdp -PORTVERSION= 0.9.7 -PORTREVISION= 1 DISTVERSIONPREFIX= v +DISTVERSION= 0.9.8 PORTEPOCH= 1 CATEGORIES= net DIST_SUBDIR?= ${PORTNAME} @@ -16,13 +15,15 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= ${LOCALBASE}/bin/nasm:devel/nasm -RUN_DEPENDS= ${LOCALBASE}/lib/xorg/modules/libxorgxrdp.so:x11-drivers/xorgxrdp +RUN_DEPENDS= ${LOCALBASE}/lib/xorg/modules/libxorgxrdp.so:x11-drivers/xorgxrdp \ + ${LOCALBASE}/lib/pulse-11.1/modules/module-xrdp-sink.so:audio/pulseaudio-module-xrdp USES= autoreconf:build jpeg localbase libtool pkgconfig ssl USE_XORG= ice pixman sm x11 xfixes xrandr -GNU_CONFIGURE= yes USE_LDCONFIG= ${PREFIX}/lib/xrdp USE_GITHUB= yes + +GNU_CONFIGURE= yes GH_ACCOUNT= neutrinolabs GH_PROJECT= xrdp librfxcodec:librfxcodec libpainter:libpainter GH_TAGNAME= v0.1.4:librfxcodec v0.1.1:libpainter Modified: head/net/xrdp/distinfo ============================================================================== --- head/net/xrdp/distinfo Wed Sep 26 04:25:40 2018 (r480714) +++ head/net/xrdp/distinfo Wed Sep 26 06:12:03 2018 (r480715) @@ -1,6 +1,6 @@ -TIMESTAMP = 1530261600 -SHA256 (xrdp/neutrinolabs-xrdp-v0.9.7_GH0.tar.gz) = 3396479a7b692a0f93bd7951dcfca2c8f033b73bbf55612fb0164ce8a6cef7c2 -SIZE (xrdp/neutrinolabs-xrdp-v0.9.7_GH0.tar.gz) = 665858 +TIMESTAMP = 1537858074 +SHA256 (xrdp/neutrinolabs-xrdp-v0.9.8_GH0.tar.gz) = 5764a3bb5ecdc8b566d03ea6c1526b3dc67802ac7f029485d3e93ffaf09fd4fc +SIZE (xrdp/neutrinolabs-xrdp-v0.9.8_GH0.tar.gz) = 658830 SHA256 (xrdp/neutrinolabs-librfxcodec-v0.1.4_GH0.tar.gz) = 8e2d6060aca6d92ebd8b5cd295e9b85b8dd12ec00aacf7e3d351a8dacb56f4f3 SIZE (xrdp/neutrinolabs-librfxcodec-v0.1.4_GH0.tar.gz) = 48379 SHA256 (xrdp/neutrinolabs-libpainter-v0.1.1_GH0.tar.gz) = 6caee8444fbd72677ac5e125c7ac99490688474975451668e751a9d9187ee5e6