diff options
Diffstat (limited to 'net/unison/Makefile')
-rw-r--r-- | net/unison/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/net/unison/Makefile b/net/unison/Makefile index 8276e1a72e57..142d8e066d27 100644 --- a/net/unison/Makefile +++ b/net/unison/Makefile @@ -6,14 +6,12 @@ # PORTNAME= unison -PORTVERSION= 2.9.1 +PORTVERSION= 2.9.20 CATEGORIES= net -MASTER_SITES= http://www.cis.upenn.edu/~bcpierce/unison/download/stable/unison-${PORTVERSION}/ +MASTER_SITES= http://www.cis.upenn.edu/~bcpierce/unison/download/beta-test/unison-${PORTVERSION}/ DISTNAME= src DIST_SUBDIR= unison-${PORTVERSION} -FORBIDDEN= "Can result in serious data loss" - MAINTAINER= daniel+unison@pelleg.org BUILD_DEPENDS= ocamlc:${PORTSDIR}/lang/ocaml |