Received: by mail.netbsd.org (Postfix, from userid 605) id 1A01484EAD; Sat, 31 Dec 2022 21:49:35 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4C84C84D5F for ; Sat, 31 Dec 2022 21:49:34 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id ji6_olmJ-yS2 for ; Sat, 31 Dec 2022 21:49:33 +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 A1EDE84C2C for ; Sat, 31 Dec 2022 21:49:33 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 996E7FA90; Sat, 31 Dec 2022 21:49:33 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1672523373278430" MIME-Version: 1.0 Date: Sat, 31 Dec 2022 21:49:33 +0000 From: "Iain Hibbert" Subject: CVS commit: pkgsrc/comms/obexapp To: pkgsrc-changes@NetBSD.org Reply-To: plunky@netbsd.org X-Mailer: log_accum Message-Id: <20221231214933.996E7FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1672523373278430 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: plunky Date: Sat Dec 31 21:49:33 UTC 2022 Modified Files: pkgsrc/comms/obexapp: Makefile Log Message: make available for NetBSD platforms going forwards to 99 To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37 pkgsrc/comms/obexapp/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1672523373278430 Content-Disposition: inline Content-Length: 720 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/comms/obexapp/Makefile diff -u pkgsrc/comms/obexapp/Makefile:1.36 pkgsrc/comms/obexapp/Makefile:1.37 --- pkgsrc/comms/obexapp/Makefile:1.36 Thu May 5 08:33:57 2022 +++ pkgsrc/comms/obexapp/Makefile Sat Dec 31 21:49:33 2022 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2022/05/05 08:33:57 nia Exp $ +# $NetBSD: Makefile,v 1.37 2022/12/31 21:49:33 plunky Exp $ # DISTNAME= obexapp-1.4.15 @@ -11,7 +11,7 @@ HOMEPAGE= https://people.freebsd.org/~em COMMENT= Obex application to transfer objects to mobile equipment LICENSE= modified-bsd -ONLY_FOR_PLATFORM= FreeBSD-*-* NetBSD-[4-9].*-* +ONLY_FOR_PLATFORM= FreeBSD-*-* NetBSD-[4-9].*-* NetBSD-[1-9][0-9].*-* BUILD_DEFS+= VARBASE --_----------=_1672523373278430--