diff --git a/net/onedrive/Makefile b/net/onedrive/Makefile index 54839b3280e4..6899fdeb4b61 100644 --- a/net/onedrive/Makefile +++ b/net/onedrive/Makefile @@ -1,49 +1,55 @@ PORTNAME= onedrive DISTVERSIONPREFIX= v -DISTVERSION= 2.4.12 +DISTVERSION= 2.4.14 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 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= 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 COMPLETION_BUILD_DEPENDS= bash-completion>0:shells/bash-completion COMPLETION_RUN_DEPENDS= bash-completion>0:shells/bash-completion 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 +.include + +.if (${OSVERSION} >= 1400042) +CONFIGURE_ARGS+= DCFLAGS=-L=-Wl,-z,nostart-stop-gc +.endif + +.include diff --git a/net/onedrive/distinfo b/net/onedrive/distinfo index e4678ba23c60..50f0b01b77db 100644 --- a/net/onedrive/distinfo +++ b/net/onedrive/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1623530759 -SHA256 (abraunegg-onedrive-v2.4.12_GH0.tar.gz) = 4f6aa46fc28e859b63c0a2c190f66c3286ec0bde3f54f77af0ddea6b62bba37a -SIZE (abraunegg-onedrive-v2.4.12_GH0.tar.gz) = 1034187 +TIMESTAMP = 1637887291 +SHA256 (abraunegg-onedrive-v2.4.14_GH0.tar.gz) = 32c6835ddd2b8c6febc1ec904380cc88a92e7fecfacff8ac4cc6271805c4214f +SIZE (abraunegg-onedrive-v2.4.14_GH0.tar.gz) = 1130968