Received: by mail.netbsd.org (Postfix, from userid 605) id D788284E87; Fri, 19 Aug 2022 01:46:10 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1AA7284D95 for ; Fri, 19 Aug 2022 01:46:10 +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 p4jnOgBnrrX7 for ; Fri, 19 Aug 2022 01:46:09 +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 877E784CFA for ; Fri, 19 Aug 2022 01:46:09 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 80A9EFB1A; Fri, 19 Aug 2022 01:46:09 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1660873569253710" MIME-Version: 1.0 Date: Fri, 19 Aug 2022 01:46:09 +0000 From: "Tobias Nygren" Subject: CVS commit: pkgsrc/fonts/artwiz-fonts To: pkgsrc-changes@NetBSD.org Reply-To: tnn@netbsd.org X-Mailer: log_accum Message-Id: <20220819014609.80A9EFB1A@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1660873569253710 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: tnn Date: Fri Aug 19 01:46:09 UTC 2022 Modified Files: pkgsrc/fonts/artwiz-fonts: Makefile distinfo Log Message: artwiz-fonts: switch to canonical master site New distfile contains a COPYING file, but is otherwise identical. Set LICENSE accordingly. To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 pkgsrc/fonts/artwiz-fonts/Makefile cvs rdiff -u -r1.7 -r1.8 pkgsrc/fonts/artwiz-fonts/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1660873569253710 Content-Disposition: inline Content-Length: 2041 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/fonts/artwiz-fonts/Makefile diff -u pkgsrc/fonts/artwiz-fonts/Makefile:1.21 pkgsrc/fonts/artwiz-fonts/Makefile:1.22 --- pkgsrc/fonts/artwiz-fonts/Makefile:1.21 Fri Mar 20 11:57:38 2020 +++ pkgsrc/fonts/artwiz-fonts/Makefile Fri Aug 19 01:46:09 2022 @@ -1,17 +1,16 @@ -# $NetBSD: Makefile,v 1.21 2020/03/20 11:57:38 nia Exp $ +# $NetBSD: Makefile,v 1.22 2022/08/19 01:46:09 tnn Exp $ -DISTNAME= artwiz-aleczapka-1.3 -PKGNAME= ${DISTNAME:S/aleczapka/fonts/} -PKGREVISION= 4 +DISTNAME= artwiz-aleczapka-en-1.3 +PKGNAME= ${DISTNAME:S/aleczapka-en/fonts/} +PKGREVISION= 5 CATEGORIES= fonts -MASTER_SITES= http://fluxbox.org/artwiz-aleczapka/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=artwizaleczapka/} EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://artwizaleczapka.sourceforge.net/ COMMENT= Set of free fonts for X11 desktops - -WRKSRC= ${WRKDIR}/artwiz-aleczapka +LICENSE= gnu-gpl-v2 NO_BUILD= yes NO_CONFIGURE= yes Index: pkgsrc/fonts/artwiz-fonts/distinfo diff -u pkgsrc/fonts/artwiz-fonts/distinfo:1.7 pkgsrc/fonts/artwiz-fonts/distinfo:1.8 --- pkgsrc/fonts/artwiz-fonts/distinfo:1.7 Tue Oct 26 10:27:02 2021 +++ pkgsrc/fonts/artwiz-fonts/distinfo Fri Aug 19 01:46:09 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.7 2021/10/26 10:27:02 nia Exp $ +$NetBSD: distinfo,v 1.8 2022/08/19 01:46:09 tnn Exp $ -BLAKE2s (artwiz-aleczapka-1.3.tar.bz2) = 5845d6be81bf5ba927edc2271d0e1c3b4ef1c31c5d12ad110d0fb2d63019df60 -SHA512 (artwiz-aleczapka-1.3.tar.bz2) = 2a3a62ef04c7de068d8a39ead10fa588bb43bbdce1fbf9ff11f37bcdac8761579aa0e67296766c77b06184858cf809b2c48234937915107d19e522ceadb8f172 -Size (artwiz-aleczapka-1.3.tar.bz2) = 30368 bytes +BLAKE2s (artwiz-aleczapka-en-1.3.tar.bz2) = 83d9694aed0df3f0861e1c34e85c18b6c18a470bb6c31718c44ee483f2653ad5 +SHA512 (artwiz-aleczapka-en-1.3.tar.bz2) = 18f315314f6a03bc94920d7e83958d15ea4d80ab84911317bcec75486f46d07edafda2c58c82fd98b5350e939680d73b9c323843f7eebffdb4d2bbebc311400b +Size (artwiz-aleczapka-en-1.3.tar.bz2) = 36849 bytes --_----------=_1660873569253710--