Date: Thu, 22 Sep 2016 14:09:22 +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: r422617 - head/net/syncthing Message-ID: <201609221409.u8ME9MWc032951@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: swills Date: Thu Sep 22 14:09:21 2016 New Revision: 422617 URL: https://svnweb.freebsd.org/changeset/ports/422617 Log: net/syncthing: update to 0.14.7 Modified: head/net/syncthing/Makefile head/net/syncthing/distinfo Modified: head/net/syncthing/Makefile ============================================================================== --- head/net/syncthing/Makefile Thu Sep 22 14:09:00 2016 (r422616) +++ head/net/syncthing/Makefile Thu Sep 22 14:09:21 2016 (r422617) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= syncthing -PORTVERSION= 0.14.3 +PORTVERSION= 0.14.7 DISTVERSIONPREFIX= v CATEGORIES= net @@ -12,6 +12,7 @@ COMMENT= Encrypted file sync tool BUILD_DEPENDS= ${LOCALBASE}/bin/go:lang/go USE_GITHUB= yes +GH_SUBDIR= src/github.com/${PORTNAME}/${PORTNAME} USE_RC_SUBR= syncthing PLIST_FILES= bin/syncthing PORTDOCS= * @@ -21,14 +22,6 @@ GROUPS= syncthing STRIP= # stripping can break go binaries -post-patch: - @cd ${WRKSRC} ; ${MKDIR} src/github.com/${PORTNAME}/${PORTNAME} ; \ - ${MV} .gitattributes .gitignore .mailmap AUTHORS CONDUCT.md \ - CONTRIBUTING.md ISSUE_TEMPLATE.md LICENSE NICKS debtpl \ - PULL_REQUEST_TEMPLATE.md README.md assets build.go build.sh cmd \ - etc gui lib man script test vendor \ - src/github.com/${PORTNAME}/${PORTNAME} - do-build: # timestamp here refers to source, not build time @cd ${WRKSRC}/src/github.com/${PORTNAME}/${PORTNAME} ; \ Modified: head/net/syncthing/distinfo ============================================================================== --- head/net/syncthing/distinfo Thu Sep 22 14:09:00 2016 (r422616) +++ head/net/syncthing/distinfo Thu Sep 22 14:09:21 2016 (r422617) @@ -1,3 +1,3 @@ -TIMESTAMP = 1470838074 -SHA256 (syncthing-syncthing-v0.14.3_GH0.tar.gz) = 1c7ce74db4bf780463c04ed3d5677296ad2bb347f3e35fe4229eb26893a6604a -SIZE (syncthing-syncthing-v0.14.3_GH0.tar.gz) = 6380761 +TIMESTAMP = 1474551929 +SHA256 (syncthing-syncthing-v0.14.7_GH0.tar.gz) = 5586f24e10e695bf2a3db1f2bfd2b8bf986753ecbc9919c922e2ba10c0bbb119 +SIZE (syncthing-syncthing-v0.14.7_GH0.tar.gz) = 6434379
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609221409.u8ME9MWc032951>