Received: by mail.netbsd.org (Postfix, from userid 605) id E085284EC5; Sun, 17 Jul 2022 12:15:38 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 23EE684D4C for ; Sun, 17 Jul 2022 12:15:38 +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 ofUDLXZYc643 for ; Sun, 17 Jul 2022 12:15:37 +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 A259084D2A for ; Sun, 17 Jul 2022 12:15:37 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 8EEE2FB1A; Sun, 17 Jul 2022 12:15:37 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1658060137212220" MIME-Version: 1.0 Date: Sun, 17 Jul 2022 12:15:37 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/glade To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20220717121537.8EEE2FB1A@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1658060137212220 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sun Jul 17 12:15:37 UTC 2022 Modified Files: pkgsrc/devel/glade: Makefile Log Message: glade: update MASTER_SITES To generate a diff of this commit: cvs rdiff -u -r1.106 -r1.107 pkgsrc/devel/glade/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1658060137212220 Content-Disposition: inline Content-Length: 627 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/glade/Makefile diff -u pkgsrc/devel/glade/Makefile:1.106 pkgsrc/devel/glade/Makefile:1.107 --- pkgsrc/devel/glade/Makefile:1.106 Wed Jul 13 20:24:24 2022 +++ pkgsrc/devel/glade/Makefile Sun Jul 17 12:15:37 2022 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.106 2022/07/13 20:24:24 wiz Exp $ +# $NetBSD: Makefile,v 1.107 2022/07/17 12:15:37 wiz Exp $ DISTNAME= glade-3.38.2 CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_GNOME:=sources/glade/3.36/} +MASTER_SITES= ${MASTER_SITE_GNOME:=sources/glade/${PKGVERSION_NOREV:R}/} EXTRACT_SUFX= .tar.xz MAINTAINER= pkgsrc-users@NetBSD.org --_----------=_1658060137212220--