X-Original-To: alpine-aports@lists.alpinelinux.org Received: from mx1.tetrasec.net (mx1.tetrasec.net [74.117.190.25]) by lists.alpinelinux.org (Postfix) with ESMTP id DBB8C5C5755 for ; Tue, 2 Oct 2018 06:16:28 +0000 (GMT) Received: from mx1.tetrasec.net (mail.local [127.0.0.1]) by mx1.tetrasec.net (Postfix) with ESMTP id 5DE0F9E2411; Tue, 2 Oct 2018 06:16:28 +0000 (GMT) Received: from ncopa-desktop.copa.dup.pw (67.63.200.37.customer.cdi.no [37.200.63.67]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: alpine@tanael.org) by mx1.tetrasec.net (Postfix) with ESMTPSA id 86B9E9E03E9; Tue, 2 Oct 2018 06:16:27 +0000 (GMT) Date: Tue, 2 Oct 2018 08:16:21 +0200 From: Natanael Copa To: Michael Mason Cc: alpine-aports@lists.alpinelinux.org Subject: Re: [alpine-aports] [PATCH] Updated tinyproxy from 1.8 to 1.10 and changed source location Message-ID: <20181002081621.3b4108e5@ncopa-desktop.copa.dup.pw> In-Reply-To: References: X-Mailer: Claws Mail 3.17.1 (GTK+ 2.24.31; x86_64-alpine-linux-musl) X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Hi! Thank you for the patch. It looks like your mailer (gmail?) has mangled the patch and inserted linebreaks in way that it does not apply. On Mon, 1 Oct 2018 19:44:28 +0000 Michael Mason wrote: > --- > > main/tinyproxy/APKBUILD | 15 +++++---------- > > 1 file changed, 5 insertions(+), 10 deletions(-) > > > diff --git a/main/tinyproxy/APKBUILD b/main/tinyproxy/APKBUILD > > index 7d08cb084d..ed5a3de838 100644 > > --- a/main/tinyproxy/APKBUILD > > +++ b/main/tinyproxy/APKBUILD > > @@ -1,8 +1,8 @@ > > # Contributor: Michael Mason > > # Maintainer: Michael Mason > > pkgname=tinyproxy > > -pkgver=1.8.4 > > -pkgrel=3 > > +pkgver=1.10.0 > > +pkgrel=0 > > pkgdesc="Lightweight HTTP proxy" > > pkgusers="tinyproxy" > > pkggroups="tinyproxy" > > @@ -13,9 +13,8 @@ depends= > > makedepends="asciidoc" > > install="tinyproxy.pre-install" > > subpackages="$pkgname-doc" > > -source=" > https://www.samba.org/~obnox/tinyproxy/release/$pkgver/tinyproxy-$pkgver.tar.xz > > - tinyproxy.initd > > - " > > +source=" > https://github.com/$pkgname/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.gz > > + tinyproxy.initd" > > > > _builddir="$srcdir/$pkgname-$pkgver" > > prepare() { > > @@ -55,9 +54,5 @@ package() { > > install -Dm755 "$srcdir"/tinyproxy.initd "$pkgdir"/etc/init.d/tinyproxy > > } > > > > -md5sums="7d3378ad9681be3423c491775f7d9e35 tinyproxy-1.8.4.tar.xz > > -09ed565df8a3911051a32b2c0d332ea2 tinyproxy.initd" > > -sha256sums="3eb89d5adf388690dd170384540d61ca088eb2072d14946184b575810582410a > tinyproxy-1.8.4.tar.xz > > -ad0302ff17a93ec299da63ca5e87d80e5c1fbf605a561a4aa49bbc442425bbe5 > tinyproxy.initd" > > -sha512sums="4b7ed1657f66c8e26715016c32b1021b39a936632add7c69f1ec624b6f12272b63cd28c50476aa6757a812b8707debbeca5d83c7018599a660a9e5b2de3489e3 > tinyproxy-1.8.4.tar.xz > > +sha512sums="53187adef865672a6c29f126189cf896bd02f8b0789ee2ee00b82d93b952c70dacdd2c82b0845392e518560e75e6ee107ce7662d1ec71108f293ba1d7de6aa2a > tinyproxy-1.10.0.tar.gz > > > 78ed4e80cce82a3d08685c67ae2d0e7e5d238b394fb4a58c3f30ff3de2fb96db0afdfd7ff474effae6215172ffcbad193fbbcc483dba8cdc8aa08eb893fc0717 > tinyproxy.initd" > > --- --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---