devel/ocaml-camlp5: the port had been updated to version 7.14
This is the latest 7.x release and features support for contemporary versions of OCaml. While here, don't set DIST_SUBDIR, there is just one distfile and it's uniquely named.
This commit is contained in:
parent
b073fbf3c7
commit
6c6ff4ee42
3 changed files with 14 additions and 7 deletions
|
@ -1,10 +1,9 @@
|
|||
# Created by: Hirohisa Yamaguchi <umq@ueo.co.jp>
|
||||
|
||||
PORTNAME= camlp5
|
||||
PORTVERSION= 7.07
|
||||
PORTVERSION= 7.14
|
||||
CATEGORIES= devel
|
||||
PKGNAMEPREFIX= ocaml-
|
||||
DIST_SUBDIR= ${PKGBASE}
|
||||
|
||||
MAINTAINER= hrs@FreeBSD.org
|
||||
COMMENT= Preprocessor-pretty-printer of OCaml
|
||||
|
@ -14,10 +13,11 @@ LICENSE_NAME= INRIA permissive license with copyright notice requirements
|
|||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
|
||||
|
||||
USES= tar:tgz
|
||||
USES= perl5 tar:tgz
|
||||
USE_GITHUB= yes
|
||||
GH_TAGNAME= rel${PORTVERSION:S/.//}
|
||||
USE_OCAML= yes
|
||||
USE_PERL5= build
|
||||
HAS_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --prefix ${PREFIX}
|
||||
ALL_TARGET= world.opt
|
||||
|
@ -32,7 +32,7 @@ STRICT_DESC= New syntax tree quotations kit
|
|||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
DOCSDIR= ${OCAML_DOCSDIR}/${PORTNAME}
|
||||
PORTDOCS= CHANGES DEVEL ICHANGES INSTALL MODE README UPGRADING
|
||||
PORTDOCS= CHANGES DEVEL ICHANGES MODE README.md UPGRADING
|
||||
|
||||
STRICT_CONFIGURE_ON= --strict
|
||||
TRANSITIONAL_CONFIGURE_ON= --transitional
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1539160056
|
||||
SHA256 (ocaml-camlp5/camlp5-camlp5-7.07-rel707_GH0.tar.gz) = a2c493b833b217adf94d2000eb19015b990c4e441beb35cf36b1d33ed2351991
|
||||
SIZE (ocaml-camlp5/camlp5-camlp5-7.07-rel707_GH0.tar.gz) = 813500
|
||||
TIMESTAMP = 1609024910
|
||||
SHA256 (camlp5-camlp5-7.14-rel714_GH0.tar.gz) = 6e84b9bc04e03b05bd1ec15500f0b8f4ef4ea81576a1aa7037ef01c84cf76da5
|
||||
SIZE (camlp5-camlp5-7.14-rel714_GH0.tar.gz) = 1044110
|
||||
|
|
|
@ -83,6 +83,13 @@ lib/ocaml/camlp5/pa_macro.cmi
|
|||
lib/ocaml/camlp5/pa_macro.cmo
|
||||
lib/ocaml/camlp5/pa_macro.cmx
|
||||
lib/ocaml/camlp5/pa_macro.o
|
||||
lib/ocaml/camlp5/pa_macro_gram.cmi
|
||||
lib/ocaml/camlp5/pa_macro_gram.cmo
|
||||
lib/ocaml/camlp5/pa_macro_gram.cmx
|
||||
lib/ocaml/camlp5/pa_macro_gram.o
|
||||
lib/ocaml/camlp5/pa_macro_print.cmo
|
||||
lib/ocaml/camlp5/pa_macro_print.cmx
|
||||
lib/ocaml/camlp5/pa_macro_print.o
|
||||
lib/ocaml/camlp5/pa_mkast.cmo
|
||||
lib/ocaml/camlp5/pa_mkast.cmx
|
||||
lib/ocaml/camlp5/pa_mkast.o
|
||||
|
|
Loading…
Reference in a new issue