Index: head/net/syncthing/Makefile =================================================================== --- head/net/syncthing/Makefile (revision 402087) +++ head/net/syncthing/Makefile (revision 402088) @@ -1,45 +1,45 @@ # Created by: Steve Wills # $FreeBSD$ PORTNAME= syncthing -PORTVERSION= 0.11.26 +PORTVERSION= 0.12.3 DISTVERSIONPREFIX= v CATEGORIES= net MAINTAINER= swills@FreeBSD.org COMMENT= Encrypted file sync tool BUILD_DEPENDS= ${LOCALBASE}/bin/go:${PORTSDIR}/lang/go USE_GITHUB= yes USE_RC_SUBR= syncthing PLIST_FILES= bin/syncthing PORTDOCS= * USERS= syncthing 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 Godeps LICENSE NICKS README.md assets build.go \ build.sh cmd etc gui lib man protocol script 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 -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 AUTHORS CONTRIBUTING.md LICENSE README.md ${INSTALL_MAN} ${WRKSRC}/src/github.com/${PORTNAME}/${PORTNAME}/${x} \ ${STAGEDIR}${DOCSDIR} .endfor .include Index: head/net/syncthing/distinfo =================================================================== --- head/net/syncthing/distinfo (revision 402087) +++ head/net/syncthing/distinfo (revision 402088) @@ -1,2 +1,2 @@ -SHA256 (syncthing-syncthing-v0.11.26_GH0.tar.gz) = d2cc72d5711c5a7d25c32951bd11680ad7d9530c2183de240287f07fe9e80ac2 -SIZE (syncthing-syncthing-v0.11.26_GH0.tar.gz) = 4205756 +SHA256 (syncthing-syncthing-v0.12.3_GH0.tar.gz) = 2e9777c7131bebbb64e295888ea8956ec0649ed0e86d4700a1474d43a0bdcbbc +SIZE (syncthing-syncthing-v0.12.3_GH0.tar.gz) = 4248529 Index: head/net/syncthing/pkg-message =================================================================== --- head/net/syncthing/pkg-message (revision 402087) +++ head/net/syncthing/pkg-message (revision 402088) @@ -1,5 +1,7 @@ -WARNING: This version is not backwards compatible with 0.10.x releases! +WARNING: This version is not backwards compatible with 0.10.x nor 0.11.x +releases! For more information, please read: https://forum.syncthing.net/t/syncthing-v0-11-0-release-notes/2426 +https://forum.syncthing.net/t/syncthing-syncthing-v0-12-0-beryllium-bedbug/6026