Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 435687A140 for ; Wed, 19 Oct 2016 20:11:37 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id EA5E885EA9; Wed, 19 Oct 2016 20:11:36 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7751185E94 for ; Wed, 19 Oct 2016 20:11:36 +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 EokYxIFYo45Q for ; Wed, 19 Oct 2016 20:11:36 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 1A35884CED for ; Wed, 19 Oct 2016 20:11:36 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E4243FBD2; Wed, 19 Oct 2016 20:11:29 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_147690788949130" MIME-Version: 1.0 Date: Wed, 19 Oct 2016 20:11:29 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/x11/xscreensaver-demo To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20161019201129.E4243FBD2@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_147690788949130 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Wed Oct 19 20:11:29 UTC 2016 Modified Files: pkgsrc/x11/xscreensaver-demo: Makefile Log Message: Updated xscreensaver-demo to 5.36. Changes: See xscreensaver update. To generate a diff of this commit: cvs rdiff -u -r1.63 -r1.64 pkgsrc/x11/xscreensaver-demo/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_147690788949130 Content-Disposition: inline Content-Length: 602 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/xscreensaver-demo/Makefile diff -u pkgsrc/x11/xscreensaver-demo/Makefile:1.63 pkgsrc/x11/xscreensaver-demo/Makefile:1.64 --- pkgsrc/x11/xscreensaver-demo/Makefile:1.63 Wed Aug 3 10:23:40 2016 +++ pkgsrc/x11/xscreensaver-demo/Makefile Wed Oct 19 20:11:29 2016 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.63 2016/08/03 10:23:40 adam Exp $ +# $NetBSD: Makefile,v 1.64 2016/10/19 20:11:29 wiz Exp $ PKGNAME= ${DISTNAME:S/-/-demo-/} -PKGREVISION= 1 COMMENT= Demo viewer and configuration tool for xscreensaver CONFLICTS+= xscreensaver<4.14 xscreensaver-gnome-[0-9]* --_----------=_147690788949130--