diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2002-08-20 14:04:27 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2002-08-20 14:04:27 +0000 |
commit | eab06ced7123e2311bd4b3e7aa730dffd6eddfa8 (patch) | |
tree | f080ff5f5e2e40ba47fb7ee68f896e09c9f8893f /net/unison232/Makefile | |
parent | 27eb39c1f78893f3a7317f42d8637b13138f179d (diff) | |
download | ports-eab06ced7123e2311bd4b3e7aa730dffd6eddfa8.tar.gz ports-eab06ced7123e2311bd4b3e7aa730dffd6eddfa8.zip |
Notes
Diffstat (limited to 'net/unison232/Makefile')
-rw-r--r-- | net/unison232/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/net/unison232/Makefile b/net/unison232/Makefile index 8276e1a72e57..142d8e066d27 100644 --- a/net/unison232/Makefile +++ b/net/unison232/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 |