diff options
author | johans <johans@FreeBSD.org> | 2008-04-08 03:48:54 +0800 |
---|---|---|
committer | johans <johans@FreeBSD.org> | 2008-04-08 03:48:54 +0800 |
commit | 3953bbbc452ee33350d62a687fd2b564713c1079 (patch) | |
tree | 85b0a75e6c247e633caca4b4b9ffe6b38c9fb35f /textproc | |
parent | de8d5b0cb35e170d4d3cc86c2f24ffd0e045aac1 (diff) | |
download | freebsd-ports-gnome-3953bbbc452ee33350d62a687fd2b564713c1079.tar.gz freebsd-ports-gnome-3953bbbc452ee33350d62a687fd2b564713c1079.tar.zst freebsd-ports-gnome-3953bbbc452ee33350d62a687fd2b564713c1079.zip |
- 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
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/ocaml-pxp/Makefile | 22 | ||||
-rw-r--r-- | textproc/ocaml-pxp/distinfo | 6 | ||||
-rw-r--r-- | textproc/ocaml-pxp/pkg-descr | 5 |
3 files changed, 15 insertions, 18 deletions
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 - <stephane@freebsd.org> +WWW: http://projects.camlcity.org/projects/pxp.html |