diff options
author | ru <ru@FreeBSD.org> | 2002-08-09 01:48:55 +0800 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2002-08-09 01:48:55 +0800 |
commit | 9dbfd470d6d0517bf0353ebcb9abefbcaffffa02 (patch) | |
tree | 10bac0c396dd62089e9ac1af79545ba5bc7aeb44 /net/unison | |
parent | fbc5db0c0d30fe0b56105a9061df23160648dea8 (diff) | |
download | freebsd-ports-gnome-9dbfd470d6d0517bf0353ebcb9abefbcaffffa02.tar.gz freebsd-ports-gnome-9dbfd470d6d0517bf0353ebcb9abefbcaffffa02.tar.zst freebsd-ports-gnome-9dbfd470d6d0517bf0353ebcb9abefbcaffffa02.zip |
Mark FORBIDDEN; can result in serious data loss.
Authors have been provided with an example of how
to reliably reproduce the bug in the "Losing data
with unison 2.9.1" thread here:
http://groups.yahoo.com/group/unison-users/
(The last message has not yet been approved by the
list maintainer as of this writing.)
Diffstat (limited to 'net/unison')
-rw-r--r-- | net/unison/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/unison/Makefile b/net/unison/Makefile index f271a6e6eb59..8276e1a72e57 100644 --- a/net/unison/Makefile +++ b/net/unison/Makefile @@ -12,6 +12,8 @@ MASTER_SITES= http://www.cis.upenn.edu/~bcpierce/unison/download/stable/unison-$ DISTNAME= src DIST_SUBDIR= unison-${PORTVERSION} +FORBIDDEN= "Can result in serious data loss" + MAINTAINER= daniel+unison@pelleg.org BUILD_DEPENDS= ocamlc:${PORTSDIR}/lang/ocaml |