svn commit: r390715 - head/net/syncthing

Steve Wills swills at FreeBSD.org
Sat Jun 27 14:54:27 UTC 2015


Author: swills
Date: Sat Jun 27 14:54:25 2015
New Revision: 390715
URL: https://svnweb.freebsd.org/changeset/ports/390715

Log:
  net/syncthing: update to 0.11.10

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

Modified: head/net/syncthing/Makefile
==============================================================================
--- head/net/syncthing/Makefile	Sat Jun 27 14:50:08 2015	(r390714)
+++ head/net/syncthing/Makefile	Sat Jun 27 14:54:25 2015	(r390715)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	syncthing
-PORTVERSION=	0.11.5
+PORTVERSION=	0.11.10
 DISTVERSIONPREFIX=	v
 CATEGORIES=	net
 
@@ -23,13 +23,15 @@ STRIP=		# stripping can break go binarie
 
 post-patch:
 	@cd ${WRKSRC} ; ${MKDIR} src/github.com/${PORTNAME}/${PORTNAME} ; \
-		${MV} AUTHORS CONTRIBUTING.md Godeps LICENSE README.md \
-		build.go build.sh check-contrib.sh assets cmd gui internal \
-		protocol test 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 \
+		src/github.com/${PORTNAME}/${PORTNAME}
 
 do-build:
 	# timestamp here refers to source, not build time
-	cd ${WRKSRC}/src/github.com/${PORTNAME}/${PORTNAME} ; \
+	@cd ${WRKSRC}/src/github.com/${PORTNAME}/${PORTNAME} ; \
 		${SETENV} GOPATH=${WRKSRC} go run build.go -no-upgrade=true -version v${PORTVERSION}
 
 do-install:

Modified: head/net/syncthing/distinfo
==============================================================================
--- head/net/syncthing/distinfo	Sat Jun 27 14:50:08 2015	(r390714)
+++ head/net/syncthing/distinfo	Sat Jun 27 14:54:25 2015	(r390715)
@@ -1,2 +1,2 @@
-SHA256 (syncthing-syncthing-v0.11.5_GH0.tar.gz) = 59dd89ea64f51cc5481e59d7849dc6616286b9dbff5ac3724adc119592e09144
-SIZE (syncthing-syncthing-v0.11.5_GH0.tar.gz) = 3159523
+SHA256 (syncthing-syncthing-v0.11.10_GH0.tar.gz) = 09356f5a4d3f7f37e96a56c0a2bb113563d821133094a9797876264214143892
+SIZE (syncthing-syncthing-v0.11.10_GH0.tar.gz) = 3205513


More information about the svn-ports-all mailing list