diff options
Diffstat (limited to 'net/grive2/Makefile')
-rw-r--r-- | net/grive2/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/net/grive2/Makefile b/net/grive2/Makefile index 04c6aebb693e..a2723507380f 100644 --- a/net/grive2/Makefile +++ b/net/grive2/Makefile @@ -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 |