aboutsummaryrefslogtreecommitdiff
path: root/devel/ocaml-res/Makefile
diff options
context:
space:
mode:
authorStanislav Sedov <stas@FreeBSD.org>2009-09-23 21:05:33 +0000
committerStanislav Sedov <stas@FreeBSD.org>2009-09-23 21:05:33 +0000
commit0e8c6e63ea7f86bab92a014c258e56b76807815f (patch)
treed2d24295e71ab068b989004081de48c728b3aee0 /devel/ocaml-res/Makefile
parent8896ff089ddecf20a2d50999d9dca0c09fb05c9a (diff)
downloadports-0e8c6e63ea7f86bab92a014c258e56b76807815f.tar.gz
ports-0e8c6e63ea7f86bab92a014c258e56b76807815f.zip
Notes
Diffstat (limited to 'devel/ocaml-res/Makefile')
-rw-r--r--devel/ocaml-res/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/devel/ocaml-res/Makefile b/devel/ocaml-res/Makefile
index 63ba322b7608..728447f8aa5d 100644
--- a/devel/ocaml-res/Makefile
+++ b/devel/ocaml-res/Makefile
@@ -7,11 +7,12 @@
#
PORTNAME= res
-PORTVERSION= 2.2.6
+PORTVERSION= 3.2.0
PORTREVISION= 0
CATEGORIES= devel
-MASTER_SITES= http://www.ocaml.info/ocaml_sources/
+MASTER_SITES= http://hg.ocaml.info/release/res/archive/
PKGNAMEPREFIX= ocaml-
+DISTNAME= release-${PORTVERSION}
MAINTAINER= stas@FreeBSD.org
COMMENT= Automatically Resizing Contiguous Memory for OCaml
@@ -22,9 +23,10 @@ USE_OCAML= yes
USE_OCAML_FINDLIB=yes
USE_OCAML_WASH= yes
-DOCS= README
+DOCS= README.txt
DOCSDIR= ${PREFIX}/share/doc/ocaml/${PORTNAME}
EXAMPLESDIR= ${PREFIX}/share/examples/ocaml/${PORTNAME}
+WRKSRC= ${WRKDIR}/${PORTNAME}-release-${PORTVERSION}
.include <bsd.port.pre.mk>