~alpine/aports

3 3

[alpine-aports] [PATCH] testing/mksh: current release R51

Filip Chabik <hadret@gmail.com>
Details
Message ID
<1437131662-26514-1-git-send-email-hadret@gmail.com>
Sender timestamp
1437131662
DKIM signature
missing
Download raw message
Patch: +34 -0
MirBSD KSH Shell
http://mirbsd.de/mksh
---
 testing/mksh/APKBUILD | 34 ++++++++++++++++++++++++++++++++++
 1 file changed, 34 insertions(+)
 create mode 100644 testing/mksh/APKBUILD

diff --git a/testing/mksh/APKBUILD b/testing/mksh/APKBUILD
new file mode 100644
index 0000000..4e67f96
--- /dev/null
+++ b/testing/mksh/APKBUILD
@@ -0,0 +1,34 @@
# Maintainer: Eivind Uggedal <eivind@uggedal.com>
pkgname=mksh
pkgver=51
_pkgver=R51
pkgrel=0
pkgdesc="MirBSD KSH Shell"
url="http://mirbsd.de/mksh"
arch="all"
license="BSD"
depends=""
depends_dev=""
makedepends="$depends_dev"
install=""
subpackages="$pkgname-doc"
source="https://www.mirbsd.org/MirOS/dist/mir/mksh/$pkgname-$_pkgver.tgz"

_builddir="$srcdir/$pkgname"

build() {
	cd "$_builddir"

	sh Build.sh -r -c lto
}

package() {
	cd "$_builddir"
	install -D -m 755 mksh "$pkgdir"/usr/bin/mksh
	install -D -m 644 mksh.1 "$pkgdir"/usr/share/man/man1/mksh.1
	install -D -m 644 dot.mkshrc "$pkgdir"/usr/share/doc/mksh/dot.mkshrc
}

md5sums="8e522475da795c60f35a6f8035481baf  mksh-R51.tgz"
sha256sums="9feeaa5ff33d8199c0123675dec29785943ffc67152d58d431802bc20765dadf  mksh-R51.tgz"
sha512sums="dea2dea283959c0564cb6e9dbb9eecf004365cd01d83f1a8bbaff319c8ebefc4eb5e85898e207c7ce0577af525be0563e7c6b5f4b3449a2439e93f3f8bfd43ea  mksh-R51.tgz"
-- 
2.4.6



---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---
Francesco Colista <fcolista@alpinelinux.org>
Details
Message ID
<2789b4914686250e3d2d4308eb07aa9c@bsod.eu>
In-Reply-To
<1437131662-26514-1-git-send-email-hadret@gmail.com> (view parent)
Sender timestamp
1437132932
DKIM signature
missing
Download raw message
Il 2015-07-17 13:14 Filip Chabik ha scritto:
> MirBSD KSH Shell
> http://mirbsd.de/mksh
> ---

We already have mksh on main/edge.
Do you want to submit anothe patch to update main/mksh to the current 
version?
Thanks.

-- 
:: Francesco Colista
:: Alpine Linux Infrstraucture
:: http://www.alpinelinux.org


---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---
Filip Chabik <hadret@gmail.com>
Details
Message ID
<20150717115647.GA6243@gmail.com>
In-Reply-To
<2789b4914686250e3d2d4308eb07aa9c@bsod.eu> (view parent)
Sender timestamp
1437134207
DKIM signature
missing
Download raw message
On 17/07, Francesco Colista wrote:
> Il 2015-07-17 13:14 Filip Chabik ha scritto:
> >MirBSD KSH Shell
> >http://mirbsd.de/mksh
> >---
> 
> We already have mksh on main/edge.
> Do you want to submit anothe patch to update main/mksh to the current
> version?
> Thanks.
> 
> -- 
> :: Francesco Colista
> :: Alpine Linux Infrstraucture
> :: http://www.alpinelinux.org


I just thought that this might be a good idea to keep oldstable branch
separate from the new one. R51 was release a week ago and I was a bit
concerned whether it's a good idea to upgrade to it directly without
any proper testing.

-Filip


---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---
Bartłomiej Piotrowski <b@bpiotrowski.pl>
Details
Message ID
<3303a03547fe2214e34b38b418829f5f@server-speed.net>
In-Reply-To
<20150717115647.GA6243@gmail.com> (view parent)
Sender timestamp
1437139590
DKIM signature
missing
Download raw message
On 2015-07-17 13:56, Filip Chabik wrote:
> On 17/07, Francesco Colista wrote:
>> Il 2015-07-17 13:14 Filip Chabik ha scritto:
>> >MirBSD KSH Shell
>> >http://mirbsd.de/mksh
>> >---
>> 
>> We already have mksh on main/edge.
>> Do you want to submit anothe patch to update main/mksh to the current
>> version?
>> Thanks.
>> 
>> --
>> :: Francesco Colista
>> :: Alpine Linux Infrstraucture
>> :: http://www.alpinelinux.org
> 
> 
> I just thought that this might be a good idea to keep oldstable branch
> separate from the new one. R51 was release a week ago and I was a bit
> concerned whether it's a good idea to upgrade to it directly without
> any proper testing.
> 
> -Filip
> 
> 
> ---
> Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
> Help:         alpine-aports+help@lists.alpinelinux.org
> ---

Edge is expected to break occasionally so I think it's fine to merge it 
to
main. We can always revert the change if major bugs will be found.

BP


---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---
Reply to thread Export thread (mbox)