opam: update to 2.0.0.
This commit is contained in:
parent
e501162513
commit
d14f86e3a5
2 changed files with 4 additions and 16 deletions
|
@ -1,11 +0,0 @@
|
||||||
--- src_ext/Makefile.orig 2015-04-27 09:46:51.000000000 +0200
|
|
||||||
+++ src_ext/Makefile 2016-09-15 05:38:45.453896142 +0200
|
|
||||||
@@ -2,7 +2,7 @@
|
|
||||||
|
|
||||||
SRC_EXTS = extlib re cmdliner graph cudf dose uutf jsonm
|
|
||||||
|
|
||||||
-URL_extlib = http://ocaml-extlib.googlecode.com/files/extlib-1.5.3.tar.gz
|
|
||||||
+URL_extlib = http://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/ocaml-extlib/extlib-1.5.3.tar.gz
|
|
||||||
MD5_extlib = 3de5f4e0a95fda7b2f3819c4a655b17c
|
|
||||||
|
|
||||||
URL_re = https://github.com/ocaml/ocaml-re/archive/ocaml-re-1.2.0.tar.gz
|
|
|
@ -1,12 +1,12 @@
|
||||||
# Template file for 'opam'
|
# Template file for 'opam'
|
||||||
pkgname=opam
|
pkgname=opam
|
||||||
version=1.2.2
|
version=2.0.0
|
||||||
revision=6
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
disable_parallel_build=yes
|
disable_parallel_build=yes
|
||||||
make_build_args="lib-ext all"
|
make_build_args="lib-ext all"
|
||||||
make_check_target="tests"
|
make_check_target="tests"
|
||||||
makedepends="ncurses-devel ocaml curl"
|
makedepends="curl ncurses-devel ocaml ocaml-findlib"
|
||||||
depends="curl patch unzip"
|
depends="curl patch unzip"
|
||||||
checkdepends="${depends} git rsync"
|
checkdepends="${depends} git rsync"
|
||||||
short_desc="OCaml package manager"
|
short_desc="OCaml package manager"
|
||||||
|
@ -14,6 +14,5 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="LGPL-3.0-only"
|
license="LGPL-3.0-only"
|
||||||
homepage="http://opam.ocamlpro.com"
|
homepage="http://opam.ocamlpro.com"
|
||||||
distfiles="https://github.com/ocaml/${pkgname}/archive/${version}.tar.gz"
|
distfiles="https://github.com/ocaml/${pkgname}/archive/${version}.tar.gz"
|
||||||
checksum=3e4a05df6ff8deecba019d885ebe902eb933acb6e2fc7784ffee1ee14871e36a
|
checksum=1e9b47a66a952571b32217c58d0c58d2d66706083969dcfa1e42a60ecce30121
|
||||||
nocross=yes
|
nocross=yes
|
||||||
export OCAMLPARAM="safe-string=0,_"
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue