Date: Tue, 25 Nov 2014 13:08:11 +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: r373405 - in head/net/syncthing: . files Message-ID: <201411251308.sAPD8B7L051984@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: swills Date: Tue Nov 25 13:08:11 2014 New Revision: 373405 URL: https://svnweb.freebsd.org/changeset/ports/373405 QAT: https://qat.redports.org/buildarchive/r373405/ Log: net/syncthing: update to 0.10.8 Deleted: head/net/syncthing/files/patch-upgrade__upgrade_supported.go Modified: head/net/syncthing/Makefile head/net/syncthing/distinfo Modified: head/net/syncthing/Makefile ============================================================================== --- head/net/syncthing/Makefile Tue Nov 25 12:55:53 2014 (r373404) +++ head/net/syncthing/Makefile Tue Nov 25 13:08:11 2014 (r373405) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= syncthing -PORTVERSION= 0.10.5 +PORTVERSION= 0.10.8 CATEGORIES= net MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/archive/v${PORTVERSION}.tar.gz?dummy=/ @@ -20,19 +20,20 @@ GROUPS= syncthing post-patch: @cd ${WRKSRC} ; ${MKDIR} src/github.com/${PORTNAME}/${PORTNAME} ; \ - ${MV} CONTRIBUTORS Godeps LICENSE README.md build.go build.sh \ - assets cmd gui internal protocol 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} do-build: # timestamp here refers to source, not build time cd ${WRKSRC}/src/github.com/${PORTNAME}/${PORTNAME} ; \ - ${SETENV} GOPATH=${WRKSRC} go run build.go -version v${PORTVERSION} + ${SETENV} GOPATH=${WRKSRC} go run build.go -no-upgrade=true -version v${PORTVERSION} do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/github.com/${PORTNAME}/${PORTNAME}/bin/syncthing \ ${STAGEDIR}${PREFIX}/bin/ ${MKDIR} ${STAGEDIR}${DOCSDIR} -.for x in CONTRIBUTORS LICENSE README.md +.for x in AUTHORS CONTRIBUTING.md LICENSE README.md ${INSTALL_MAN} ${WRKSRC}/src/github.com/${PORTNAME}/${PORTNAME}/${x} \ ${STAGEDIR}${DOCSDIR} .endfor Modified: head/net/syncthing/distinfo ============================================================================== --- head/net/syncthing/distinfo Tue Nov 25 12:55:53 2014 (r373404) +++ head/net/syncthing/distinfo Tue Nov 25 13:08:11 2014 (r373405) @@ -1,2 +1,2 @@ -SHA256 (syncthing-0.10.5.tar.gz) = adaef4e63916f86f081f68615b740f39a9af08de6d4c5630876665cf229da241 -SIZE (syncthing-0.10.5.tar.gz) = 3013393 +SHA256 (syncthing-0.10.8.tar.gz) = a5ffb70c841ef333d567586c32826b9d60a27cc70c05e8a43b898e369390521d +SIZE (syncthing-0.10.8.tar.gz) = 3061835
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201411251308.sAPD8B7L051984>