From 3953bbbc452ee33350d62a687fd2b564713c1079 Mon Sep 17 00:00:00 2001 From: johans Date: Mon, 7 Apr 2008 19:48:54 +0000 Subject: - Update to 1.2.0test2 (1.2.0 RC); fixes build with new ocaml - Use bsd.ocaml.mk features - Update website, MASTER_SITES - Grab maintainership --- textproc/ocaml-pxp/Makefile | 22 +++++++++++----------- textproc/ocaml-pxp/distinfo | 6 +++--- textproc/ocaml-pxp/pkg-descr | 5 +---- 3 files changed, 15 insertions(+), 18 deletions(-) (limited to 'textproc') diff --git a/textproc/ocaml-pxp/Makefile b/textproc/ocaml-pxp/Makefile index dd30540bd606..45988b0f4944 100644 --- a/textproc/ocaml-pxp/Makefile +++ b/textproc/ocaml-pxp/Makefile @@ -6,24 +6,24 @@ # PORTNAME= pxp -PORTVERSION= 1.1.96 -PORTREVISION= 1 +DISTVERSION= 1.2.0test2 CATEGORIES= textproc -MASTER_SITES= http://www.ocaml-programming.de/packages/ +MASTER_SITES= http://download.camlcity.org/download/ PKGNAMEPREFIX= ocaml- -DISTNAME= ${PORTNAME}-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= johans@stack.nl COMMENT= Validating XML parser for OCaml -BUILD_DEPENDS= ocamlc:${PORTSDIR}/lang/ocaml \ - ocamlfind:${PORTSDIR}/devel/ocaml-findlib \ - ${LOCALBASE}/lib/ocaml/site-lib/netstring/netstring.a:${PORTSDIR}/www/ocaml-net -RUN_DEPENDS= ${LOCALBASE}/lib/ocaml/site-lib/netstring/netstring.a:${PORTSDIR}/www/ocaml-net +BUILD_DEPENDS= ${LOCALBASE}/${OCAML_SITELIBDIR}/netstring/netstring.a:${PORTSDIR}/www/ocaml-net +RUN_DEPENDS= ${LOCALBASE}/${OCAML_SITELIBDIR}/netstring/netstring.a:${PORTSDIR}/www/ocaml-net + +USE_OCAML= true +USE_OCAML_FINDLIB= true +USE_OCAML_LDCONFIG= true .if !defined(WITHOUT_ULEX) -BUILD_DEPENDS+= ${LOCALBASE}/lib/ocaml/site-lib/ulex/ulexing.a:${PORTSDIR}/devel/ocaml-ulex -RUN_DEPENDS+= ${LOCALBASE}/lib/ocaml/site-lib/ulex/ulexing.a:${PORTSDIR}/devel/ocaml-ulex +BUILD_DEPENDS+= ${LOCALBASE}/${OCAML_SITELIBDIR}/ulex/ulexing.a:${PORTSDIR}/devel/ocaml-ulex +RUN_DEPENDS+= ${LOCALBASE}/${OCAML_SITELIBDIR}/ulex/ulexing.a:${PORTSDIR}/devel/ocaml-ulex .endif USE_GMAKE= yes diff --git a/textproc/ocaml-pxp/distinfo b/textproc/ocaml-pxp/distinfo index 408b20a5352f..81ba0ed35afd 100644 --- a/textproc/ocaml-pxp/distinfo +++ b/textproc/ocaml-pxp/distinfo @@ -1,3 +1,3 @@ -MD5 (pxp-1.1.96.tar.gz) = 686c4688980126b4711800b33a403d17 -SHA256 (pxp-1.1.96.tar.gz) = c90fd2bf08506c6dd082887212984251b2735332f3d6693cf3737cec1bdede3e -SIZE (pxp-1.1.96.tar.gz) = 369803 +MD5 (pxp-1.2.0test2.tar.gz) = 6ad1bcf8b6c64fdf90422d9b5afc3763 +SHA256 (pxp-1.2.0test2.tar.gz) = 3ae71f08e2c4187df9f380bde71b24cac209c1452d62f0f785623bcae31fea39 +SIZE (pxp-1.2.0test2.tar.gz) = 379466 diff --git a/textproc/ocaml-pxp/pkg-descr b/textproc/ocaml-pxp/pkg-descr index 28c12d11ed2d..858d6bc3fcab 100644 --- a/textproc/ocaml-pxp/pkg-descr +++ b/textproc/ocaml-pxp/pkg-descr @@ -15,7 +15,4 @@ from different classes. This is a very powerful feature, because it simplifies the structure of programs processing XML documents. -WWW: http://www.ocaml-programming.de/programming/pxp.html - -- Stephane Legrand - +WWW: http://projects.camlcity.org/projects/pxp.html -- cgit