Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B0F5784E86 for ; Sun, 2 Jul 2023 19:50:03 +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 m352gvrPoRYo for ; Sun, 2 Jul 2023 19:50:03 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 4438E84CFF for ; Sun, 2 Jul 2023 19:50:03 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 3FF88FA89; Sun, 2 Jul 2023 19:50:03 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1688327403298250" MIME-Version: 1.0 Date: Sun, 2 Jul 2023 19:50:03 +0000 From: "pin" Subject: CVS commit: pkgsrc/finance To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: pin@netbsd.org X-Mailer: log_accum Message-Id: <20230702195003.3FF88FA89@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1688327403298250 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pin Date: Sun Jul 2 19:50:03 UTC 2023 Modified Files: pkgsrc/finance: Makefile Log Message: Add rex To generate a diff of this commit: cvs rdiff -u -r1.88 -r1.89 pkgsrc/finance/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1688327403298250 Content-Disposition: inline Content-Length: 667 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/finance/Makefile diff -u pkgsrc/finance/Makefile:1.88 pkgsrc/finance/Makefile:1.89 --- pkgsrc/finance/Makefile:1.88 Mon Dec 6 13:55:41 2021 +++ pkgsrc/finance/Makefile Sun Jul 2 19:50:03 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.88 2021/12/06 13:55:41 wiz Exp $ +# $NetBSD: Makefile,v 1.89 2023/07/02 19:50:03 pin Exp $ # COMMENT= Monetary, financial and related applications @@ -114,6 +114,7 @@ SUBDIR+= py-trytond-stock-supply-day SUBDIR+= py-trytond-stock-supply-forecast SUBDIR+= py-trytond-stock-supply-production SUBDIR+= rates +SUBDIR+= rex SUBDIR+= ruby-activemerchant SUBDIR+= ruby-braintree SUBDIR+= tex-euro --_----------=_1688327403298250--