diff options
author | swills <swills@FreeBSD.org> | 2014-12-10 11:05:15 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2014-12-10 11:05:15 +0800 |
commit | dc663158bf66d996afcfe406bfe964d84fc37358 (patch) | |
tree | ba980945a4332bd1b582b37ccd24d9b18ef71d3f /net | |
parent | 68f5b8eb972e9f7c8dcb618c2bee91fd1fdb5f4a (diff) | |
download | freebsd-ports-gnome-dc663158bf66d996afcfe406bfe964d84fc37358.tar.gz freebsd-ports-gnome-dc663158bf66d996afcfe406bfe964d84fc37358.tar.zst freebsd-ports-gnome-dc663158bf66d996afcfe406bfe964d84fc37358.zip |
net/syncthing-cli: Update to new snapshot, update for new syncthing version
Diffstat (limited to 'net')
-rw-r--r-- | net/syncthing-cli/Makefile | 8 | ||||
-rw-r--r-- | net/syncthing-cli/distinfo | 8 |
2 files changed, 9 insertions, 7 deletions
diff --git a/net/syncthing-cli/Makefile b/net/syncthing-cli/Makefile index b388d84e4e99..e4d89890b991 100644 --- a/net/syncthing-cli/Makefile +++ b/net/syncthing-cli/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= syncthing-cli -PORTVERSION= 0.1.0.2014113001 +PORTVERSION= 0.1.0.2014120201 PORTREVISION= 0 CATEGORIES= net MASTER_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/archive/${GH_TAGNAME}.tar.gz?dummy=/:group1 \ @@ -19,15 +19,17 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/go:${PORTSDIR}/lang/go GH_ACCOUNT= syncthing GH_PROJECT= syncthing-cli -GH_COMMIT= 0adf379499930e632c4817fa57251f2e2890151b +GH_COMMIT= 66a2027ae9537b2967082a3070ee84f918bef32c GH_TAGNAME= ${GH_COMMIT} -SYNCTHING_VER= 0.10.9 +SYNCTHING_VER= 0.10.11 WRKSRC= ${WRKDIR}/syncthing-cli-${GH_COMMIT} PLIST_FILES= bin/syncthing-cli +STRIP= # stripping can break go binaries + post-patch: @${MKDIR} ${WRKSRC}/src/github.com/syncthing @${MKDIR} ${WRKSRC}/src/github.com/AudriusButkevicius diff --git a/net/syncthing-cli/distinfo b/net/syncthing-cli/distinfo index 3cce32233e86..a44e0d060af4 100644 --- a/net/syncthing-cli/distinfo +++ b/net/syncthing-cli/distinfo @@ -1,6 +1,6 @@ -SHA256 (syncthing-cli-0.1.0.2014113001.tar.gz) = cf481c18f453bf08a0e32f7b1ffa512b66ea56fed0310b87e4923b6c0bbed050 -SIZE (syncthing-cli-0.1.0.2014113001.tar.gz) = 8796 -SHA256 (syncthing-0.10.9.tar.gz) = d69303f94ffa638141c363d6490ea9fc911e08e670a90df274235d16849f80ab -SIZE (syncthing-0.10.9.tar.gz) = 3088980 +SHA256 (syncthing-cli-0.1.0.2014120201.tar.gz) = d0532a9b85ae46fbbd1d5cc269fe555c88f289badf6b88a9462364579a830fee +SIZE (syncthing-cli-0.1.0.2014120201.tar.gz) = 8819 +SHA256 (syncthing-0.10.11.tar.gz) = 65facff28539cbe53e2469e996fceb2c924f7083a00caf00ec664fa436233fab +SIZE (syncthing-0.10.11.tar.gz) = 3080244 SHA256 (AudriusButkevicius-cli-7f561c7) = ad64f151c314333f714ef600f65a4fb512ce7242bc2100074775581a56ad439a SIZE (AudriusButkevicius-cli-7f561c7) = 14736 |