ocaml: update to 4.07

This commit is contained in:
Juergen Daubert 2018-07-12 14:19:16 +02:00
parent d1c440d091
commit e2a0c5f6cc
4 changed files with 428 additions and 298 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1 +1 @@
a8f051e6fd95e16f70852616efa9e0dd ocaml-4.06.1.tar.xz
24f3cd1f9da825f8b3baabee89079de4 ocaml-4.07.0.tar.xz

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/Vrph9jtbCt3xBMDS8hfq4BuLadzXoymqTFWHI4h0cPnigYS/pkn8sHqCuiGQtaPtXIWPsaqimNGj1PUOXlTtww=
SHA256 (Pkgfile) = 46d1d8c67959ec35781d401753cd1659120a5294253df8562badd7480de6e824
SHA256 (.footprint) = af328b7988c4918d41bdb4e7b649d0f94a6a4e37c081065d108b5fefbcc8fb32
SHA256 (ocaml-4.06.1.tar.xz) = 6f07e0364fb8da008d51264c820b30648f6a4bfd9a9b83709ed634adddf377d8
RWSE3ohX2g5d/albSAepgHQaEoJGX/uB2kk3uXvI2PEphI0CpLWK/HzlWQEES6O0Z/FOnoBkZbiuJsohkd5u+qlN1v7914AtbAo=
SHA256 (Pkgfile) = 46e008fdb0a1d0adbb5249a34b53b61e8140d5c8b12375496b96f0c354f6696d
SHA256 (.footprint) = affa78eeae3c52dd43deaa849ad057a349df39995c74a8baad81deb25e0a4e57
SHA256 (ocaml-4.07.0.tar.xz) = f45bf720aadf5c6408400d5179b92ea7130b7e55e501a1768c2d136ef69f9f0f

View File

@ -5,7 +5,7 @@
# Depends on: binutils ncurses
name=ocaml
version=4.06.1
version=4.07.0
release=1
source=(http://caml.inria.fr/pub/distrib/$name-${version%.*}/$name-$version.tar.xz)
@ -14,4 +14,5 @@ build() {
./configure -prefix /usr -mandir /usr/share/man -no-graph
make -j1 world.opt
make DESTDIR=$PKG install
chmod -R g-w $PKG
}