I think this needs a corresponding lambda-term 1.7 update (that now makes 
camlp4 optional -- not sure if necessary or not).

On 21 Oct 2014, at 18:25, Christopher Zimmermann <chr...@openbsd.org> wrote:

> Hi,
> 
> straightforward update of devel/utop. OK?
> 
> 
> Christopher
> 
> 
> Index: Makefile
> ===================================================================
> RCS file: /cvs/ports/devel/utop/Makefile,v
> retrieving revision 1.6
> diff -u -p -r1.6 Makefile
> --- Makefile  2 Sep 2014 09:24:44 -0000       1.6
> +++ Makefile  21 Oct 2014 17:25:01 -0000
> @@ -3,11 +3,11 @@
> COMMENT =     enhanced OCaml toplevel
> CATEGORIES =  devel
> 
> -V =          1.15
> +V =          1.16
> GH_ACCOUNT =  diml
> GH_PROJECT =  utop
> GH_TAGNAME =  ${V}
> -GH_COMMIT =  c77830eb9dc52e39c5ebcafac6ffe760a9dff012
> +GH_COMMIT =  425a381a40860f708c64e4a2a4c996f4985923c0
> DISTNAME =    ${GH_PROJECT}-$V
> 
> HOMEPAGE =    https://github.com/diml/utop
> @@ -17,16 +17,11 @@ MAINTAINER =      Edd Barrett <e...@openbsd.or
> PERMIT_PACKAGE_CDROM =        Yes
> 
> CONFIGURE_STYLE =     oasis
> -CONFIGURE_ARGS +=    --enable-tests
> +CONFIGURE_ARGS +=    --enable-tests --enable-camlp4
> 
> MODULES =             lang/ocaml
> RUN_DEPENDS =         devel/ocaml-lambda-term
> BUILD_DEPENDS =               ${RUN_DEPENDS} sysutils/findlib 
> lang/ocaml-camlp4
> -
> -# silence a warning
> -post-extract:
> -     # already shipped by the OCaml package
> -     rm ${WRKBUILD}/src/lib/errors.mli
> 
> post-install:
>       ${INSTALL_DATA} \
> Index: distinfo
> ===================================================================
> RCS file: /cvs/ports/devel/utop/distinfo,v
> retrieving revision 1.3
> diff -u -p -r1.3 distinfo
> --- distinfo  1 Sep 2014 13:07:51 -0000       1.3
> +++ distinfo  21 Oct 2014 17:25:01 -0000
> @@ -1,2 +1,2 @@
> -SHA256 (utop-1.15.tar.gz) = Odd52QLsWhwBaDty3a3CsR/N/63jOFnfB6ELpU0H24A=
> -SIZE (utop-1.15.tar.gz) = 106190
> +SHA256 (utop-1.16.tar.gz) = wpmVH9D3YkJPR5oZI5q84tMgOBwvfbIULsSAfBRkXto=
> +SIZE (utop-1.16.tar.gz) = 99557
> Index: pkg/PFRAG.native
> ===================================================================
> RCS file: /cvs/ports/devel/utop/pkg/PFRAG.native,v
> retrieving revision 1.1.1.1
> diff -u -p -r1.1.1.1 PFRAG.native
> --- pkg/PFRAG.native  17 Jul 2013 21:57:24 -0000      1.1.1.1
> +++ pkg/PFRAG.native  21 Oct 2014 17:25:01 -0000
> @@ -1,10 +1,6 @@
> @comment $OpenBSD: PFRAG.native,v 1.1.1.1 2013/07/17 21:57:24 edd Exp $
> %%dynlink%%
> -lib/ocaml/utop/uTop.cmx
> -lib/ocaml/utop/uTop_camlp4.cmx
> -lib/ocaml/utop/uTop_complete.cmx
> lib/ocaml/utop/uTop_lexer.cmx
> -lib/ocaml/utop/uTop_main.cmx
> lib/ocaml/utop/uTop_private.cmx
> lib/ocaml/utop/uTop_styles.cmx
> lib/ocaml/utop/uTop_token.cmx
> 
> 
> 
> -- 
> http://gmerlin.de
> OpenPGP: http://gmerlin.de/christopher.pub
> F190 D013 8F01 AA53 E080  3F3C F17F B0A1 D44E 4FEE


Reply via email to