~alpine/aports

3 of 6: testing/ocaml-camlp5: upgrade to 7.08 v1 PROPOSED

alpine-mips-patches: 1
 testing/ocaml-camlp5: upgrade to 7.08

 1 files changed, 3 insertions(+), 5 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/aports/patches/3121/mbox | git am -3
Learn more about email & git

[PATCH 3 of 6] testing/ocaml-camlp5: upgrade to 7.08 Export this patch

---
 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 <info@mobile-stream.com>
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