From fc2fa7f92e2c102af3fd52e82700b48f05c8f291 Mon Sep 17 00:00:00 2001 From: Koichiro Iwao Date: Mon, 18 Jan 2021 07:40:37 +0000 Subject: [PATCH] net/onedrive: Update to 2.4.8 PR: 251678 Submitted by: Hiroo Ono (maintainer) --- net/onedrive/Makefile | 2 +- net/onedrive/distinfo | 6 +++--- net/onedrive/files/patch-Makefile.in | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/net/onedrive/Makefile b/net/onedrive/Makefile index 8b83d66d7c2e..e843897057be 100644 --- a/net/onedrive/Makefile +++ b/net/onedrive/Makefile @@ -2,7 +2,7 @@ PORTNAME= onedrive DISTVERSIONPREFIX= v -DISTVERSION= 2.4.7 +DISTVERSION= 2.4.8 CATEGORIES= net MAINTAINER= hiroo.ono+freebsd@gmail.com diff --git a/net/onedrive/distinfo b/net/onedrive/distinfo index 354776bcfa42..4d80a16c9adf 100644 --- a/net/onedrive/distinfo +++ b/net/onedrive/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1605619630 -SHA256 (abraunegg-onedrive-v2.4.7_GH0.tar.gz) = b4c2bee0158b1d1c89f53b965854fffe36bcdc9942942935b6f4c1eb7650ed0f -SIZE (abraunegg-onedrive-v2.4.7_GH0.tar.gz) = 974339 +TIMESTAMP = 1607203741 +SHA256 (abraunegg-onedrive-v2.4.8_GH0.tar.gz) = 0d67fb19a301720a8961d8bbe4d5c69b7f2833af81ee1818dd6fa6aab8361b99 +SIZE (abraunegg-onedrive-v2.4.8_GH0.tar.gz) = 1014095 diff --git a/net/onedrive/files/patch-Makefile.in b/net/onedrive/files/patch-Makefile.in index d892c735ca82..9db4751360b0 100644 --- a/net/onedrive/files/patch-Makefile.in +++ b/net/onedrive/files/patch-Makefile.in @@ -1,4 +1,4 @@ ---- Makefile.in.orig 2020-08-10 21:41:08 UTC +--- Makefile.in.orig 2020-11-30 05:39:36 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 -+DOCFILES = README.md config CHANGELOG.md docs/Office365.md docs/USAGE.md docs/BusinessSharedFolders.md +-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 ifneq ("$(wildcard /etc/redhat-release)","") RHEL = $(shell cat /etc/redhat-release | grep -E "(Red Hat Enterprise Linux Server|CentOS)" | wc -l)