- Upgrade to 0.5 and chase OCaml;
- take maintainership. PR: ports/70074 Submitted by: Marwan Burelle.
This commit is contained in:
parent
d95ad67c3f
commit
fbc146f6a4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=115659
2 changed files with 5 additions and 4 deletions
|
@ -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}
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue