aboutsummaryrefslogtreecommitdiffstats
path: root/net/gdrive/Makefile
diff options
context:
space:
mode:
authorDmitri Goutnik <dmgk@FreeBSD.org>2021-05-31 20:25:20 +0800
committerDmitri Goutnik <dmgk@FreeBSD.org>2021-05-31 20:31:49 +0800
commitc17398a5b6136bb446fe58efd821cad783f21476 (patch)
treea14c047f20bb43a6795ef3dec32a5847a550b408 /net/gdrive/Makefile
parent671caa7ecbbbacbeabd0268d69b88ccf2e85ae0e (diff)
downloadfreebsd-ports-gnome-c17398a5b6136bb446fe58efd821cad783f21476.tar.gz
freebsd-ports-gnome-c17398a5b6136bb446fe58efd821cad783f21476.tar.zst
freebsd-ports-gnome-c17398a5b6136bb446fe58efd821cad783f21476.zip
net/gdrive: Update to 2.1.1
Changes: https://github.com/prasmussen/gdrive/compare/c3cbcce...2.1.1
Diffstat (limited to 'net/gdrive/Makefile')
-rw-r--r--net/gdrive/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/net/gdrive/Makefile b/net/gdrive/Makefile
index c4585831ae93..2558ed19f54e 100644
--- a/net/gdrive/Makefile
+++ b/net/gdrive/Makefile
@@ -1,9 +1,5 @@
-# Created by: Dmitri Goutnik <dg@syrec.org>
-
PORTNAME= gdrive
-DISTVERSION= 2.1.0-23
-DISTVERSIONSUFFIX= -gc3cbcce
-PORTREVISION= 1
+DISTVERSION= 2.1.1
CATEGORIES= net
PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
@@ -29,6 +25,10 @@ OPTIONS_DEFINE= DOCS
PLIST_FILES= bin/gdrive
PORTDOCS= README.md
+post-patch:
+ ${MV} ${WRKSRC}/vendor/github.com/sabhiram/go-git-ignore \
+ ${WRKSRC}/vendor/github.com/sabhiram/go-gitignore
+
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}