svn commit: r395632 - head/net/syncthing

Steve Wills swills at FreeBSD.org
Sun Aug 30 18:01:11 UTC 2015


Author: swills
Date: Sun Aug 30 18:01:10 2015
New Revision: 395632
URL: https://svnweb.freebsd.org/changeset/ports/395632

Log:
  net/syncthing: update to 0.11.23

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

Modified: head/net/syncthing/Makefile
==============================================================================
--- head/net/syncthing/Makefile	Sun Aug 30 17:45:34 2015	(r395631)
+++ head/net/syncthing/Makefile	Sun Aug 30 18:01:10 2015	(r395632)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	syncthing
-PORTVERSION=	0.11.18
+PORTVERSION=	0.11.23
 DISTVERSIONPREFIX=	v
 CATEGORIES=	net
 
@@ -24,9 +24,8 @@ STRIP=		# stripping can break go binarie
 post-patch:
 	@cd ${WRKSRC} ; ${MKDIR} src/github.com/${PORTNAME}/${PORTNAME} ; \
 		${MV} .gitattributes .gitignore .mailmap AUTHORS CONDUCT.md \
-		CONTRIBUTING.md Godeps LICENSE NICKS README.md assets \
-		authors.go benchfilter.go build.go build.sh changelog.go \
-		check-contrib.sh cmd etc gui internal man protocol test \
+		CONTRIBUTING.md Godeps LICENSE NICKS README.md assets build.go \
+		build.sh cmd etc gui lib man protocol script test \
 		src/github.com/${PORTNAME}/${PORTNAME}
 
 do-build:

Modified: head/net/syncthing/distinfo
==============================================================================
--- head/net/syncthing/distinfo	Sun Aug 30 17:45:34 2015	(r395631)
+++ head/net/syncthing/distinfo	Sun Aug 30 18:01:10 2015	(r395632)
@@ -1,2 +1,2 @@
-SHA256 (syncthing-syncthing-v0.11.18_GH0.tar.gz) = fd93392687e545e2b779d10754e24cd49ecbfc03cabaceac381b5a3e69693be6
-SIZE (syncthing-syncthing-v0.11.18_GH0.tar.gz) = 3391683
+SHA256 (syncthing-syncthing-v0.11.23_GH0.tar.gz) = 8c011e90c8c98aea2f9fb58d8fdc0ebbe4ef442569294a0610615fc528d0525e
+SIZE (syncthing-syncthing-v0.11.23_GH0.tar.gz) = 4202400


More information about the svn-ports-all mailing list