diff options
Diffstat (limited to 'net/syncthing/Makefile')
-rw-r--r-- | net/syncthing/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/syncthing/Makefile b/net/syncthing/Makefile index 13daf7232086..ff7694e19b87 100644 --- a/net/syncthing/Makefile +++ b/net/syncthing/Makefile @@ -1,6 +1,6 @@ PORTNAME= syncthing DISTVERSIONPREFIX= v -DISTVERSION= 1.30.0 +DISTVERSION= 2.0.6 PORTREVISION= 1 CATEGORIES= net MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/v${DISTVERSION}/ @@ -24,6 +24,8 @@ BINS= syncthing stdiscosrv strelaysrv strelaypoolsrv MAKE_ENV+= BUILD_HOST=freebsd \ BUILD_USER=ports +CONFLICTS_INSTALL= syncthing1 + NO_CCACHE= yes NO_WRKSUBDIR= yes |