Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 983DD84E76 for ; Thu, 21 Sep 2023 14:49:15 +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 xVxXStSAdLb3 for ; Thu, 21 Sep 2023 14:49:15 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id E30C984D8C for ; Thu, 21 Sep 2023 14:49:14 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id DC8F4FBDB; Thu, 21 Sep 2023 14:49:14 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1695307754249850" MIME-Version: 1.0 Date: Thu, 21 Sep 2023 14:49:14 +0000 From: "Paolo Vincenzo Olivo" Subject: CVS commit: pkgsrc/comms/openobex To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: vins@netbsd.org X-Mailer: log_accum Message-Id: <20230921144914.DC8F4FBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1695307754249850 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: vins Date: Thu Sep 21 14:49:14 UTC 2023 Modified Files: pkgsrc/comms/openobex: PLIST Log Message: comms/openobex: fix PLIST To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 pkgsrc/comms/openobex/PLIST Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1695307754249850 Content-Disposition: inline Content-Length: 1415 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/comms/openobex/PLIST diff -u pkgsrc/comms/openobex/PLIST:1.14 pkgsrc/comms/openobex/PLIST:1.15 --- pkgsrc/comms/openobex/PLIST:1.14 Wed May 24 07:22:18 2023 +++ pkgsrc/comms/openobex/PLIST Thu Sep 21 14:49:14 2023 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.14 2023/05/24 07:22:18 wiz Exp $ +@comment $NetBSD: PLIST,v 1.15 2023/09/21 14:49:14 vins Exp $ include/openobex/obex.h include/openobex/obex_const.h include/openobex/version.h @@ -45,6 +45,8 @@ share/doc/openobex/html/index.html share/doc/openobex/html/jquery.js share/doc/openobex/html/menu.js share/doc/openobex/html/menudata.js +share/doc/openobex/html/minus.svg +share/doc/openobex/html/minusd.svg share/doc/openobex/html/nav_f.png share/doc/openobex/html/nav_fd.png share/doc/openobex/html/nav_g.png @@ -54,6 +56,8 @@ share/doc/openobex/html/obex_8h.html share/doc/openobex/html/obex__const_8h.html share/doc/openobex/html/open.png share/doc/openobex/html/openobex_8coverpage.html +share/doc/openobex/html/plus.svg +share/doc/openobex/html/plusd.svg share/doc/openobex/html/splitbar.png share/doc/openobex/html/splitbard.png share/doc/openobex/html/structobex__ctrans__t.html @@ -73,3 +77,5 @@ share/doc/openobex/html/tab_sd.png share/doc/openobex/html/tabs.css share/doc/openobex/html/unionobex__headerdata__t.html share/doc/openobex/html/unionobex__interface__t.html +@pkgdir man/man1 +@pkgdir bin --_----------=_1695307754249850--