svn commit: r470137 - head/net/syncthing-cli

Steve Wills swills at FreeBSD.org
Wed May 16 17:27:36 UTC 2018


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


More information about the svn-ports-head mailing list