1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
freebsd-ports/net/grive2/Makefile
Carlos J. Puga Medina 626593acd8 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
2018-04-23 21:32:53 +00:00

32 lines
642 B
Makefile

# Created by: Carlos J Puga Medina <cpm@FreeBSD.org>
# $FreeBSD$
PORTNAME= grive2
DISTVERSIONPREFIX= v
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
USES= cmake localbase pkgconfig
USE_GITHUB= yes
GH_ACCOUNT= vitalif
GH_TAGNAME= 11a3d78
PLIST_FILES= bin/grive \
man/man1/grive.1.gz
.include <bsd.port.mk>