Received: by mail.netbsd.org (Postfix, from userid 605) id 5FCEC84ECD; Tue, 4 Oct 2022 08:00:51 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9185584D57 for ; Tue, 4 Oct 2022 08:00:50 +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 tLLj8qcMlmgj for ; Tue, 4 Oct 2022 08:00:50 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id EC0D384D12 for ; Tue, 4 Oct 2022 08:00:49 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E5B30FA90; Tue, 4 Oct 2022 08:00:49 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_166487044965120" MIME-Version: 1.0 Date: Tue, 4 Oct 2022 08:00:49 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/comms/openobex To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20221004080049.E5B30FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_166487044965120 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Tue Oct 4 08:00:49 UTC 2022 Modified Files: pkgsrc/comms/openobex: Makefile PLIST Log Message: openobex: fix PLIST for latest doxygen, and depend on it Bump PKGREVISION. To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35 pkgsrc/comms/openobex/Makefile cvs rdiff -u -r1.12 -r1.13 pkgsrc/comms/openobex/PLIST Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_166487044965120 Content-Disposition: inline Content-Length: 3198 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/comms/openobex/Makefile diff -u pkgsrc/comms/openobex/Makefile:1.34 pkgsrc/comms/openobex/Makefile:1.35 --- pkgsrc/comms/openobex/Makefile:1.34 Tue Oct 6 03:46:02 2020 +++ pkgsrc/comms/openobex/Makefile Tue Oct 4 08:00:49 2022 @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.34 2020/10/06 03:46:02 mef Exp $ +# $NetBSD: Makefile,v 1.35 2022/10/04 08:00:49 wiz Exp $ DISTNAME= openobex-1.7.2-Source PKGNAME= ${DISTNAME:C/-Source//} +PKGREVISION= 1 CATEGORIES= comms MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=openobex/} @@ -10,7 +11,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Implementation of the Object Exchange (OBEX) protocol LICENSE= gnu-lgpl-v2 -BUILD_DEPENDS+= doxygen>=1.8.20:../../devel/doxygen +BUILD_DEPENDS+= doxygen>=1.9.5:../../devel/doxygen USE_CMAKE= yes USE_TOOLS+= cmake pkg-config Index: pkgsrc/comms/openobex/PLIST diff -u pkgsrc/comms/openobex/PLIST:1.12 pkgsrc/comms/openobex/PLIST:1.13 --- pkgsrc/comms/openobex/PLIST:1.12 Tue Oct 6 03:46:02 2020 +++ pkgsrc/comms/openobex/PLIST Tue Oct 4 08:00:49 2022 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.12 2020/10/06 03:46:02 mef Exp $ +@comment $NetBSD: PLIST,v 1.13 2022/10/04 08:00:49 wiz Exp $ include/openobex/obex.h include/openobex/obex_const.h include/openobex/version.h @@ -13,6 +13,7 @@ lib/pkgconfig/openobex.pc share/doc/openobex/html/annotated.html share/doc/openobex/html/api_8c.html share/doc/openobex/html/bc_s.png +share/doc/openobex/html/bc_sd.png share/doc/openobex/html/bdwn.png share/doc/openobex/html/classes.html share/doc/openobex/html/closed.png @@ -20,6 +21,7 @@ share/doc/openobex/html/dir_000000.html share/doc/openobex/html/dir_000001.html share/doc/openobex/html/dir_000002.html share/doc/openobex/html/doc.png +share/doc/openobex/html/docd.png share/doc/openobex/html/doxygen.css share/doc/openobex/html/doxygen.svg share/doc/openobex/html/dynsections.js @@ -43,13 +45,16 @@ share/doc/openobex/html/jquery.js share/doc/openobex/html/menu.js share/doc/openobex/html/menudata.js share/doc/openobex/html/nav_f.png +share/doc/openobex/html/nav_fd.png share/doc/openobex/html/nav_g.png share/doc/openobex/html/nav_h.png +share/doc/openobex/html/nav_hd.png 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/splitbar.png +share/doc/openobex/html/splitbard.png share/doc/openobex/html/structobex__ctrans__t.html share/doc/openobex/html/structobex__irda__intf__t.html share/doc/openobex/html/structobex__usb__intf__service__t.html @@ -57,9 +62,13 @@ share/doc/openobex/html/structobex__usb_ share/doc/openobex/html/sync_off.png share/doc/openobex/html/sync_on.png share/doc/openobex/html/tab_a.png +share/doc/openobex/html/tab_ad.png share/doc/openobex/html/tab_b.png +share/doc/openobex/html/tab_bd.png share/doc/openobex/html/tab_h.png +share/doc/openobex/html/tab_hd.png share/doc/openobex/html/tab_s.png +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 --_----------=_166487044965120--