Received: by mail.netbsd.org (Postfix, from userid 605) id 967A184E46; Sun, 14 Jan 2018 10:41:38 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2334584DDD for ; Sun, 14 Jan 2018 10:41:38 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id vjT2NcrH4-wj for ; Sun, 14 Jan 2018 10:41:37 +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 8272484CD8 for ; Sun, 14 Jan 2018 10:41:37 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 80B42FBDE; Sun, 14 Jan 2018 10:41:37 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1515926497234920" MIME-Version: 1.0 Date: Sun, 14 Jan 2018 10:41:37 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/net/tn5250 To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20180114104137.80B42FBDE@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. --_----------=_1515926497234920 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sun Jan 14 10:41:37 UTC 2018 Modified Files: pkgsrc/net/tn5250: Makefile Log Message: tn5250: comment out dead HOMEPAGE To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 pkgsrc/net/tn5250/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1515926497234920 Content-Disposition: inline Content-Length: 723 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/tn5250/Makefile diff -u pkgsrc/net/tn5250/Makefile:1.25 pkgsrc/net/tn5250/Makefile:1.26 --- pkgsrc/net/tn5250/Makefile:1.25 Wed Jan 4 09:40:15 2017 +++ pkgsrc/net/tn5250/Makefile Sun Jan 14 10:41:37 2018 @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2017/01/04 09:40:15 roy Exp $ -# +# $NetBSD: Makefile,v 1.26 2018/01/14 10:41:37 wiz Exp $ DISTNAME= tn5250-0.12.51 PKGREVISION= 5 @@ -7,7 +6,7 @@ CATEGORIES= net MASTER_SITES= ftp://ftp.blarg.net/users/mmadore/ MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://www.linux-sna.org/software/5250/ +#HOMEPAGE= http://www.linux-sna.org/software/5250/ COMMENT= Implementation of the IBM 5250 telnet protocol GNU_CONFIGURE= YES --_----------=_1515926497234920--