aboutsummaryrefslogtreecommitdiff
path: root/net/onedrive
diff options
context:
space:
mode:
authorNeel Chauhan <nc@FreeBSD.org>2021-03-08 01:16:23 +0000
committerNeel Chauhan <nc@FreeBSD.org>2021-03-08 01:16:23 +0000
commit44bdf5f113e396718dc55af1a62ed147a4c76bd5 (patch)
tree82c10a177efdad00c52b159fe8920367c6630055 /net/onedrive
parent641ffbe959acac4146d80d8df054d52eb2b88371 (diff)
downloadports-44bdf5f113e396718dc55af1a62ed147a4c76bd5.tar.gz
ports-44bdf5f113e396718dc55af1a62ed147a4c76bd5.zip
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)
Notes
Notes: svn path=/head/; revision=567802
Diffstat (limited to 'net/onedrive')
-rw-r--r--net/onedrive/Makefile2
-rw-r--r--net/onedrive/distinfo6
-rw-r--r--net/onedrive/files/patch-Makefile.in6
3 files changed, 7 insertions, 7 deletions
diff --git a/net/onedrive/Makefile b/net/onedrive/Makefile
index f7a22e489a3a..4d1557917ec7 100644
--- a/net/onedrive/Makefile
+++ b/net/onedrive/Makefile
@@ -2,7 +2,7 @@
PORTNAME= onedrive
DISTVERSIONPREFIX= v
-DISTVERSION= 2.4.9
+DISTVERSION= 2.4.10
CATEGORIES= net
MAINTAINER= hiroo.ono+freebsd@gmail.com
diff --git a/net/onedrive/distinfo b/net/onedrive/distinfo
index fc9fde02454b..89becb8d253b 100644
--- a/net/onedrive/distinfo
+++ b/net/onedrive/distinfo
@@ -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
diff --git a/net/onedrive/files/patch-Makefile.in b/net/onedrive/files/patch-Makefile.in
index 9db4751360b0..81fee47c807e 100644
--- a/net/onedrive/files/patch-Makefile.in
+++ b/net/onedrive/files/patch-Makefile.in
@@ -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@.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)