Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=m2ZHWkXa; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=G/EuhvrL Received: by mail.netbsd.org (Postfix, from userid 605) id 53C6485085; Sun, 5 May 2024 08:49:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714898992; bh=ykltjSbTgafp5r5JmuTCtYJE4nB2du3aYY/1QR7aCus=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=m2ZHWkXaszZlM8oZ3+QuXzrcHVGatcv5kqc1decbS5h7vxQiTRlqz8a9MFbVnvo7j wwTNtgqIFMNZ5JhSkYiyMe9NOLqrEAsJfjdtjBlJEAxGBy7YAZdCEhyhz4WBj3qCZn 7U+R11fFj4IQnsYBfWJ6pXQvWYiKVv9J0h1ogEPI= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4489584E7E for ; Sun, 5 May 2024 08:49:51 +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 ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id pbl_gpMiHmRN for ; Sun, 5 May 2024 08:49:50 +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 B88CF84E7A for ; Sun, 5 May 2024 08:49:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714898990; bh=ykltjSbTgafp5r5JmuTCtYJE4nB2du3aYY/1QR7aCus=; h=Date:From:Subject:To:Reply-To; b=G/EuhvrLHwVAJ/myJ7Z0+alg2OAa917avk9NXvlSPf8Py+l+4bP1MpPV3s3xymJHH E0Ax4ByiWjMO1MHPpj51+7OcD4HKWSaAOd5v+/vWCx+SQsQURbp3tHdWW4xadOfsJ6 HIe+pkIXBSD1sMj3K8+9yheZAmxvaPw0Y+D06bgg= Received: by cvs.NetBSD.org (Postfix, from userid 500) id B37D2FA2C; Sun, 5 May 2024 08:49:50 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1714898990183010" MIME-Version: 1.0 Date: Sun, 5 May 2024 08:49:50 +0000 From: "Masatake Daimon" Subject: CVS commit: pkgsrc/devel To: pkgsrc-changes@NetBSD.org Reply-To: pho@netbsd.org X-Mailer: log_accum Message-Id: <20240505084950.B37D2FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1714898990183010 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pho Date: Sun May 5 08:49:50 UTC 2024 Modified Files: pkgsrc/devel: Makefile Log Message: devel/Makefile: + stylish-haskell To generate a diff of this commit: cvs rdiff -u -r1.4236 -r1.4237 pkgsrc/devel/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1714898990183010 Content-Disposition: inline Content-Length: 572 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/Makefile diff -u pkgsrc/devel/Makefile:1.4236 pkgsrc/devel/Makefile:1.4237 --- pkgsrc/devel/Makefile:1.4236 Sun May 5 08:38:09 2024 +++ pkgsrc/devel/Makefile Sun May 5 08:49:50 2024 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4236 2024/05/05 08:38:09 pho Exp $ +# $NetBSD: Makefile,v 1.4237 2024/05/05 08:49:50 pho Exp $ # COMMENT= Development utilities @@ -3504,6 +3504,7 @@ SUBDIR+= stan SUBDIR+= startbug1 SUBDIR+= stfl SUBDIR+= stgit +SUBDIR+= stylish-haskell SUBDIR+= stylua SUBDIR+= subversion SUBDIR+= subversion-base --_----------=_1714898990183010--