svn commit: r567802 - in head/net/onedrive: . files

Neel Chauhan nc at FreeBSD.org
Mon Mar 8 01:16:24 UTC 2021


Author: nc
Date: Mon Mar  8 01:16:23 2021
New Revision: 567802
URL: https://svnweb.freebsd.org/changeset/ports/567802

Log:
  net/onedrive: update to 2.4.10
  
  Changes: https://github.com/abraunegg/onedrive/blob/v2.4.10/CHANGELOG.md
  
  PR:		254113
  Submitted by:	Hiroo Ono <hiroo.ono+freebsd AT gmail DOT com> (maintainer)

Modified:
  head/net/onedrive/Makefile
  head/net/onedrive/distinfo
  head/net/onedrive/files/patch-Makefile.in

Modified: head/net/onedrive/Makefile
==============================================================================
--- head/net/onedrive/Makefile	Mon Mar  8 01:14:26 2021	(r567801)
+++ head/net/onedrive/Makefile	Mon Mar  8 01:16:23 2021	(r567802)
@@ -2,7 +2,7 @@
 
 PORTNAME=	onedrive
 DISTVERSIONPREFIX=	v
-DISTVERSION=	2.4.9
+DISTVERSION=	2.4.10
 CATEGORIES=	net
 
 MAINTAINER=	hiroo.ono+freebsd at gmail.com

Modified: head/net/onedrive/distinfo
==============================================================================
--- head/net/onedrive/distinfo	Mon Mar  8 01:14:26 2021	(r567801)
+++ head/net/onedrive/distinfo	Mon Mar  8 01:16:23 2021	(r567802)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1612613067
-SHA256 (abraunegg-onedrive-v2.4.9_GH0.tar.gz) = 27be7a0e898a6e2aa425eaecb983def4e81147e2e453c36c63f584e8c999966a
-SIZE (abraunegg-onedrive-v2.4.9_GH0.tar.gz) = 1016024
+TIMESTAMP = 1615105232
+SHA256 (abraunegg-onedrive-v2.4.10_GH0.tar.gz) = ddafb0900959627dd329e6a82ab46d02596c02d4d4714d325a5474e763d7461e
+SIZE (abraunegg-onedrive-v2.4.10_GH0.tar.gz) = 1029653

Modified: head/net/onedrive/files/patch-Makefile.in
==============================================================================
--- head/net/onedrive/files/patch-Makefile.in	Mon Mar  8 01:14:26 2021	(r567801)
+++ head/net/onedrive/files/patch-Makefile.in	Mon Mar  8 01:16:23 2021	(r567802)
@@ -1,4 +1,4 @@
---- Makefile.in.orig	2020-11-30 05:39:36 UTC
+--- Makefile.in.orig	2021-02-19 08:37:34 UTC
 +++ Makefile.in
 @@ -25,6 +25,7 @@ systemdsystemunitdir = @systemdsystemunitdir@
  curl_LIBS = @curl_LIBS@
@@ -12,8 +12,8 @@
  system_unit_files = contrib/systemd/onedrive at .service
  user_unit_files = contrib/systemd/onedrive.service
  
--DOCFILES = README.md config LICENSE CHANGELOG.md docs/Docker.md docs/INSTALL.md docs/Office365.md docs/USAGE.md docs/BusinessSharedFolders.md docs/advanced-usage.md
-+DOCFILES = README.md config CHANGELOG.md docs/Office365.md docs/USAGE.md docs/BusinessSharedFolders.md docs/advanced-usage.md
+-DOCFILES = README.md config LICENSE CHANGELOG.md docs/Docker.md docs/INSTALL.md docs/SharePoint-Shared-Libraries.md docs/USAGE.md docs/BusinessSharedFolders.md docs/advanced-usage.md
++DOCFILES = README.md config CHANGELOG.md docs/Docker.md docs/SharePoint-Shared-Libraries.md docs/USAGE.md docs/BusinessSharedFolders.md docs/advanced-usage.md
  
  ifneq ("$(wildcard /etc/redhat-release)","")
  RHEL = $(shell cat /etc/redhat-release | grep -E "(Red Hat Enterprise Linux Server|CentOS)" | wc -l)


More information about the svn-ports-head mailing list