From owner-svn-ports-all@freebsd.org Sun Sep 11 16:34:38 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 B1D1DBD609F; Sun, 11 Sep 2016 16:34:38 +0000 (UTC) (envelope-from olivierd@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 67A1DCFA; Sun, 11 Sep 2016 16:34:38 +0000 (UTC) (envelope-from olivierd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u8BGYbxi066826; Sun, 11 Sep 2016 16:34:37 GMT (envelope-from olivierd@FreeBSD.org) Received: (from olivierd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u8BGYbpi066823; Sun, 11 Sep 2016 16:34:37 GMT (envelope-from olivierd@FreeBSD.org) Message-Id: <201609111634.u8BGYbpi066823@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olivierd set sender to olivierd@FreeBSD.org using -f From: Olivier Duchateau Date: Sun, 11 Sep 2016 16:34:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421832 - head/deskutils/xfce4-volumed-pulse 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: Sun, 11 Sep 2016 16:34:38 -0000 Author: olivierd Date: Sun Sep 11 16:34:37 2016 New Revision: 421832 URL: https://svnweb.freebsd.org/changeset/ports/421832 Log: - Update to 0.2.1, it's now hosted on xfce.org - Sort USES Modified: head/deskutils/xfce4-volumed-pulse/Makefile head/deskutils/xfce4-volumed-pulse/distinfo head/deskutils/xfce4-volumed-pulse/pkg-descr Modified: head/deskutils/xfce4-volumed-pulse/Makefile ============================================================================== --- head/deskutils/xfce4-volumed-pulse/Makefile Sun Sep 11 16:11:53 2016 (r421831) +++ head/deskutils/xfce4-volumed-pulse/Makefile Sun Sep 11 16:34:37 2016 (r421832) @@ -2,11 +2,9 @@ # $FreeBSD$ PORTNAME= xfce4-volumed-pulse -PORTVERSION= 0.2.0 -PORTREVISION= 1 +PORTVERSION= 0.2.1 CATEGORIES= deskutils xfce -MASTER_SITES= https://launchpadlibrarian.net/133628016/ \ - https://launchpad.net/${PORTNAME}/trunk/${PORTVERSION}/+download/ +MASTER_SITES= XFCE/src/apps/${PORTNAME}/${PORTVERSION:R} DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org @@ -19,7 +17,7 @@ LIB_DEPENDS= libpulse.so:audio/pulseaudi libnotify.so:devel/libnotify \ libkeybinder.so:x11/keybinder -USES= pkgconfig gmake xfce tar:bz2 +USES= gmake libtool pkgconfig tar:bz2 xfce GNU_CONFIGURE= yes USE_GNOME= glib20 gtk20 USE_XFCE= xfconf Modified: head/deskutils/xfce4-volumed-pulse/distinfo ============================================================================== --- head/deskutils/xfce4-volumed-pulse/distinfo Sun Sep 11 16:11:53 2016 (r421831) +++ head/deskutils/xfce4-volumed-pulse/distinfo Sun Sep 11 16:34:37 2016 (r421832) @@ -1,2 +1,3 @@ -SHA256 (xfce4/xfce4-volumed-pulse-0.2.0.tar.bz2) = 6930034a30bfa54106f3c76ea8e50f578426f5e6151c0e82fda04e6d127de550 -SIZE (xfce4/xfce4-volumed-pulse-0.2.0.tar.bz2) = 282403 +TIMESTAMP = 1473606537 +SHA256 (xfce4/xfce4-volumed-pulse-0.2.1.tar.bz2) = d7400f027854d202dafe43e0d0e15e7529dc89e963ded8706e8359703bd49083 +SIZE (xfce4/xfce4-volumed-pulse-0.2.1.tar.bz2) = 310534 Modified: head/deskutils/xfce4-volumed-pulse/pkg-descr ============================================================================== --- head/deskutils/xfce4-volumed-pulse/pkg-descr Sun Sep 11 16:11:53 2016 (r421831) +++ head/deskutils/xfce4-volumed-pulse/pkg-descr Sun Sep 11 16:34:37 2016 (r421832) @@ -5,4 +5,4 @@ card/sink/track to act on. This is a fork of the original xfce4-volumed to drop GStreamer support and use PulseAudio instead. -WWW: https://launchpad.net/xfce4-volumed-pulse +WWW: https://git.xfce.org/apps/xfce4-volumed-pulse/