Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 31 Jan 2026 00:01:21 +0000
From:      Vladimir Druzenko <vvd@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Cc:        Hiroo Ono <hiroo.ono+freebsd@gmail.com>
Subject:   git: 7a3c016b5602 - main - net/onedrive: Update 2.5.9 => 2.5.10
Message-ID:  <697d4651.3f66b.59adab1e@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by vvd:

URL: https://cgit.FreeBSD.org/ports/commit/?id=7a3c016b5602a0fa3098f22566e31c9cb58acfda

commit 7a3c016b5602a0fa3098f22566e31c9cb58acfda
Author:     Hiroo Ono <hiroo.ono+freebsd@gmail.com>
AuthorDate: 2026-01-30 23:59:46 +0000
Commit:     Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2026-01-30 23:59:46 +0000

    net/onedrive: Update 2.5.9 => 2.5.10
    
    Changelog:
    https://github.com/abraunegg/onedrive/blob/v2.5.10/changelog.md
    
    PR:     292828
    MFH:    2026Q1
---
 net/onedrive/Makefile | 9 ++++++---
 net/onedrive/distinfo | 6 +++---
 2 files changed, 9 insertions(+), 6 deletions(-)

diff --git a/net/onedrive/Makefile b/net/onedrive/Makefile
index cc1cf20df639..f8a928a8e02d 100644
--- a/net/onedrive/Makefile
+++ b/net/onedrive/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	onedrive
 DISTVERSIONPREFIX=	v
-DISTVERSION=	2.5.9
+DISTVERSION=	2.5.10
 CATEGORIES=	net
 
 MAINTAINER=	hiroo.ono+freebsd@gmail.com
@@ -11,10 +11,13 @@ LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	ldc2:lang/ldc
-LIB_DEPENDS=	libcurl.so:ftp/curl \
-		libinotify.so:devel/libinotify
+LIB_DEPENDS=	libcurl.so:ftp/curl
 RUN_DEPENDS=	${LOCALBASE}/sbin/logrotate:sysutils/logrotate
 
+.if !exists(/usr/include/sys/inotify.h)
+LIB_DEPENDS+=	libinotify.so:devel/libinotify
+.endif
+
 USES=		autoreconf gmake pkgconfig sqlite
 USE_GITHUB=	yes
 GH_ACCOUNT=	abraunegg
diff --git a/net/onedrive/distinfo b/net/onedrive/distinfo
index 764a9ae75158..6e57ab90f636 100644
--- a/net/onedrive/distinfo
+++ b/net/onedrive/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1762447004
-SHA256 (abraunegg-onedrive-v2.5.9_GH0.tar.gz) = 2a1d28343e4f8fefe0129a4e8480b09bab5aec2697046fb3d03f34e18c0be4ab
-SIZE (abraunegg-onedrive-v2.5.9_GH0.tar.gz) = 10150105
+TIMESTAMP = 1769768745
+SHA256 (abraunegg-onedrive-v2.5.10_GH0.tar.gz) = 05b0cb27559e71f8496d25fe6e15c5f4f4a2a1a1c629018f55a8ad35b33d020a
+SIZE (abraunegg-onedrive-v2.5.10_GH0.tar.gz) = 10299409


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?697d4651.3f66b.59adab1e>