svn commit: r561898 - in head/net/onedrive: . files
Koichiro Iwao
meta at FreeBSD.org
Mon Jan 18 07:40:38 UTC 2021
Author: meta
Date: Mon Jan 18 07:40:37 2021
New Revision: 561898
URL: https://svnweb.freebsd.org/changeset/ports/561898
Log:
net/onedrive: Update to 2.4.8
PR: 251678
Submitted by: Hiroo Ono <hiroo.ono+freebsd at gmail.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 Jan 18 05:03:49 2021 (r561897)
+++ head/net/onedrive/Makefile Mon Jan 18 07:40:37 2021 (r561898)
@@ -2,7 +2,7 @@
PORTNAME= onedrive
DISTVERSIONPREFIX= v
-DISTVERSION= 2.4.7
+DISTVERSION= 2.4.8
CATEGORIES= net
MAINTAINER= hiroo.ono+freebsd at gmail.com
Modified: head/net/onedrive/distinfo
==============================================================================
--- head/net/onedrive/distinfo Mon Jan 18 05:03:49 2021 (r561897)
+++ head/net/onedrive/distinfo Mon Jan 18 07:40:37 2021 (r561898)
@@ -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
Modified: head/net/onedrive/files/patch-Makefile.in
==============================================================================
--- head/net/onedrive/files/patch-Makefile.in Mon Jan 18 05:03:49 2021 (r561897)
+++ head/net/onedrive/files/patch-Makefile.in Mon Jan 18 07:40:37 2021 (r561898)
@@ -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 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
-+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)
More information about the svn-ports-all
mailing list