Date: Wed, 16 May 2018 17:26:38 +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: r470135 - head/net/syncthing-inotify Message-ID: <201805161726.w4GHQclp013172@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805161726.w4GHQclp013172>