You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
ocaml-camlp5-buildscripts: update to 0.07
Signed-off-by: Paul Guyot <pguyot@kallisys.net>
This commit is contained in:
@@ -4,10 +4,10 @@ PortSystem 1.0
|
||||
PortGroup ocaml 1.1
|
||||
PortGroup github 1.0
|
||||
|
||||
github.setup camlp5 camlp5-buildscripts 0.06
|
||||
github.setup camlp5 camlp5-buildscripts 0.07
|
||||
github.tarball_from archive
|
||||
name ocaml-camlp5-buildscripts
|
||||
revision 3
|
||||
revision 0
|
||||
categories ocaml devel
|
||||
maintainers {pguyot @pguyot} openmaintainer
|
||||
license BSD
|
||||
@@ -19,9 +19,9 @@ long_description These are build-scripts that are helpful in building \
|
||||
bin-directory, but in the package-directory, hence invoked \
|
||||
via the "ocamlfind package/exe" method.
|
||||
|
||||
checksums rmd160 168d3f4bac7a4221fefbe6b27dd357aa7715638a \
|
||||
sha256 7facb9d03a10902110632d8b33abbf01f605fedaaf364234a0aa70804d9794bc \
|
||||
size 18736
|
||||
checksums rmd160 908c1f4d1d7be5151f86f8e8ea8a9d5f86847f53 \
|
||||
sha256 c619c1912b277d4f6f269884c4cf979e5cbd1dadcefc7c150103b2800391be77 \
|
||||
size 18790
|
||||
|
||||
depends_lib-append port:ocaml-not-ocamlfind \
|
||||
port:ocaml-fmt \
|
||||
@@ -30,7 +30,5 @@ depends_lib-append port:ocaml-not-ocamlfind \
|
||||
port:ocaml-rresult \
|
||||
bin:bash:bash
|
||||
|
||||
patchfiles patch-rresult.diff
|
||||
|
||||
use_configure no
|
||||
ocaml.use_findlib yes
|
||||
|
||||
@@ -1,11 +0,0 @@
|
||||
--- src/Makefile.orig
|
||||
+++ src/Makefile
|
||||
@@ -9,7 +9,7 @@
|
||||
|
||||
NOT_OCAMLFIND=not-ocamlfind
|
||||
OCAMLFIND=ocamlfind
|
||||
-PACKAGES=re,fmt,unix,bos
|
||||
+PACKAGES=re,fmt,unix,bos,rresult
|
||||
|
||||
BIN=ya-wrap-ocamlfind$(EXE) fixin$(EXE) join_meta$(EXE) LAUNCH$(EXE)
|
||||
ifeq ($(OS),Windows_NT)
|
||||
Reference in New Issue
Block a user