Received: by mail.netbsd.org (Postfix, from userid 605) id DAE5384E77; Fri, 1 Mar 2024 06:19:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1709273975; bh=4cFI0lUT5l06I9MVliQkrzu0q5Xfsl4KtxQj7fL2Rfo=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=M+/1cx1N1n2yc5fTft1nPGtuhtkSE/4NZOJwRIxdJ2oxHoxUFr4iz15s7iTdzeEjL ztyCdZWH7r/58ELVAboWiDyRsKYho9FUq/J/hVnTMgOMz+cYfX8/MGwEycGiYO/oet /ozZq7XflhdxKFmkRcODePo03+n4O3E3bi+y9idE= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id CB8CA84D72 for ; Fri, 1 Mar 2024 06:19:33 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id M_5h0i9RHJ5C for ; Fri, 1 Mar 2024 06:19:33 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 5D7FD84CF3 for ; Fri, 1 Mar 2024 06:19:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1709273973; bh=4cFI0lUT5l06I9MVliQkrzu0q5Xfsl4KtxQj7fL2Rfo=; h=Date:From:Subject:To:Reply-To; b=dDEpwzBipH87SFLl7sRvjy6kATWqmIBxjdfgB7Hcj8yPs66HCGJVk9DBwQZtHcoZ8 8PTtQoUJ9qPevtrE1ASYzkIqBiTsHT5/UtoiMFTihu8E/uDZfp1ilxzprEqDDmth9C RzwMi5GUHWDv0rnyLcldzH8kjLZvUbty5ZKKBNFU= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 532ECFA27; Fri, 1 Mar 2024 06:19:33 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_170927397385140" MIME-Version: 1.0 Date: Fri, 1 Mar 2024 06:19:33 +0000 From: "Kimmo Suominen" Subject: CVS commit: pkgsrc/textproc/libunistring To: pkgsrc-changes@NetBSD.org Reply-To: kim@netbsd.org X-Mailer: log_accum Message-Id: <20240301061933.532ECFA27@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_170927397385140 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: kim Date: Fri Mar 1 06:19:33 UTC 2024 Modified Files: pkgsrc/textproc/libunistring: Makefile Log Message: libunistring: Use MASTER_SITE_GNU To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 pkgsrc/textproc/libunistring/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_170927397385140 Content-Disposition: inline Content-Length: 665 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/textproc/libunistring/Makefile diff -u pkgsrc/textproc/libunistring/Makefile:1.18 pkgsrc/textproc/libunistring/Makefile:1.19 --- pkgsrc/textproc/libunistring/Makefile:1.18 Sun Feb 25 15:13:59 2024 +++ pkgsrc/textproc/libunistring/Makefile Fri Mar 1 06:19:33 2024 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.18 2024/02/25 15:13:59 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2024/03/01 06:19:33 kim Exp $ DISTNAME= libunistring-1.2 CATEGORIES= textproc -MASTER_SITES= http://ftp.gnu.org/gnu/libunistring/ +MASTER_SITES= ${MASTER_SITE_GNU:=libunistring/} MAINTAINER= gdt@NetBSD.org HOMEPAGE= https://www.gnu.org/software/libunistring/ --_----------=_170927397385140--