diff options
author | swills <swills@FreeBSD.org> | 2016-08-01 04:50:30 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2016-08-01 04:50:30 +0800 |
commit | 341143b78a1d70009bacb6dd91226d3793104b02 (patch) | |
tree | 9b0028049e1e2495f98c443d13c9da31b830618f | |
parent | 843dc7b24b529de613f7fc01d63969285440877e (diff) | |
download | freebsd-ports-gnome-341143b78a1d70009bacb6dd91226d3793104b02.tar.gz freebsd-ports-gnome-341143b78a1d70009bacb6dd91226d3793104b02.tar.zst freebsd-ports-gnome-341143b78a1d70009bacb6dd91226d3793104b02.zip |
net/syncthing-inotify: update to 0.8.3
PR: 211467
Submitted by: peter
-rw-r--r-- | net/syncthing-inotify/Makefile | 11 | ||||
-rw-r--r-- | net/syncthing-inotify/distinfo | 8 |
2 files changed, 12 insertions, 7 deletions
diff --git a/net/syncthing-inotify/Makefile b/net/syncthing-inotify/Makefile index e7263be817ca..2154753a4596 100644 --- a/net/syncthing-inotify/Makefile +++ b/net/syncthing-inotify/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= syncthing-inotify -PORTVERSION= 0.8 +PORTVERSION= 0.8.3 DISTVERSIONPREFIX= v CATEGORIES= net @@ -11,9 +11,9 @@ COMMENT= Syncthing inotify monitor BUILD_DEPENDS= ${LOCALBASE}/bin/go:lang/go USE_GITHUB= yes -GH_ACCOUNT= syncthing cenkalti:backoff zillode:notify -GH_PROJECT= backoff:backoff notify:notify -GH_TAGNAME= 9831e1e:backoff 2da5cc9:notify +GH_ACCOUNT= syncthing cenkalti:backoff zillode:notify syncthing:ignore +GH_PROJECT= backoff:backoff notify:notify syncthing:ignore +GH_TAGNAME= 9831e1e:backoff 2da5cc9:notify v0.13.4:ignore STRIP= # stripping can break go binaries @@ -22,10 +22,13 @@ PLIST_FILES= bin/syncthing-inotify post-extract: @${MKDIR} ${WRKSRC}/src/github.com/cenkalti @${MKDIR} ${WRKSRC}/src/github.com/zillode + @${MKDIR} ${WRKSRC}/src/github.com/syncthing @${MV} ${WRKSRC_backoff} \ ${WRKSRC}/src/github.com/cenkalti/backoff @${MV} ${WRKSRC_notify} \ ${WRKSRC}/src/github.com/zillode/notify + @${MV} ${WRKSRC_ignore} \ + ${WRKSRC}/src/github.com/syncthing/syncthing do-build: @cd ${WRKSRC} ; ${SETENV} GOPATH=${WRKSRC} go build diff --git a/net/syncthing-inotify/distinfo b/net/syncthing-inotify/distinfo index 4c2cfad33bd9..90ac195d871d 100644 --- a/net/syncthing-inotify/distinfo +++ b/net/syncthing-inotify/distinfo @@ -1,7 +1,9 @@ -TIMESTAMP = 1464441644 -SHA256 (syncthing-syncthing-inotify-v0.8_GH0.tar.gz) = 886f38fa4b62ef58d54cfa379a1de7e9c461a0ff14149497934fa654e73c946a -SIZE (syncthing-syncthing-inotify-v0.8_GH0.tar.gz) = 22486 +TIMESTAMP = 1469905389 +SHA256 (syncthing-syncthing-inotify-v0.8.3_GH0.tar.gz) = 3bbcce6788b44019472205c000bed2b3255a2ee08c0d20a93a9e7b22c73f3d45 +SIZE (syncthing-syncthing-inotify-v0.8.3_GH0.tar.gz) = 21849 SHA256 (cenkalti-backoff-9831e1e_GH0.tar.gz) = aadaf18958680eeab6bcb0ddce87b5654fb94bc7f19fb4bb9464f53a1ce5099c SIZE (cenkalti-backoff-9831e1e_GH0.tar.gz) = 6415 SHA256 (zillode-notify-2da5cc9_GH0.tar.gz) = 55f9f78ad903d8f626637e35463de900b89e872d1d9b39f2986fc7486517a9d8 SIZE (zillode-notify-2da5cc9_GH0.tar.gz) = 55099 +SHA256 (syncthing-syncthing-v0.13.4_GH0.tar.gz) = c7ecb7ace4837295a03fc72d0b133d2ec149e412bd998d9247d7d4504ef0f64b +SIZE (syncthing-syncthing-v0.13.4_GH0.tar.gz) = 3937983 |