Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 31 Jul 2016 20:50:30 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r419415 - head/net/syncthing-inotify
Message-ID:  <201607312050.u6VKoUrb040471@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Sun Jul 31 20:50:30 2016
New Revision: 419415
URL: https://svnweb.freebsd.org/changeset/ports/419415

Log:
  net/syncthing-inotify: update to 0.8.3
  
  PR:		211467
  Submitted by:	peter

Modified:
  head/net/syncthing-inotify/Makefile
  head/net/syncthing-inotify/distinfo

Modified: head/net/syncthing-inotify/Makefile
==============================================================================
--- head/net/syncthing-inotify/Makefile	Sun Jul 31 20:49:16 2016	(r419414)
+++ head/net/syncthing-inotify/Makefile	Sun Jul 31 20:50:30 2016	(r419415)
@@ -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

Modified: head/net/syncthing-inotify/distinfo
==============================================================================
--- head/net/syncthing-inotify/distinfo	Sun Jul 31 20:49:16 2016	(r419414)
+++ head/net/syncthing-inotify/distinfo	Sun Jul 31 20:50:30 2016	(r419415)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201607312050.u6VKoUrb040471>