svn commit: r470136 - head/net/syncthing-discosrv

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


Author: swills
Date: Wed May 16 17:27:06 2018
New Revision: 470136
URL: https://svnweb.freebsd.org/changeset/ports/470136

Log:
  net/syncthing-discosrv: mark deprecated

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

Modified: head/net/syncthing-discosrv/Makefile
==============================================================================
--- head/net/syncthing-discosrv/Makefile	Wed May 16 17:26:38 2018	(r470135)
+++ head/net/syncthing-discosrv/Makefile	Wed May 16 17:27:06 2018	(r470136)
@@ -21,6 +21,10 @@ USE_RC_SUBR=	syncthing-discosrv
 USERS=		syncthing
 GROUPS=		syncthing
 
+
+DEPRECATED=	Included in net/syncthing now
+EXPIRATION_DATE=	2018-06-17
+
 post-patch:
 	@cd ${WRKSRC} ; ${MKDIR} src/github.com/${GH_ACCOUNT}/${GH_PROJECT} ; \
 		${MV} .gitignore CONTRIBUTORS LICENSE README.md build.sh \


More information about the svn-ports-head mailing list