Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id A1F551A923A for ; Tue, 6 Oct 2020 03:46:04 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 2D4FD84D5F; Tue, 6 Oct 2020 03:46:04 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A937B84D57 for ; Tue, 6 Oct 2020 03:46: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 or336fXsR1Kx for ; Tue, 6 Oct 2020 03:46:03 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 1F01884CD8 for ; Tue, 6 Oct 2020 03:46:03 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 16D3EFB28; Tue, 6 Oct 2020 03:46:03 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1601955963296530" MIME-Version: 1.0 Date: Tue, 6 Oct 2020 03:46:03 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/comms/openobex To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20201006034603.16D3EFB28@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1601955963296530 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Tue Oct 6 03:46:03 UTC 2020 Modified Files: pkgsrc/comms/openobex: Makefile PLIST distinfo Log Message: (comms/openobex) Updated 1.7.1 to 1.7.2. ChangeLog unknown. Adapt to Doxygen 1.8.20 To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34 pkgsrc/comms/openobex/Makefile cvs rdiff -u -r1.11 -r1.12 pkgsrc/comms/openobex/PLIST \ pkgsrc/comms/openobex/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1601955963296530 Content-Disposition: inline Content-Length: 2980 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.33 pkgsrc/comms/openobex/Makefile:1.34 --- pkgsrc/comms/openobex/Makefile:1.33 Tue Feb 27 23:56:08 2018 +++ pkgsrc/comms/openobex/Makefile Tue Oct 6 03:46:02 2020 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.33 2018/02/27 23:56:08 khorben Exp $ +# $NetBSD: Makefile,v 1.34 2020/10/06 03:46:02 mef Exp $ -DISTNAME= openobex-1.7.1-Source +DISTNAME= openobex-1.7.2-Source PKGNAME= ${DISTNAME:C/-Source//} -PKGREVISION= 3 CATEGORIES= comms MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=openobex/} @@ -11,7 +10,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Implementation of the Object Exchange (OBEX) protocol LICENSE= gnu-lgpl-v2 -BUILD_DEPENDS+= doxygen>=1.8.12:../../devel/doxygen +BUILD_DEPENDS+= doxygen>=1.8.20:../../devel/doxygen USE_CMAKE= yes USE_TOOLS+= cmake pkg-config Index: pkgsrc/comms/openobex/PLIST diff -u pkgsrc/comms/openobex/PLIST:1.11 pkgsrc/comms/openobex/PLIST:1.12 --- pkgsrc/comms/openobex/PLIST:1.11 Thu Nov 24 13:43:35 2016 +++ pkgsrc/comms/openobex/PLIST Tue Oct 6 03:46:02 2020 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.11 2016/11/24 13:43:35 mef Exp $ +@comment $NetBSD: PLIST,v 1.12 2020/10/06 03:46:02 mef Exp $ include/openobex/obex.h include/openobex/obex_const.h include/openobex/version.h @@ -21,7 +21,7 @@ share/doc/openobex/html/dir_000001.html share/doc/openobex/html/dir_000002.html share/doc/openobex/html/doc.png share/doc/openobex/html/doxygen.css -share/doc/openobex/html/doxygen.png +share/doc/openobex/html/doxygen.svg share/doc/openobex/html/dynsections.js share/doc/openobex/html/files.html share/doc/openobex/html/folderclosed.png Index: pkgsrc/comms/openobex/distinfo diff -u pkgsrc/comms/openobex/distinfo:1.11 pkgsrc/comms/openobex/distinfo:1.12 --- pkgsrc/comms/openobex/distinfo:1.11 Fri Feb 17 17:00:30 2017 +++ pkgsrc/comms/openobex/distinfo Tue Oct 6 03:46:02 2020 @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.11 2017/02/17 17:00:30 joerg Exp $ +$NetBSD: distinfo,v 1.12 2020/10/06 03:46:02 mef Exp $ -SHA1 (openobex-1.7.1-Source.tar.gz) = b70e10ac21737fd1280cfb4d7408f623118ed355 -RMD160 (openobex-1.7.1-Source.tar.gz) = fd06ffd6fd4fd8457c81c300b4e7c790def49f52 -SHA512 (openobex-1.7.1-Source.tar.gz) = df38b363bd4c6eb6c0181fc7858fb03ac2bdfa85d8496faaa514d5cc4473b33c883956d4e1c94c3fefa5e44e5eed35a8dfcab889ce6ca8c29694f2b18334754e -Size (openobex-1.7.1-Source.tar.gz) = 131091 bytes +SHA1 (openobex-1.7.2-Source.tar.gz) = 4a5098a62889134cbd2b54997e7ff3e959e601e6 +RMD160 (openobex-1.7.2-Source.tar.gz) = 69aa4026f468d63e8ca32517b84773ba2738a925 +SHA512 (openobex-1.7.2-Source.tar.gz) = 22f1b0d99e7186da9fa12b510ef9dbb6f7d76777d58b235ab2f627703d07b6f6b0488cdc9c6d8c0ab7bc86d6d19117c55fff9273fed02736c0210f9b1788bf4d +Size (openobex-1.7.2-Source.tar.gz) = 127248 bytes SHA1 (patch-lib_api.c) = 4ea3f2b8179a52a4d1266395a4f20b572582903f SHA1 (patch-lib_cloexec.h) = 374794dd6d46b9448b51f98230545afa3cb26ddf --_----------=_1601955963296530--