Index: head/net/onedrive/Makefile =================================================================== --- head/net/onedrive/Makefile (revision 563465) +++ head/net/onedrive/Makefile (revision 563466) @@ -1,46 +1,50 @@ # $FreeBSD$ PORTNAME= onedrive DISTVERSIONPREFIX= v DISTVERSION= 2.4.8 +PORTREVISION= 1 CATEGORIES= net MAINTAINER= hiroo.ono+freebsd@gmail.com 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 NOTIFY_CONFIGURE_ENABLE= notifications NOTIFY_USES= gnome NOTIFY_USE= GNOME=glib20,gdkpixbuf2 NOTIFY_LIB_DEPENDS= libnotify.so:devel/libnotify COMPLETION_DESC= Install completion for BASH, FISH and ZSH COMPLETION_CONFIGURE_ENABLE= completions ONEDRIVE_LOGDIR= /var/log/${PORTNAME} + +PORTDOCS= * post-extract: ${CP} ${FILESDIR}/freebsd_inotify.d ${WRKSRC}/src post-install: ${INSTALL} -d -m 0775 ${STAGEDIR}${ONEDRIVE_LOGDIR} .include Index: head/net/onedrive/pkg-plist =================================================================== --- head/net/onedrive/pkg-plist (revision 563465) +++ head/net/onedrive/pkg-plist (revision 563466) @@ -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