diff --git a/net/syncthing-discosrv/Makefile b/net/syncthing-discosrv/Makefile index 6d63b5cf2196..0874987e75d2 100644 --- a/net/syncthing-discosrv/Makefile +++ b/net/syncthing-discosrv/Makefile @@ -1,71 +1,71 @@ # Created by: Steve Wills # $FreeBSD$ PORTNAME= syncthing-discosrv PORTVERSION= 0.0.0.2015022401 PORTREVISION= 1 CATEGORIES= net MASTER_SITES= https://github.com/syncthing/syncthing/archive/v${SYNCTHING_VER}.tar.gz?dummy=/:group2 \ https://codeload.github.com/golang/groupcache/legacy.tar.gz/${GROUPCACHE_COMMIT}?dummy=/:group3 DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ syncthing-${SYNCTHING_VER}${EXTRACT_SUFX}:group2 \ golang-groupcache-${GROUPCACHE_COMMIT}${EXTRACT_SUFX}:group3 MAINTAINER= swills@FreeBSD.org COMMENT= Discovery server for syncthing BUILD_DEPENDS= ${LOCALBASE}/bin/go:${PORTSDIR}/lang/go USE_GITHUB= yes GH_ACCOUNT= syncthing GH_PROJECT= discosrv GH_TAGNAME= 4e1240a610bcc2ef8772eb2641492822b4ec4f88 -SYNCTHING_VER= 0.10.30 +SYNCTHING_VER= 0.11.2 GROUPCACHE_COMMIT= d2a1805 PLIST_FILES= bin/syncthing-discosrv USE_RC_SUBR= syncthing-discosrv USERS= syncthing GROUPS= syncthing STRIP= # stripping can break go binaries post-patch: @${MKDIR} ${WRKSRC}/src/code.google.com/p @${MKDIR} ${WRKSRC}/src/github.com/bkaradzic @${MKDIR} ${WRKSRC}/src/github.com/golang @${MKDIR} ${WRKSRC}/src/github.com/juju @${MKDIR} ${WRKSRC}/src/github.com/syncthing @${MKDIR} ${WRKSRC}/src/github.com/syndtr @${MKDIR} ${WRKSRC}/src/golang.org/x @${MV} ${WRKDIR}/syncthing-${SYNCTHING_VER}/Godeps/_workspace/src/github.com/calmh \ ${WRKSRC}/src/github.com @${MV} ${WRKDIR}/syncthing-${SYNCTHING_VER}/Godeps/_workspace/src/github.com/bkaradzic/go-lz4 \ ${WRKSRC}/src/github.com/bkaradzic @${MV} ${WRKDIR}/syncthing-${SYNCTHING_VER}/Godeps/_workspace/src/github.com/juju/ratelimit \ ${WRKSRC}/src/github.com/juju @${MV} ${WRKDIR}/syncthing-${SYNCTHING_VER}/Godeps/_workspace/src/github.com/syndtr/goleveldb \ ${WRKSRC}/src/github.com/syndtr @${MV} ${WRKDIR}/syncthing-${SYNCTHING_VER}/Godeps/_workspace/src/github.com/syndtr/gosnappy \ ${WRKSRC}/src/github.com/syndtr @${MV} ${WRKDIR}/syncthing-${SYNCTHING_VER}/Godeps/_workspace/src/golang.org/x/crypto \ ${WRKSRC}/src/golang.org/x @${MV} ${WRKDIR}/syncthing-${SYNCTHING_VER}/Godeps/_workspace/src/golang.org/x/text \ ${WRKSRC}/src/golang.org/x @${MV} ${WRKDIR}/syncthing-${SYNCTHING_VER} \ ${WRKSRC}/src/github.com/syncthing/syncthing @${MV} ${WRKSRC}/src/github.com/syncthing/syncthing/Godeps/_workspace/src/github.com/syncthing/protocol \ ${WRKSRC}/src/github.com/syncthing/protocol @${MV} ${WRKDIR}/golang-groupcache-${GROUPCACHE_COMMIT} \ ${WRKSRC}/src/github.com/golang/groupcache do-build: @cd ${WRKSRC} ; ${SETENV} GOPATH=${WRKSRC} go build @${MV} ${WRKSRC}/discosrv-${GH_TAGNAME} ${WRKSRC}/syncthing-discosrv do-install: ${INSTALL_PROGRAM} ${WRKSRC}/syncthing-discosrv ${STAGEDIR}${PREFIX}/bin/ .include diff --git a/net/syncthing-discosrv/distinfo b/net/syncthing-discosrv/distinfo index 50e8b21f6dbd..ef8f68b45dd4 100644 --- a/net/syncthing-discosrv/distinfo +++ b/net/syncthing-discosrv/distinfo @@ -1,6 +1,6 @@ SHA256 (syncthing-discosrv-0.0.0.2015022401-4e1240a610bcc2ef8772eb2641492822b4ec4f88_GH0.tar.gz) = 70ddebacddb8c3de9019f83e1e63cb95d36731433068480b2499d491dcdd45e7 SIZE (syncthing-discosrv-0.0.0.2015022401-4e1240a610bcc2ef8772eb2641492822b4ec4f88_GH0.tar.gz) = 16841 -SHA256 (syncthing-0.10.30.tar.gz) = 0358f8b5edacebb0eacfad424e2fbca32587b0747c7f7060c63e961038289880 -SIZE (syncthing-0.10.30.tar.gz) = 3029635 +SHA256 (syncthing-0.11.2.tar.gz) = 59784b57e54c2271f9d8d5544e03cbbb2413d41e72929f11e75ec46c0e4c4549 +SIZE (syncthing-0.11.2.tar.gz) = 3127112 SHA256 (golang-groupcache-d2a1805.tar.gz) = be22ff0c07a589fdb4665637787a2693e685e824a4ccb2bcfe8d9811d0c822a3 SIZE (golang-groupcache-d2a1805.tar.gz) = 24094 diff --git a/net/syncthing-discosrv/pkg-message b/net/syncthing-discosrv/pkg-message new file mode 100644 index 000000000000..622079459a1a --- /dev/null +++ b/net/syncthing-discosrv/pkg-message @@ -0,0 +1,5 @@ +WARNING: This version is not backwards compatible with 0.10.x releases! + +For more information, please read: + +https://forum.syncthing.net/t/syncthing-v0-11-0-release-notes/2426