diff options
author | swills <swills@FreeBSD.org> | 2014-12-01 23:22:16 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2014-12-01 23:22:16 +0800 |
commit | 187fe6b454e043a28611a86a1d53449152106148 (patch) | |
tree | 405cf4e43a8c541e1c29357d08f9e1207e265f0f /net | |
parent | 5e8754961991bf24cba145a90186ab3511ea2679 (diff) | |
download | freebsd-ports-gnome-187fe6b454e043a28611a86a1d53449152106148.tar.gz freebsd-ports-gnome-187fe6b454e043a28611a86a1d53449152106148.tar.zst freebsd-ports-gnome-187fe6b454e043a28611a86a1d53449152106148.zip |
net/syncthing-cli: update to new snapshot
Diffstat (limited to 'net')
-rw-r--r-- | net/syncthing-cli/Makefile | 17 | ||||
-rw-r--r-- | net/syncthing-cli/distinfo | 8 |
2 files changed, 13 insertions, 12 deletions
diff --git a/net/syncthing-cli/Makefile b/net/syncthing-cli/Makefile index 83acaa27cdd6..b388d84e4e99 100644 --- a/net/syncthing-cli/Makefile +++ b/net/syncthing-cli/Makefile @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= syncthing-cli -PORTVERSION= 0.1.0.2014110101 -PORTREVISION= 2 +PORTVERSION= 0.1.0.2014113001 +PORTREVISION= 0 CATEGORIES= net MASTER_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/archive/${GH_TAGNAME}.tar.gz?dummy=/:group1 \ https://github.com/syncthing/syncthing/archive/v${SYNCTHING_VER}.tar.gz?dummy=/:group2 \ @@ -19,10 +19,10 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/go:${PORTSDIR}/lang/go GH_ACCOUNT= syncthing GH_PROJECT= syncthing-cli -GH_COMMIT= c87be74a305ef6b3f05debde4df84c27e9005035 +GH_COMMIT= 0adf379499930e632c4817fa57251f2e2890151b GH_TAGNAME= ${GH_COMMIT} -SYNCTHING_VER= 0.10.8 +SYNCTHING_VER= 0.10.9 WRKSRC= ${WRKDIR}/syncthing-cli-${GH_COMMIT} @@ -32,13 +32,14 @@ post-patch: @${MKDIR} ${WRKSRC}/src/github.com/syncthing @${MKDIR} ${WRKSRC}/src/github.com/AudriusButkevicius @${MKDIR} ${WRKSRC}/src/code.google.com/p + @${MKDIR} ${WRKSRC}/src/golang.org/x @${MKDIR} ${WRKSRC}/src/github.com/bkaradzic @${MV} ${WRKDIR}/AudriusButkevicius-cli-7f561c7 \ ${WRKSRC}/src/github.com/AudriusButkevicius/cli - @${MV} ${WRKDIR}/syncthing-${SYNCTHING_VER}/Godeps/_workspace/src/code.google.com/p/go.crypto \ - ${WRKSRC}/src/code.google.com/p - @${MV} ${WRKDIR}/syncthing-${SYNCTHING_VER}/Godeps/_workspace/src/code.google.com/p/go.text \ - ${WRKSRC}/src/code.google.com/p + @${MV} ${WRKDIR}/syncthing-${SYNCTHING_VER}/Godeps/_workspace/src/golang.org/x/crypto \ + ${WRKSRC}/src/golang.org/x + @${MV} ${WRKDIR}/syncthing-${SYNCTHING_VER}/Godeps/_workspace/src/golang.org/x/text \ + ${WRKSRC}/src/golang.org/x @${MV} ${WRKDIR}/syncthing-${SYNCTHING_VER}/Godeps/_workspace/src/github.com/bkaradzic/go-lz4 \ ${WRKSRC}/src/github.com/bkaradzic @${MV} ${WRKDIR}/syncthing-${SYNCTHING_VER}/Godeps/_workspace/src/github.com/calmh \ diff --git a/net/syncthing-cli/distinfo b/net/syncthing-cli/distinfo index 287b09bc5f85..3cce32233e86 100644 --- a/net/syncthing-cli/distinfo +++ b/net/syncthing-cli/distinfo @@ -1,6 +1,6 @@ -SHA256 (syncthing-cli-0.1.0.2014110101.tar.gz) = 9ed3e61a8d54518f0b46309ab57f1eb2973bbe86db237966a7cdcd02a6ffcb1e -SIZE (syncthing-cli-0.1.0.2014110101.tar.gz) = 8788 -SHA256 (syncthing-0.10.8.tar.gz) = a5ffb70c841ef333d567586c32826b9d60a27cc70c05e8a43b898e369390521d -SIZE (syncthing-0.10.8.tar.gz) = 3061835 +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 (AudriusButkevicius-cli-7f561c7) = ad64f151c314333f714ef600f65a4fb512ce7242bc2100074775581a56ad439a SIZE (AudriusButkevicius-cli-7f561c7) = 14736 |