Date: Sat, 15 Aug 2020 07:01:41 +0000 (UTC) From: "Tobias C. Berner" <tcberner@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r544914 - in head/net/onedrive: . files Message-ID: <202008150701.07F71flw043955@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tcberner Date: Sat Aug 15 07:01:41 2020 New Revision: 544914 URL: https://svnweb.freebsd.org/changeset/ports/544914 Log: net/onedrive: Update to 2.4.5 PR: 248661 Submitted by: Hiroo Ono <hiroo.ono+freebsd@gmail.com> (maintainer) Modified: head/net/onedrive/Makefile head/net/onedrive/distinfo head/net/onedrive/files/patch-Makefile.in head/net/onedrive/pkg-plist Modified: head/net/onedrive/Makefile ============================================================================== --- head/net/onedrive/Makefile Sat Aug 15 06:00:27 2020 (r544913) +++ head/net/onedrive/Makefile Sat Aug 15 07:01:41 2020 (r544914) @@ -2,7 +2,7 @@ PORTNAME= onedrive DISTVERSIONPREFIX= v -DISTVERSION= 2.4.3 +DISTVERSION= 2.4.5 CATEGORIES= net MAINTAINER= hiroo.ono+freebsd@gmail.com @@ -32,7 +32,7 @@ NOTIFY_USES= gnome NOTIFY_USE= GNOME=glib20,gdkpixbuf2 NOTIFY_LIB_DEPENDS= libnotify.so:devel/libnotify -COMPLETION_DESC= Install completion for BASH and ZSH +COMPLETION_DESC= Install completion for BASH, FISH and ZSH COMPLETION_CONFIGURE_ENABLE= completions ONEDRIVE_LOGDIR= /var/log/${PORTNAME} Modified: head/net/onedrive/distinfo ============================================================================== --- head/net/onedrive/distinfo Sat Aug 15 06:00:27 2020 (r544913) +++ head/net/onedrive/distinfo Sat Aug 15 07:01:41 2020 (r544914) @@ -1,3 +1,3 @@ -TIMESTAMP = 1594652822 -SHA256 (abraunegg-onedrive-v2.4.3_GH0.tar.gz) = 4236f436b3658e360164d945a8bc5c9620539c1339ef9182e3d060d2e3b90b9b -SIZE (abraunegg-onedrive-v2.4.3_GH0.tar.gz) = 959963 +TIMESTAMP = 1597439319 +SHA256 (abraunegg-onedrive-v2.4.5_GH0.tar.gz) = 1f1f5e1f2f37376b6d96bda2426552a94a8b195f545b4fb7f3668c4fe2e8f6a0 +SIZE (abraunegg-onedrive-v2.4.5_GH0.tar.gz) = 965217 Modified: head/net/onedrive/files/patch-Makefile.in ============================================================================== --- head/net/onedrive/files/patch-Makefile.in Sat Aug 15 06:00:27 2020 (r544913) +++ head/net/onedrive/files/patch-Makefile.in Sat Aug 15 07:01:41 2020 (r544914) @@ -1,4 +1,4 @@ ---- Makefile.in.orig 2020-07-13 17:07:56 UTC +--- Makefile.in.orig 2020-08-10 21:41:08 UTC +++ Makefile.in @@ -25,6 +25,7 @@ systemdsystemunitdir = @systemdsystemunitdir@ curl_LIBS = @curl_LIBS@ @@ -8,7 +8,7 @@ COMPLETIONS = @COMPLETIONS@ BASH_COMPLETION_DIR = @BASH_COMPLETION_DIR@ ZSH_COMPLETION_DIR = @ZSH_COMPLETION_DIR@ -@@ -54,7 +55,7 @@ endif +@@ -55,7 +56,7 @@ endif system_unit_files = contrib/systemd/onedrive@.service user_unit_files = contrib/systemd/onedrive.service @@ -17,7 +17,7 @@ ifneq ("$(wildcard /etc/redhat-release)","") RHEL = $(shell cat /etc/redhat-release | grep -E "(Red Hat Enterprise Linux Server|CentOS)" | wc -l) -@@ -66,6 +67,7 @@ endif +@@ -67,6 +68,7 @@ endif SOURCES = \ src/config.d \ @@ -25,7 +25,7 @@ src/itemdb.d \ src/log.d \ src/main.d \ -@@ -101,14 +103,15 @@ onedrive: $(SOURCES) +@@ -102,14 +104,15 @@ onedrive: $(SOURCES) else \ echo $(version) > version ; \ fi @@ -46,16 +46,19 @@ ifeq ($(HAVE_SYSTEMD),yes) $(INSTALL) -d -m 0755 $(DESTDIR)$(systemduserunitdir) $(DESTDIR)$(systemdsystemunitdir) ifeq ($(RHEL),1) -@@ -125,8 +128,10 @@ ifeq ($(RHEL_VERSION),6) +@@ -126,9 +129,12 @@ ifeq ($(RHEL_VERSION),6) endif endif ifeq ($(COMPLETIONS),yes) - $(INSTALL) -D -m 644 contrib/completions/complete.zsh $(DESTDIR)$(ZSH_COMPLETION_DIR)/_onedrive - $(INSTALL) -D -m 644 contrib/completions/complete.bash $(DESTDIR)$(BASH_COMPLETION_DIR)/onedrive +- $(INSTALL) -D -m 644 contrib/completions/complete.fish $(DESTDIR)$(FISH_COMPLETION_DIR)/onedrive.fish + mkdir -p $(DESTDIR)$(ZSH_COMPLETION_DIR) + $(INSTALL) -m 644 contrib/completions/complete.zsh $(DESTDIR)$(ZSH_COMPLETION_DIR)/_onedrive + mkdir -p $(DESTDIR)$(BASH_COMPLETION_DIR) + $(INSTALL) -m 644 contrib/completions/complete.bash $(DESTDIR)$(BASH_COMPLETION_DIR)/onedrive ++ mkdir -p $(DESTDIR)$(FISH_COMPLETION_DIR) ++ $(INSTALL) -m 644 contrib/completions/complete.fish $(DESTDIR)$(FISH_COMPLETION_DIR)/onedrive.fish endif Modified: head/net/onedrive/pkg-plist ============================================================================== --- head/net/onedrive/pkg-plist Sat Aug 15 06:00:27 2020 (r544913) +++ head/net/onedrive/pkg-plist Sat Aug 15 07:01:41 2020 (r544914) @@ -3,6 +3,7 @@ etc/logrotate.d/onedrive man/man1/onedrive.1.gz %%COMPLETION%%etc/bash_completion.d/onedrive %%COMPLETION%%share/zsh/site-functions/_onedrive +%%COMPLETION%%share/fish/completions/onedrive.fish %%DOCSDIR%%/CHANGELOG.md %%DOCSDIR%%/Office365.md %%DOCSDIR%%/README.md
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008150701.07F71flw043955>