Received: by mail.netbsd.org (Postfix, from userid 605) id 3B83584E00; Wed, 28 Feb 2018 16:32:58 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9E76984DED for ; Wed, 28 Feb 2018 16:32: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 lGr8zJAFYfw3 for ; Wed, 28 Feb 2018 16:32:57 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 29F6884D5F for ; Wed, 28 Feb 2018 16:32:57 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 231ECFB40; Wed, 28 Feb 2018 16:32:57 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1519835577287830" MIME-Version: 1.0 Date: Wed, 28 Feb 2018 16:32:57 +0000 From: "Leonardo Taccari" Subject: CVS commit: pkgsrc/net/sacc To: pkgsrc-changes@NetBSD.org Reply-To: leot@netbsd.org X-Mailer: log_accum Message-Id: <20180228163257.231ECFB40@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. --_----------=_1519835577287830 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: leot Date: Wed Feb 28 16:32:57 UTC 2018 Modified Files: pkgsrc/net/sacc: Makefile Log Message: sacc: Fix a copypasto in HOMEPAGE To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/net/sacc/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1519835577287830 Content-Disposition: inline Content-Length: 658 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/sacc/Makefile diff -u pkgsrc/net/sacc/Makefile:1.1 pkgsrc/net/sacc/Makefile:1.2 --- pkgsrc/net/sacc/Makefile:1.1 Mon Feb 26 16:52:21 2018 +++ pkgsrc/net/sacc/Makefile Wed Feb 28 16:32:56 2018 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2018/02/26 16:52:21 leot Exp $ +# $NetBSD: Makefile,v 1.2 2018/02/28 16:32:56 leot Exp $ DISTNAME= sacc-v1.00 PKGNAME= ${DISTNAME:S/-v/-/} @@ -7,7 +7,7 @@ MASTER_SITES= ftp://bitreich.org/release EXTRACT_SUFX= .tgz MAINTAINER= leot@NetBSD.org -HOMEPAGE= https://github.com/jhawthorn/fzy +HOMEPAGE= gopher://bitreich.org/1/scm/sacc COMMENT= Console gopher client LICENSE= isc --_----------=_1519835577287830--