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 8436B7A25E for ; Mon, 1 May 2017 09:55:03 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 370B684DC7; Mon, 1 May 2017 09:55:03 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id BC1D884DB1 for ; Mon, 1 May 2017 09:55:02 +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 Hxq6tGRfuoW2 for ; Mon, 1 May 2017 09:55:02 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 21A6284C6C for ; Mon, 1 May 2017 09:55:02 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 1F4C5FBE4; Mon, 1 May 2017 09:55:02 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1493632502169600" MIME-Version: 1.0 Date: Mon, 1 May 2017 09:55:02 +0000 From: "Benny Siegert" Subject: CVS commit: [pkgsrc-2017Q1] pkgsrc/net/vnc To: pkgsrc-changes@NetBSD.org Reply-To: bsiegert@netbsd.org X-Mailer: log_accum Message-Id: <20170501095502.1F4C5FBE4@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. --_----------=_1493632502169600 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: bsiegert Date: Mon May 1 09:55:02 UTC 2017 Modified Files: pkgsrc/net/vnc [pkgsrc-2017Q1]: Makefile Log Message: Pullup ticket #5391 - requested by sevan net/vnc: build fix Revisions pulled up: - net/vnc/Makefile 1.56 --- Module Name: pkgsrc Committed By: darcy Date: Sun Apr 30 14:37:40 UTC 2017 Modified Files: pkgsrc/net/vnc: Makefile Log Message: Old web site didn't work. Here is one that does. To generate a diff of this commit: cvs rdiff -u -r1.55 -r1.55.6.1 pkgsrc/net/vnc/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1493632502169600 Content-Disposition: inline Content-Length: 747 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/vnc/Makefile diff -u pkgsrc/net/vnc/Makefile:1.55 pkgsrc/net/vnc/Makefile:1.55.6.1 --- pkgsrc/net/vnc/Makefile:1.55 Sat Jul 9 06:38:46 2016 +++ pkgsrc/net/vnc/Makefile Mon May 1 09:55:01 2017 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.55 2016/07/09 06:38:46 wiz Exp $ +# $NetBSD: Makefile,v 1.55.6.1 2017/05/01 09:55:01 bsiegert Exp $ DISTNAME= vnc-3.3.3r2 PKGNAME= vnc-3.3.3.2 @@ -9,7 +9,7 @@ DISTFILES= vnc-3.3.3r2_unixsrc.tgz \ vnc-3.3.2r2_doc.tgz MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://www.uk.research.att.com/vnc/ +HOMEPAGE= https://www.cl.cam.ac.uk/research/dtg/attarchive/vnc/ COMMENT= Display X and Win32 desktops on remote X/Win32/Java displays MAKE_JOBS_SAFE= no --_----------=_1493632502169600--