Received: by mail.netbsd.org (Postfix, from userid 605) id 4375E84D85; Sat, 8 Feb 2020 15:20:50 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id BF0C084D40 for ; Sat, 8 Feb 2020 15:20:49 +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 Pgg6C-9kUVym for ; Sat, 8 Feb 2020 15:20:49 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 0EC6984CE9 for ; Sat, 8 Feb 2020 15:20:49 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 0638AFBF4; Sat, 8 Feb 2020 15:20:49 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_15811752487250" MIME-Version: 1.0 Date: Sat, 8 Feb 2020 15:20:48 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/net/monotorrent To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20200208152049.0638AFBF4@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. --_----------=_15811752487250 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Sat Feb 8 15:20:48 UTC 2020 Modified Files: pkgsrc/net/monotorrent: Makefile Log Message: monotorrent: Update HOMEPAGE To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 pkgsrc/net/monotorrent/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_15811752487250 Content-Disposition: inline Content-Length: 731 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/monotorrent/Makefile diff -u pkgsrc/net/monotorrent/Makefile:1.29 pkgsrc/net/monotorrent/Makefile:1.30 --- pkgsrc/net/monotorrent/Makefile:1.29 Wed Apr 3 00:33:00 2019 +++ pkgsrc/net/monotorrent/Makefile Sat Feb 8 15:20:48 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2019/04/03 00:33:00 ryoon Exp $ +# $NetBSD: Makefile,v 1.30 2020/02/08 15:20:48 nia Exp $ DISTNAME= monotorrent-0.72 PKGREVISION= 22 @@ -6,7 +6,7 @@ CATEGORIES= net MASTER_SITES= http://projects.qnetp.net/attachments/download/13/ MAINTAINER= kefren@NetBSD.org -HOMEPAGE= http://monotorrent.com/ +HOMEPAGE= https://github.com/alanmcgovern/monotorrent COMMENT= Open source bittorrent library GNU_CONFIGURE= yes --_----------=_15811752487250--