Received: by mail.netbsd.org (Postfix, from userid 605) id 29EB084D8D; Fri, 18 May 2018 21:20:58 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A868C84D78 for ; Fri, 18 May 2018 21:20:57 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 82KHnsWJve72 for ; Fri, 18 May 2018 21:20:57 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 0BE3784CFC for ; Fri, 18 May 2018 21:20:57 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 0532AFBEC; Fri, 18 May 2018 21:20:57 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_152667845733130" MIME-Version: 1.0 Date: Fri, 18 May 2018 21:20:57 +0000 From: "Jonathan Perkin" Subject: CVS commit: pkgsrc/meta-pkgs/xfce4 To: pkgsrc-changes@NetBSD.org Reply-To: jperkin@netbsd.org X-Mailer: log_accum Message-Id: <20180518212057.0532AFBEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_152667845733130 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: jperkin Date: Fri May 18 21:20:56 UTC 2018 Modified Files: pkgsrc/meta-pkgs/xfce4: Makefile Log Message: xfce4: Fix version number for xfce4-power-manager. To generate a diff of this commit: cvs rdiff -u -r1.82 -r1.83 pkgsrc/meta-pkgs/xfce4/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_152667845733130 Content-Disposition: inline Content-Length: 981 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/meta-pkgs/xfce4/Makefile diff -u pkgsrc/meta-pkgs/xfce4/Makefile:1.82 pkgsrc/meta-pkgs/xfce4/Makefile:1.83 --- pkgsrc/meta-pkgs/xfce4/Makefile:1.82 Fri May 18 17:09:22 2018 +++ pkgsrc/meta-pkgs/xfce4/Makefile Fri May 18 21:20:56 2018 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.82 2018/05/18 17:09:22 youri Exp $ +# $NetBSD: Makefile,v 1.83 2018/05/18 21:20:56 jperkin Exp $ META_PACKAGE= yes @@ -15,7 +15,7 @@ DEPENDS+= xfce4-desktop>=4.10.0:../../x1 DEPENDS+= xfce4-gtk2-engine>=3.0.1:../../x11/xfce4-gtk2-engine DEPENDS+= xfce4-mousepad>=0.3.0:../../editors/xfce4-mousepad DEPENDS+= xfce4-panel>=4.10.0:../../x11/xfce4-panel -DEPENDS+= xfce4-power-manager>=4.10.0:../../sysutils/xfce4-power-manager +DEPENDS+= xfce4-power-manager>=1.6.1:../../sysutils/xfce4-power-manager DEPENDS+= xfce4-orage>=4.8.4:../../time/xfce4-orage DEPENDS+= xfce4-settings>=4.10.0:../../x11/xfce4-settings DEPENDS+= xfce4-session>=4.10.0:../../x11/xfce4-session --_----------=_152667845733130--