svn commit: r470135 - head/net/syncthing-inotify

Steve Wills swills at FreeBSD.org
Wed May 16 17:26:39 UTC 2018


Author: swills
Date: Wed May 16 17:26:38 2018
New Revision: 470135
URL: https://svnweb.freebsd.org/changeset/ports/470135

Log:
  net/syncthing-inotify: mark deprecated

Modified:
  head/net/syncthing-inotify/Makefile   (contents, props changed)

Modified: head/net/syncthing-inotify/Makefile
==============================================================================
--- head/net/syncthing-inotify/Makefile	Wed May 16 17:26:15 2018	(r470134)
+++ head/net/syncthing-inotify/Makefile	Wed May 16 17:26:38 2018	(r470135)
@@ -15,6 +15,10 @@ GH_ACCOUNT=	syncthing 
 GH_SUBDIR=	src/github.com/syncthing/syncthing-inotify
 PLIST_FILES=	bin/syncthing-inotify
 
+DEPRECATED=	Included in net/syncthing now
+EXPIRATION_DATE=	2018-06-17
+
+
 do-build:
 	@cd ${WRKSRC}/${GH_SUBDIR} ; ${SETENV} ${MAKE_ENV} CGO_ENABLED=0 GOPATH=${WRKSRC} go build
 


More information about the svn-ports-all mailing list