Index: head/net/grive2/Makefile =================================================================== --- head/net/grive2/Makefile (revision 468140) +++ head/net/grive2/Makefile (revision 468141) @@ -1,33 +1,31 @@ # Created by: Carlos J Puga Medina # $FreeBSD$ PORTNAME= grive2 -PORTVERSION= 0.5.0 DISTVERSIONPREFIX= v -PORTREVISION= 7 +DISTVERSION= 0.5.1-dev CATEGORIES= net MAINTAINER= cpm@FreeBSD.org COMMENT= Open source client for Google Drive LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libboost_filesystem.so:devel/boost-libs \ libcurl.so:ftp/curl \ libexpat.so:textproc/expat2 \ libgcrypt.so:security/libgcrypt \ 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 .include Index: head/net/grive2/distinfo =================================================================== --- head/net/grive2/distinfo (revision 468140) +++ head/net/grive2/distinfo (revision 468141) @@ -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 Index: head/net/grive2/files/patch-libgrive_src_util_OS.hh =================================================================== --- head/net/grive2/files/patch-libgrive_src_util_OS.hh (nonexistent) +++ head/net/grive2/files/patch-libgrive_src_util_OS.hh (revision 468141) @@ -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 + ++#if defined(__FreeBSD__) ++#define off64_t off_t ++#endif ++ + namespace gr { + + class DateTime ; Property changes on: head/net/grive2/files/patch-libgrive_src_util_OS.hh ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property