pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/comms/openobex



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed May 24 07:22:18 UTC 2023

Modified Files:
        pkgsrc/comms/openobex: Makefile PLIST

Log Message:
openobex: fix build with latest doxygen and depend on it

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 pkgsrc/comms/openobex/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/comms/openobex/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/comms/openobex/Makefile
diff -u pkgsrc/comms/openobex/Makefile:1.35 pkgsrc/comms/openobex/Makefile:1.36
--- pkgsrc/comms/openobex/Makefile:1.35 Tue Oct  4 08:00:49 2022
+++ pkgsrc/comms/openobex/Makefile      Wed May 24 07:22:18 2023
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.35 2022/10/04 08:00:49 wiz Exp $
+# $NetBSD: Makefile,v 1.36 2023/05/24 07:22:18 wiz Exp $
 
 DISTNAME=      openobex-1.7.2-Source
 PKGNAME=       ${DISTNAME:C/-Source//}
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    comms
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=openobex/}
 
@@ -11,7 +11,7 @@ MAINTAINER=   pkgsrc-users%NetBSD.org@localhost
 COMMENT=       Implementation of the Object Exchange (OBEX) protocol
 LICENSE=       gnu-lgpl-v2
 
-BUILD_DEPENDS+=        doxygen>=1.9.5:../../devel/doxygen
+BUILD_DEPENDS+=        doxygen>=1.9.7:../../devel/doxygen
 
 USE_CMAKE=     yes
 USE_TOOLS+=    cmake pkg-config

Index: pkgsrc/comms/openobex/PLIST
diff -u pkgsrc/comms/openobex/PLIST:1.13 pkgsrc/comms/openobex/PLIST:1.14
--- pkgsrc/comms/openobex/PLIST:1.13    Tue Oct  4 08:00:49 2022
+++ pkgsrc/comms/openobex/PLIST Wed May 24 07:22:18 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.13 2022/10/04 08:00:49 wiz Exp $
+@comment $NetBSD: PLIST,v 1.14 2023/05/24 07:22:18 wiz Exp $
 include/openobex/obex.h
 include/openobex/obex_const.h
 include/openobex/version.h
@@ -14,20 +14,21 @@ 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
 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/doc.svg
+share/doc/openobex/html/docd.svg
 share/doc/openobex/html/doxygen.css
 share/doc/openobex/html/doxygen.svg
 share/doc/openobex/html/dynsections.js
 share/doc/openobex/html/files.html
-share/doc/openobex/html/folderclosed.png
-share/doc/openobex/html/folderopen.png
+share/doc/openobex/html/folderclosed.svg
+share/doc/openobex/html/folderclosedd.svg
+share/doc/openobex/html/folderopen.svg
+share/doc/openobex/html/folderopend.svg
 share/doc/openobex/html/functions.html
 share/doc/openobex/html/functions_vars.html
 share/doc/openobex/html/globals.html



Home | Main Index | Thread Index | Old Index