Received: from mx7.valuehost.ru (mx7.valuehost.ru [217.112.42.214]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTP id 9BF1D782B2C for ; Tue, 3 Sep 2019 06:00:47 +0000 (UTC) Received: from mx7.valuehost.ru (unknown [127.0.0.255]) by mx7.valuehost.ru (Postfix) with ESMTP id C0EB153A04 for ; Tue, 3 Sep 2019 09:00:46 +0300 (MSK) From: alpine-mips-patches Date: Tue, 3 Sep 2019 05:26:43 +0000 Subject: [PATCH 2/4] testing/ocaml-camlp5: upgrade to 7.08 To: alpine-aports@lists.alpinelinux.org Message-Id: <20190903060046.C0EB153A04@mx7.valuehost.ru> This is a re-sync with ocaml-4.08.x --- testing/ocaml-camlp5/APKBUILD | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/testing/ocaml-camlp5/APKBUILD b/testing/ocaml-camlp5/APKBUILD index cf39012760..dc5f7b3a29 100644 --- a/testing/ocaml-camlp5/APKBUILD +++ b/testing/ocaml-camlp5/APKBUILD @@ -2,8 +2,8 @@ # Maintainer: alpine-mips-patches pkgname=ocaml-camlp5 _pkgname=camlp5 -pkgver=7.07 -_pkgver="rel707" +pkgver=7.08 +_pkgver="rel${pkgver%.*}${pkgver##*.}" pkgrel=0 pkgdesc="Preprocessor-pretty-printer of OCaml" url="https://camlp5.github.io" @@ -17,7 +17,6 @@ source="$pkgname-$_pkgver.tar.gz::https://github.com/camlp5/$_pkgname/archive/$_ builddir="$srcdir/$_pkgname-$_pkgver" build() { - cd "$builddir" ./configure \ --prefix /usr \ --bindir /usr/bin \ @@ -27,7 +26,6 @@ build() { } package() { - cd "$builddir" make DESTDIR="$pkgdir" install } @@ -47,4 +45,4 @@ dev() { done } -sha512sums="e396c109c67383ba56f3ada43f5b5ece8b2339528553802386a1d9637a151a14d7dfc48c0a4219b24ca53fad7acfddfd4dc2c1fe109ced8b71f16202b94b8cf6 ocaml-camlp5-rel707.tar.gz" +sha512sums="bf0785a9899bca63f9bf1216b248e20fab2a7643c7f090c026c16f74c2ecb5f40831dd2f9583ca508195f44b3c01a3b445f1f48c9ecd2cd76e868aa038cab51b ocaml-camlp5-rel708.tar.gz" -- 2.23.0