svn commit: r374440 - head/net/syncthing

Steve Wills swills at FreeBSD.org
Wed Dec 10 02:43:43 UTC 2014


Author: swills
Date: Wed Dec 10 02:43:42 2014
New Revision: 374440
URL: https://svnweb.freebsd.org/changeset/ports/374440
QAT: https://qat.redports.org/buildarchive/r374440/

Log:
  net/syncthing: update to 0.10.11

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

Modified: head/net/syncthing/Makefile
==============================================================================
--- head/net/syncthing/Makefile	Wed Dec 10 02:20:56 2014	(r374439)
+++ head/net/syncthing/Makefile	Wed Dec 10 02:43:42 2014	(r374440)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	syncthing
-PORTVERSION=	0.10.9
+PORTVERSION=	0.10.11
 CATEGORIES=	net
 MASTER_SITES=	https://github.com/${PORTNAME}/${PORTNAME}/archive/v${PORTVERSION}.tar.gz?dummy=/
 
@@ -18,6 +18,8 @@ PORTDOCS=	*
 USERS=		syncthing
 GROUPS=		syncthing
 
+STRIP=		# stripping can break go binaries
+
 post-patch:
 	@cd ${WRKSRC} ; ${MKDIR} src/github.com/${PORTNAME}/${PORTNAME} ; \
 		${MV} AUTHORS CONTRIBUTING.md Godeps LICENSE README.md \

Modified: head/net/syncthing/distinfo
==============================================================================
--- head/net/syncthing/distinfo	Wed Dec 10 02:20:56 2014	(r374439)
+++ head/net/syncthing/distinfo	Wed Dec 10 02:43:42 2014	(r374440)
@@ -1,2 +1,2 @@
-SHA256 (syncthing-0.10.9.tar.gz) = d69303f94ffa638141c363d6490ea9fc911e08e670a90df274235d16849f80ab
-SIZE (syncthing-0.10.9.tar.gz) = 3088980
+SHA256 (syncthing-0.10.11.tar.gz) = 65facff28539cbe53e2469e996fceb2c924f7083a00caf00ec664fa436233fab
+SIZE (syncthing-0.10.11.tar.gz) = 3080244


More information about the svn-ports-head mailing list