diff options
author | thierry <thierry@FreeBSD.org> | 2004-08-09 01:05:49 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2004-08-09 01:05:49 +0800 |
commit | cd6b3a62442677e2ec54905892d40dc533768505 (patch) | |
tree | 18deb73d30f68559364c75a634c30a7a888d8d03 /devel | |
parent | edce7ddfd5354a4515fdbf9c8d9f4c58362e1296 (diff) | |
download | freebsd-ports-gnome-cd6b3a62442677e2ec54905892d40dc533768505.tar.gz freebsd-ports-gnome-cd6b3a62442677e2ec54905892d40dc533768505.tar.zst freebsd-ports-gnome-cd6b3a62442677e2ec54905892d40dc533768505.zip |
- Upgrade to 0.5 and chase OCaml;
- take maintainership.
PR: ports/70074
Submitted by: Marwan Burelle.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/ocaml-ulex/Makefile | 5 | ||||
-rw-r--r-- | devel/ocaml-ulex/distinfo | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/devel/ocaml-ulex/Makefile b/devel/ocaml-ulex/Makefile index 714ef04c0847..079c9a41a4d7 100644 --- a/devel/ocaml-ulex/Makefile +++ b/devel/ocaml-ulex/Makefile @@ -7,12 +7,12 @@ # PORTNAME= ulex -PORTVERSION= 0.4 +PORTVERSION= 0.5 CATEGORIES= devel MASTER_SITES= http://www.cduce.org/download/ PKGNAMEPREFIX= ocaml- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= marwan.burelle@lri.fr COMMENT= A lexer generator for Unicode and OCaml BUILD_DEPENDS= ocamlc:${PORTSDIR}/lang/ocaml \ @@ -35,6 +35,7 @@ post-install: ${SED} "s,^${PREFIX}/,," >> ${TMPPLIST} @${ECHO_CMD} "@dirrm lib/ocaml/site-lib/${PORTNAME}" >> ${TMPPLIST} @${ECHO_CMD} "@unexec ocamlfind remove ${PORTNAME} 2>/dev/null || true" >> ${TMPPLIST} + PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/*.html ${WRKSRC}/*.css ${DOCSDIR} diff --git a/devel/ocaml-ulex/distinfo b/devel/ocaml-ulex/distinfo index 2fa082292964..df86ccb1678f 100644 --- a/devel/ocaml-ulex/distinfo +++ b/devel/ocaml-ulex/distinfo @@ -1,2 +1,2 @@ -MD5 (ulex-0.4.tar.gz) = 10f32784ea8b5173f9a9ce058b452a3b -SIZE (ulex-0.4.tar.gz) = 24862 +MD5 (ulex-0.5.tar.gz) = 6aa3ca0d73f9400ec6811a19fca414eb +SIZE (ulex-0.5.tar.gz) = 25621 |