mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
net/grive2: Update to 0.5.1-dev
- Use DISTVERSION instead of PORTVERSION for the new version - Remove CONFLICTS_INSTALL (grive port deleted) - Fix libgrive/test build after removing doclist api Noteworthy changes in version 0.5.1-dev - Added no-remote-new and upload-only modes - Ignore regexp not persist anymore (note that Grive will still track it to not accidentally delete remote files when changing ignore regexp) - Added options to limit upload and download speed - Faster upload of new and changed files. Now Grive uploads files without calculating md5 checksum when file is created locally or when its size changes
This commit is contained in:
parent
4f8f6415e2
commit
626593acd8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=468141
@ -2,9 +2,8 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= grive2
|
||||
PORTVERSION= 0.5.0
|
||||
DISTVERSIONPREFIX= v
|
||||
PORTREVISION= 7
|
||||
DISTVERSION= 0.5.1-dev
|
||||
CATEGORIES= net
|
||||
|
||||
MAINTAINER= cpm@FreeBSD.org
|
||||
@ -20,12 +19,11 @@ LIB_DEPENDS= libboost_filesystem.so:devel/boost-libs \
|
||||
libgpg-error.so:security/libgpg-error \
|
||||
libyajl.so:devel/yajl
|
||||
|
||||
CONFLICTS_INSTALL= grive-[0-9]*
|
||||
|
||||
USES= cmake localbase pkgconfig
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= vitalif
|
||||
GH_TAGNAME= 11a3d78
|
||||
|
||||
PLIST_FILES= bin/grive \
|
||||
man/man1/grive.1.gz
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1472387091
|
||||
SHA256 (vitalif-grive2-v0.5.0_GH0.tar.gz) = 24641ef4802eb93bb55e7069bca55c4fb8aa17fd88833b9c89a1b2ee7d266567
|
||||
SIZE (vitalif-grive2-v0.5.0_GH0.tar.gz) = 162886
|
||||
TIMESTAMP = 1524507398
|
||||
SHA256 (vitalif-grive2-v0.5.1-dev-11a3d78_GH0.tar.gz) = b073ae8a7b18c259d577741476d5bedcd66ccfcf3a4677f8cbab7f5bd5515b2e
|
||||
SIZE (vitalif-grive2-v0.5.1-dev-11a3d78_GH0.tar.gz) = 161620
|
||||
|
13
net/grive2/files/patch-libgrive_src_util_OS.hh
Normal file
13
net/grive2/files/patch-libgrive_src_util_OS.hh
Normal file
@ -0,0 +1,13 @@
|
||||
--- libgrive/src/util/OS.hh.orig 2018-04-23 17:00:17 UTC
|
||||
+++ libgrive/src/util/OS.hh
|
||||
@@ -24,6 +24,10 @@
|
||||
|
||||
#include <string>
|
||||
|
||||
+#if defined(__FreeBSD__)
|
||||
+#define off64_t off_t
|
||||
+#endif
|
||||
+
|
||||
namespace gr {
|
||||
|
||||
class DateTime ;
|
Loading…
Reference in New Issue
Block a user