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 "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id D5AF91A9239 for ; Sat, 5 Dec 2020 12:35:27 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 2185684D6A; Sat, 5 Dec 2020 12:35:27 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5906084D29 for ; Sat, 5 Dec 2020 12:35:26 +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 wcG4pdMA2QNh for ; Sat, 5 Dec 2020 12:35:26 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id B0EBA84CEC for ; Sat, 5 Dec 2020 12:35:25 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A42CBFA9D; Sat, 5 Dec 2020 12:35:25 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_160717172546510" MIME-Version: 1.0 Date: Sat, 5 Dec 2020 12:35:25 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/devel/confuse To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20201205123525.A42CBFA9D@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_160717172546510 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Sat Dec 5 12:35:25 UTC 2020 Modified Files: pkgsrc/devel/confuse: Makefile Log Message: confuse: Fix HOMEPAGE To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 pkgsrc/devel/confuse/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_160717172546510 Content-Disposition: inline Content-Length: 799 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/confuse/Makefile diff -u pkgsrc/devel/confuse/Makefile:1.23 pkgsrc/devel/confuse/Makefile:1.24 --- pkgsrc/devel/confuse/Makefile:1.23 Mon Aug 24 08:18:12 2020 +++ pkgsrc/devel/confuse/Makefile Sat Dec 5 12:35:25 2020 @@ -1,13 +1,13 @@ -# $NetBSD: Makefile,v 1.23 2020/08/24 08:18:12 wiz Exp $ +# $NetBSD: Makefile,v 1.24 2020/12/05 12:35:25 nia Exp $ DISTNAME= confuse-3.3 CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_GITHUB:=martinh/} +MASTER_SITES= ${MASTER_SITE_GITHUB:=libconfuse/} GITHUB_PROJECT= libconfuse GITHUB_RELEASE= v${PKGVERSION_NOREV} MAINTAINER= pkgsrc-users@NetBSD.org -#HOMEPAGE= https://github.org/martinh/libconfuse/ +HOMEPAGE= https://github.com/libconfuse/libconfuse COMMENT= Configuration file parser library LICENSE= isc --_----------=_160717172546510--