Date: Sat, 18 Oct 2014 01:08:37 +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: r371089 - in head/net/syncthing: . files Message-ID: <201410180108.s9I18b8p093103@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: swills Date: Sat Oct 18 01:08:37 2014 New Revision: 371089 URL: https://svnweb.freebsd.org/changeset/ports/371089 QAT: https://qat.redports.org/buildarchive/r371089/ Log: net/syncthing: update to 0.10.1 Modified: head/net/syncthing/Makefile head/net/syncthing/distinfo head/net/syncthing/files/patch-build.go Modified: head/net/syncthing/Makefile ============================================================================== --- head/net/syncthing/Makefile Fri Oct 17 23:36:25 2014 (r371088) +++ head/net/syncthing/Makefile Sat Oct 18 01:08:37 2014 (r371089) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= syncthing -PORTVERSION= 0.10.0 +PORTVERSION= 0.10.1 CATEGORIES= net MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/archive/v${PORTVERSION}.tar.gz?dummy=/ DISTNAME= ${PORTNAME}-${PORTVERSION} Modified: head/net/syncthing/distinfo ============================================================================== --- head/net/syncthing/distinfo Fri Oct 17 23:36:25 2014 (r371088) +++ head/net/syncthing/distinfo Sat Oct 18 01:08:37 2014 (r371089) @@ -1,2 +1,2 @@ -SHA256 (syncthing-0.10.0.tar.gz) = 99c1460ba52e03cfdb349a3d2d41bb5cdd65bc722d9a0f02b9bf0cd3dee21e6e -SIZE (syncthing-0.10.0.tar.gz) = 2952791 +SHA256 (syncthing-0.10.1.tar.gz) = 464a8459c097b6a8dcf67454ecaf2b49e9570cb7a41ec38752cbf9b06cf7d68f +SIZE (syncthing-0.10.1.tar.gz) = 2954077 Modified: head/net/syncthing/files/patch-build.go ============================================================================== --- head/net/syncthing/files/patch-build.go Fri Oct 17 23:36:25 2014 (r371088) +++ head/net/syncthing/files/patch-build.go Sat Oct 18 01:08:37 2014 (r371089) @@ -10,14 +10,14 @@ - return s - }) - return string(v) -+ return string("v0.10.0") ++ return string("v0.10.1") } func buildStamp() int64 { - bs := run("git", "show", "-s", "--format=%ct") - s, _ := strconv.ParseInt(string(bs), 10, 64) - return s -+ return 1412769521 ++ return 1413115780 } func buildUser() string {
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410180108.s9I18b8p093103>