diff options
author | swills <swills@FreeBSD.org> | 2014-11-25 21:39:22 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2014-11-25 21:39:22 +0800 |
commit | 18c1a4d24dfcd22212ca13bf2df6292ce948f815 (patch) | |
tree | ea405fd891d94422dca7f1776ac0f61aa846ce7d /net/syncthing-discosrv | |
parent | 30cbd1485852ef0b40d2d731d7513bf9c3b90cc8 (diff) | |
download | freebsd-ports-gnome-18c1a4d24dfcd22212ca13bf2df6292ce948f815.tar.gz freebsd-ports-gnome-18c1a4d24dfcd22212ca13bf2df6292ce948f815.tar.zst freebsd-ports-gnome-18c1a4d24dfcd22212ca13bf2df6292ce948f815.zip |
net/syncthing-discosrv: use newer version of syncthing during build
Diffstat (limited to 'net/syncthing-discosrv')
-rw-r--r-- | net/syncthing-discosrv/Makefile | 8 | ||||
-rw-r--r-- | net/syncthing-discosrv/distinfo | 4 |
2 files changed, 7 insertions, 5 deletions
diff --git a/net/syncthing-discosrv/Makefile b/net/syncthing-discosrv/Makefile index f6184529b695..8ea0705529d5 100644 --- a/net/syncthing-discosrv/Makefile +++ b/net/syncthing-discosrv/Makefile @@ -3,7 +3,7 @@ PORTNAME= syncthing-discosrv PORTVERSION= 0.0.0.2014110101 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MASTER_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/archive/${GH_TAGNAME}.tar.gz?dummy=/:group1 \ https://github.com/syncthing/syncthing/archive/v${SYNCTHING_VER}.tar.gz?dummy=/:group2 \ @@ -22,7 +22,7 @@ GH_PROJECT= discosrv GH_COMMIT= fcba610d30efa662d4435b3127300171aae7b0e9 GH_TAGNAME= ${GH_COMMIT} -SYNCTHING_VER= 0.10.5 +SYNCTHING_VER= 0.10.8 GROUPCACHE_COMMIT= d2a1805 WRKSRC= ${WRKDIR}/discosrv-${GH_COMMIT} @@ -50,7 +50,9 @@ post-patch: ${WRKSRC}/src/github.com/syndtr @${MV} ${WRKDIR}/syncthing-${SYNCTHING_VER}/Godeps/_workspace/src/code.google.com/p/go.text \ ${WRKSRC}/src/code.google.com/p - @${MV} ${WRKDIR}/syncthing-${SYNCTHING_VER}/Godeps/_workspace/src/code.google.com/p/snappy-go \ + @${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/code.google.com/p/go.crypto \ ${WRKSRC}/src/code.google.com/p @${MV} ${WRKDIR}/syncthing-${SYNCTHING_VER} \ ${WRKSRC}/src/github.com/syncthing/syncthing diff --git a/net/syncthing-discosrv/distinfo b/net/syncthing-discosrv/distinfo index c16a93798727..14855372183d 100644 --- a/net/syncthing-discosrv/distinfo +++ b/net/syncthing-discosrv/distinfo @@ -1,6 +1,6 @@ SHA256 (syncthing-discosrv-0.0.0.2014110101.tar.gz) = 226f68ae1196cd4c51f169b4653b97a49f386868da10e4e0d57532d88619d6c5 SIZE (syncthing-discosrv-0.0.0.2014110101.tar.gz) = 16471 -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 SHA256 (golang-groupcache-d2a1805.tar.gz) = be22ff0c07a589fdb4665637787a2693e685e824a4ccb2bcfe8d9811d0c822a3 SIZE (golang-groupcache-d2a1805.tar.gz) = 24094 |