aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohan van Selst <johans@FreeBSD.org>2008-04-07 19:48:54 +0000
committerJohan van Selst <johans@FreeBSD.org>2008-04-07 19:48:54 +0000
commitbbba7ce814823b32555ab7f1ab253befa036db66 (patch)
tree441e0cefca2009b7d43ef0409609223fa93309ba
parent4f8a336dac56ff31fd549e4429990d44b69a96c5 (diff)
downloadports-bbba7ce814823b32555ab7f1ab253befa036db66.tar.gz
ports-bbba7ce814823b32555ab7f1ab253befa036db66.zip
Notes
-rw-r--r--textproc/ocaml-pxp/Makefile22
-rw-r--r--textproc/ocaml-pxp/distinfo6
-rw-r--r--textproc/ocaml-pxp/pkg-descr5
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