svn commit: r563466 - head/net/onedrive
Yuri Victorovich
yuri at FreeBSD.org
Sun Jan 31 06:15:48 UTC 2021
Author: yuri
Date: Sun Jan 31 06:15:47 2021
New Revision: 563466
URL: https://svnweb.freebsd.org/changeset/ports/563466
Log:
net/onedrive: Fix plist
PR: 253112
Reported by: bbaago at bradtech.ca
Modified:
head/net/onedrive/Makefile
head/net/onedrive/pkg-plist
Modified: head/net/onedrive/Makefile
==============================================================================
--- head/net/onedrive/Makefile Sun Jan 31 05:51:23 2021 (r563465)
+++ head/net/onedrive/Makefile Sun Jan 31 06:15:47 2021 (r563466)
@@ -3,6 +3,7 @@
PORTNAME= onedrive
DISTVERSIONPREFIX= v
DISTVERSION= 2.4.8
+PORTREVISION= 1
CATEGORIES= net
MAINTAINER= hiroo.ono+freebsd at gmail.com
@@ -11,19 +12,20 @@ COMMENT= OneDrive Free client
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE
+BUILD_DEPENDS= ldc2:lang/ldc
LIB_DEPENDS= libcurl.so:ftp/curl \
libinotify.so:devel/libinotify
-BUILD_DEPENDS= ldc2:lang/ldc
RUN_DEPENDS= ${LOCALBASE}/sbin/logrotate:sysutils/logrotate
USES= autoreconf gmake pkgconfig sqlite
+
USE_GITHUB= yes
GH_ACCOUNT= abraunegg
GNU_CONFIGURE= yes
PKGCONFIG= pkgconf
-OPTIONS_DEFINE= NOTIFY COMPLETION
+OPTIONS_DEFINE= DOCS NOTIFY COMPLETION
OPTIONS_DEFAULT= NOTIFY COMPLETION
OPTIONS_SUB= yes
@@ -36,6 +38,8 @@ COMPLETION_DESC= Install completion for BASH, FISH and
COMPLETION_CONFIGURE_ENABLE= completions
ONEDRIVE_LOGDIR= /var/log/${PORTNAME}
+
+PORTDOCS= *
post-extract:
${CP} ${FILESDIR}/freebsd_inotify.d ${WRKSRC}/src
Modified: head/net/onedrive/pkg-plist
==============================================================================
--- head/net/onedrive/pkg-plist Sun Jan 31 05:51:23 2021 (r563465)
+++ head/net/onedrive/pkg-plist Sun Jan 31 06:15:47 2021 (r563466)
@@ -1,12 +1,7 @@
bin/onedrive
etc/logrotate.d/onedrive
man/man1/onedrive.1.gz
-%%COMPLETION%%etc/bash_completion.d/onedrive
+%%COMPLETION%%share/bash-completion/completions/onedrive
%%COMPLETION%%share/zsh/site-functions/_onedrive
%%COMPLETION%%share/fish/completions/onedrive.fish
-%%DOCSDIR%%/CHANGELOG.md
-%%DOCSDIR%%/Office365.md
-%%DOCSDIR%%/README.md
-%%DOCSDIR%%/USAGE.md
-%%DOCSDIR%%/config
@dir /var/log/onedrive
More information about the svn-ports-all
mailing list