Received: by mail.netbsd.org (Postfix, from userid 605) id 2427584EE3; Sat, 30 Apr 2022 21:52:21 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5ADBB84EE3 for ; Sat, 30 Apr 2022 21:52:20 +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 j8bkfbmplSt4 for ; Sat, 30 Apr 2022 21:52:19 +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 A0D0084ED8 for ; Sat, 30 Apr 2022 21:52:19 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 90434FB1A; Sat, 30 Apr 2022 21:52:19 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1651355539251900" MIME-Version: 1.0 Date: Sat, 30 Apr 2022 21:52:19 +0000 From: "Pierre Pronchery" Subject: CVS commit: pkgsrc/devel/deforaos-coder To: pkgsrc-changes@NetBSD.org Reply-To: khorben@netbsd.org X-Mailer: log_accum Message-Id: <20220430215219.90434FB1A@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1651355539251900 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: khorben Date: Sat Apr 30 21:52:19 UTC 2022 Modified Files: pkgsrc/devel/deforaos-coder: Makefile Log Message: deforaos-coder: generate the Makefiles with deforaos-configure Bumps PKGREVISION for deforaos-cpp, deforaos-asm updates. To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 pkgsrc/devel/deforaos-coder/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1651355539251900 Content-Disposition: inline Content-Length: 1042 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/deforaos-coder/Makefile diff -u pkgsrc/devel/deforaos-coder/Makefile:1.32 pkgsrc/devel/deforaos-coder/Makefile:1.33 --- pkgsrc/devel/deforaos-coder/Makefile:1.32 Wed Dec 8 16:03:55 2021 +++ pkgsrc/devel/deforaos-coder/Makefile Sat Apr 30 21:52:19 2022 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.32 2021/12/08 16:03:55 adam Exp $ +# $NetBSD: Makefile,v 1.33 2022/04/30 21:52:19 khorben Exp $ DISTNAME= Coder-0.3.0 PKGNAME= deforaos-coder-0.3.0 -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= devel MASTER_SITES= https://ftp.defora.org/pub/DeforaOS/Apps/Desktop/src/Coder/ @@ -46,6 +46,7 @@ post-install: .include "../../graphics/hicolor-icon-theme/buildlink3.mk" .include "../../databases/deforaos-libdatabase/buildlink3.mk" .include "../../devel/deforaos-asm/buildlink3.mk" +.include "../../devel/deforaos-configure/deforaos-configure.mk" .include "../../x11/libXtst/buildlink3.mk" .include "../../x11/deforaos-libdesktop/buildlink3.mk" .include "../../sysutils/desktop-file-utils/desktopdb.mk" --_----------=_1651355539251900--