View | Details | Raw Unified | Return to bug 260104 | Differences between
and this patch

Collapse All | Expand All

(-)b/net/onedrive/Makefile (-2 / +8 lines)
Lines 1-6 Link Here
1
PORTNAME=	onedrive
1
PORTNAME=	onedrive
2
DISTVERSIONPREFIX=	v
2
DISTVERSIONPREFIX=	v
3
DISTVERSION=	2.4.12
3
DISTVERSION=	2.4.14
4
CATEGORIES=	net
4
CATEGORIES=	net
5
5
6
MAINTAINER=	hiroo.ono+freebsd@gmail.com
6
MAINTAINER=	hiroo.ono+freebsd@gmail.com
Lines 46-49 post-extract: Link Here
46
post-install:
46
post-install:
47
	${INSTALL} -d -m 0775 ${STAGEDIR}${ONEDRIVE_LOGDIR}
47
	${INSTALL} -d -m 0775 ${STAGEDIR}${ONEDRIVE_LOGDIR}
48
48
49
.include <bsd.port.mk>
49
.include <bsd.port.pre.mk>
50
51
.if (${OSVERSION} >= 1400042)
52
CONFIGURE_ARGS+=	DCFLAGS=-L=-Wl,-z,-nostart-stop-gc
53
.endif
54
55
.include <bsd.port.post.mk>
(-)b/net/onedrive/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1623530759
1
TIMESTAMP = 1637887291
2
SHA256 (abraunegg-onedrive-v2.4.12_GH0.tar.gz) = 4f6aa46fc28e859b63c0a2c190f66c3286ec0bde3f54f77af0ddea6b62bba37a
2
SHA256 (abraunegg-onedrive-v2.4.14_GH0.tar.gz) = 32c6835ddd2b8c6febc1ec904380cc88a92e7fecfacff8ac4cc6271805c4214f
3
SIZE (abraunegg-onedrive-v2.4.12_GH0.tar.gz) = 1034187
3
SIZE (abraunegg-onedrive-v2.4.14_GH0.tar.gz) = 1130968

Return to bug 260104