Received: by mail.netbsd.org (Postfix, from userid 605) id 55F7284D43; Thu, 11 Feb 2021 15:33:50 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8F09384CDA for ; Thu, 11 Feb 2021 15:33: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 t6hSgJcd1b_Z for ; Thu, 11 Feb 2021 15:33:49 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 1DBCF84C86 for ; Thu, 11 Feb 2021 15:33:49 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 0F976FA95; Thu, 11 Feb 2021 15:33:49 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_161305762968250" MIME-Version: 1.0 Date: Thu, 11 Feb 2021 15:33:49 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/graphics/lasem To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20210211153349.0F976FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_161305762968250 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Thu Feb 11 15:33:48 UTC 2021 Modified Files: pkgsrc/graphics/lasem: Makefile Log Message: lasem: Use MASTER_SITE_GNOME To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 pkgsrc/graphics/lasem/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_161305762968250 Content-Disposition: inline Content-Length: 651 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/graphics/lasem/Makefile diff -u pkgsrc/graphics/lasem/Makefile:1.22 pkgsrc/graphics/lasem/Makefile:1.23 --- pkgsrc/graphics/lasem/Makefile:1.22 Thu Nov 5 09:06:54 2020 +++ pkgsrc/graphics/lasem/Makefile Thu Feb 11 15:33:48 2021 @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.22 2020/11/05 09:06:54 ryoon Exp $ +# $NetBSD: Makefile,v 1.23 2021/02/11 15:33:48 nia Exp $ # DISTNAME= lasem-0.4.1 PKGREVISION= 20 CATEGORIES= graphics gnome -MASTER_SITES= ftp://ftp.gnome.org/pub/gnome/sources/lasem/0.4/ +MASTER_SITES= ${MASTER_SITE_GNOME:=sources/lasem/0.4/} EXTRACT_SUFX= .tar.xz MAINTAINER= pkgsrc.gnome@gmail.com --_----------=_161305762968250--