1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00

net/onedrive: Update to 2.4.8

PR:		251678
Submitted by:	Hiroo Ono <hiroo.ono+freebsd@gmail.com> (maintainer)
This commit is contained in:
Koichiro Iwao 2021-01-18 07:40:37 +00:00
parent feae24163b
commit fc2fa7f92e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=561898
3 changed files with 7 additions and 7 deletions

View File

@ -2,7 +2,7 @@
PORTNAME= onedrive
DISTVERSIONPREFIX= v
DISTVERSION= 2.4.7
DISTVERSION= 2.4.8
CATEGORIES= net
MAINTAINER= hiroo.ono+freebsd@gmail.com

View File

@ -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

View File

@ -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)