Received: by mail.netbsd.org (Postfix, from userid 605) id 85E1D84D6F; Sat, 10 Feb 2024 10:01:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1707559283; bh=1HDB2myFxrmLwNMvb8vVwliIMu2LS/4FD7tfVq2sE/U=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=wQO1CKOwk7Jj8FZPa9AOqkOHZoYh/quvMB6bBgPkAQIYivrQIL0VweXNOJJQ8Iygk aWsFjDMofPXXRGWWZkCl8zNrz0q4V5sUtQub+u3tYTHnbHQjjzkcxk7dbepSW0k4vG erEVEs8MNjX8mIeg8frGbJik5ZL8gGS5fb7qMsIw= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 76DD084D68 for ; Sat, 10 Feb 2024 10:01:22 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=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 YAISb1wLo_uA for ; Sat, 10 Feb 2024 10:01:22 +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 C620A84CD8 for ; Sat, 10 Feb 2024 10:01:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1707559282; bh=1HDB2myFxrmLwNMvb8vVwliIMu2LS/4FD7tfVq2sE/U=; h=Date:From:Subject:To:Reply-To; b=o+MJxY/1heCe9FgMcD1dTV5Af7ga1RZs3dGBa2rhnhvy20cQCHROO2fSW0r1JxKH1 eLvpslhTT6xGY72jozWANjg0W6vwDSnxFuAO7yzKzWwjo7wnPl4VgWg9zUWl1x6NnJ v4fEH4jQQ7uG081BDAZi0WAY6bGZgIuJcyyRZYck= Received: by cvs.NetBSD.org (Postfix, from userid 500) id BC236FA42; Sat, 10 Feb 2024 10:01:21 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1707559281277210" MIME-Version: 1.0 Date: Sat, 10 Feb 2024 10:01:21 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/textproc/yodl To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20240210100121.BC236FA42@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1707559281277210 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sat Feb 10 10:01:21 UTC 2024 Modified Files: pkgsrc/textproc/yodl: Makefile Log Message: yodl: update HOMEPAGE To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38 pkgsrc/textproc/yodl/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1707559281277210 Content-Disposition: inline Content-Length: 730 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/textproc/yodl/Makefile diff -u pkgsrc/textproc/yodl/Makefile:1.37 pkgsrc/textproc/yodl/Makefile:1.38 --- pkgsrc/textproc/yodl/Makefile:1.37 Mon Aug 14 05:25:26 2023 +++ pkgsrc/textproc/yodl/Makefile Sat Feb 10 10:01:21 2024 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.37 2023/08/14 05:25:26 wiz Exp $ +# $NetBSD: Makefile,v 1.38 2024/02/10 10:01:21 wiz Exp $ DISTNAME= yodl-1.31.18 PKGREVISION= 14 @@ -6,7 +6,7 @@ CATEGORIES= textproc #MASTER_SITES= ftp://ftp.lilypond.org/pub/yodl/development/ MAINTAINER= pkgsrc-users@NetBSD.org -#HOMEPAGE= http://www.xs4all.nl/~jantien/yodl/ +HOMEPAGE= https://fbb-git.gitlab.io/yodl/ COMMENT= High-level document preparation system GNU_CONFIGURE= YES --_----------=_1707559281277210--