Received: by mail.netbsd.org (Postfix, from userid 605) id AE74984D61; Sun, 26 Nov 2017 10:43:49 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 39CB984D28 for ; Sun, 26 Nov 2017 10:43: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 mPN-5QYFeM1o for ; Sun, 26 Nov 2017 10:43:48 +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 9873A84CE2 for ; Sun, 26 Nov 2017 10:43:48 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 91AAFFB40; Sun, 26 Nov 2017 10:43:48 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1511693028234570" MIME-Version: 1.0 Date: Sun, 26 Nov 2017 10:43:48 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/fonts/artwiz-fonts To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20171126104348.91AAFFB40@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1511693028234570 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sun Nov 26 10:43:48 UTC 2017 Modified Files: pkgsrc/fonts/artwiz-fonts: Makefile Log Message: artwiz-fonts: use sourceforge page instead of dead homepage To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 pkgsrc/fonts/artwiz-fonts/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1511693028234570 Content-Disposition: inline Content-Length: 786 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.18 pkgsrc/fonts/artwiz-fonts/Makefile:1.19 --- pkgsrc/fonts/artwiz-fonts/Makefile:1.18 Sat Jul 4 16:18:30 2015 +++ pkgsrc/fonts/artwiz-fonts/Makefile Sun Nov 26 10:43:48 2017 @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2015/07/04 16:18:30 joerg Exp $ -# +# $NetBSD: Makefile,v 1.19 2017/11/26 10:43:48 wiz Exp $ DISTNAME= artwiz-aleczapka-1.3 PKGNAME= ${DISTNAME:S/aleczapka/fonts/} @@ -9,7 +8,7 @@ MASTER_SITES= http://fluxbox.org/artwiz- EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://www.vastwaters.com/ +HOMEPAGE= http://artwizaleczapka.sourceforge.net/ COMMENT= Set of free fonts for X11 desktops WRKSRC= ${WRKDIR}/artwiz-aleczapka --_----------=_1511693028234570--