Date: Wed, 16 May 2018 17:27:35 +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: r470137 - head/net/syncthing-cli Message-ID: <201805161727.w4GHRZgr013424@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: swills Date: Wed May 16 17:27:35 2018 New Revision: 470137 URL: https://svnweb.freebsd.org/changeset/ports/470137 Log: net/syncthing-cli: mark deprecated Modified: head/net/syncthing-cli/Makefile (contents, props changed) Modified: head/net/syncthing-cli/Makefile ============================================================================== --- head/net/syncthing-cli/Makefile Wed May 16 17:27:06 2018 (r470136) +++ head/net/syncthing-cli/Makefile Wed May 16 17:27:35 2018 (r470137) @@ -16,6 +16,9 @@ GH_TAGNAME= 9594d39 PLIST_FILES= bin/syncthing-cli +DEPRECATED= Included in net/syncthing now +EXPIRATION_DATE= 2018-06-17 + do-build: @cd ${WRKSRC} ; ${SETENV} ${MAKE_ENV} GOPATH=${WRKSRC}/Godeps/_workspace:${WRKSRC} go build @${MV} ${WRKSRC}/syncthing-cli-${GH_TAGNAME} ${WRKSRC}/syncthing-cli
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805161727.w4GHRZgr013424>