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 E34921A923A for ; Wed, 11 Nov 2020 08:50:42 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 4270A84DC9; Wed, 11 Nov 2020 08:50:42 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7AB9684D53 for ; Wed, 11 Nov 2020 08:50:41 +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 wpe6shsQfy-g for ; Wed, 11 Nov 2020 08:50:41 +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 101A284CFC for ; Wed, 11 Nov 2020 08:50:41 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 03DA6FB28; Wed, 11 Nov 2020 08:50:41 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1605084640135030" MIME-Version: 1.0 Date: Wed, 11 Nov 2020 08:50:40 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/devel/libhandy1 To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20201111085041.03DA6FB28@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1605084640135030 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Wed Nov 11 08:50:40 UTC 2020 Modified Files: pkgsrc/devel/libhandy1: Makefile Log Message: libhandy1: Fix MASTER_SITES To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/libhandy1/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1605084640135030 Content-Disposition: inline Content-Length: 703 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/libhandy1/Makefile diff -u pkgsrc/devel/libhandy1/Makefile:1.1 pkgsrc/devel/libhandy1/Makefile:1.2 --- pkgsrc/devel/libhandy1/Makefile:1.1 Tue Nov 10 17:45:05 2020 +++ pkgsrc/devel/libhandy1/Makefile Wed Nov 11 08:50:40 2020 @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.1 2020/11/10 17:45:05 nia Exp $ +# $NetBSD: Makefile,v 1.2 2020/11/11 08:50:40 nia Exp $ DISTNAME= libhandy-1.0.1 PKGNAME= ${DISTNAME:S/libhandy/libhandy1/1} CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_GNOME:=sources/${PKGBASE}/${PKGVERSION_NOREV:R}/} +MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libhandy/${PKGVERSION_NOREV:R}/} EXTRACT_SUFX= .tar.xz MAINTAINER= pkgsrc-users@NetBSD.org --_----------=_1605084640135030--