diff options
author | swills <swills@FreeBSD.org> | 2018-05-17 01:27:06 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2018-05-17 01:27:06 +0800 |
commit | 095727b249ce1b822f8d4a20450f16854bab1136 (patch) | |
tree | fd761ff5f56714f69f2aaa0b83bc2b74af3975c5 /net | |
parent | c6fb3aa5d23aa2f4eb87cb4c6727d47025bcb455 (diff) | |
download | freebsd-ports-graphics-095727b249ce1b822f8d4a20450f16854bab1136.tar.gz freebsd-ports-graphics-095727b249ce1b822f8d4a20450f16854bab1136.tar.zst freebsd-ports-graphics-095727b249ce1b822f8d4a20450f16854bab1136.zip |
net/syncthing-discosrv: mark deprecated
Diffstat (limited to 'net')
-rw-r--r-- | net/syncthing-discosrv/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net/syncthing-discosrv/Makefile b/net/syncthing-discosrv/Makefile index f376d2b7d54..b2178974111 100644 --- a/net/syncthing-discosrv/Makefile +++ b/net/syncthing-discosrv/Makefile @@ -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 \ |