Received: by mail.netbsd.org (Postfix, from userid 605) id 419F584E41; Sun, 14 Jan 2018 10:39:31 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C113B84DDD for ; Sun, 14 Jan 2018 10:39:30 +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 3HYtEnqcNgiJ for ; Sun, 14 Jan 2018 10:39:30 +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 2B4B184CD8 for ; Sun, 14 Jan 2018 10:39:30 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 29A6AFBDE; Sun, 14 Jan 2018 10:39:30 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1515926370290750" MIME-Version: 1.0 Date: Sun, 14 Jan 2018 10:39:30 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/sysutils/skill To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20180114103930.29A6AFBDE@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. --_----------=_1515926370290750 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:39:30 UTC 2018 Modified Files: pkgsrc/sysutils/skill: Makefile Log Message: skill: guess new homepage To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 pkgsrc/sysutils/skill/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1515926370290750 Content-Disposition: inline Content-Length: 798 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/sysutils/skill/Makefile diff -u pkgsrc/sysutils/skill/Makefile:1.28 pkgsrc/sysutils/skill/Makefile:1.29 --- pkgsrc/sysutils/skill/Makefile:1.28 Fri Feb 26 10:24:13 2016 +++ pkgsrc/sysutils/skill/Makefile Sun Jan 14 10:39:30 2018 @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2016/02/26 10:24:13 jperkin Exp $ -# +# $NetBSD: Makefile,v 1.29 2018/01/14 10:39:30 wiz Exp $ DISTNAME= skill-4.1.4 CATEGORIES= sysutils @@ -7,7 +6,7 @@ MASTER_SITES= ftp://ftp.flux.utah.edu/pu EXTRACT_SUFX= .tgz MAINTAINER= kim@tac.nyc.ny.us -HOMEPAGE= http://mysite.verizon.net/jforys/jeffware.html +HOMEPAGE= http://www.marjum.com/jeffware.html COMMENT= Signal processes given user names, ttys, commands, or pids BROKEN_ON_PLATFORM+= Interix-*-* # currently no machdep support --_----------=_1515926370290750--