~alpine/aports

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch
2 2

[alpine-aports] [PATCH v2] Update proj4 from 5.2.0 to 6.0.0 with checksum

Kelvin Nicholson <kelvin@kelvinism.com>
Details
Message ID
<20190507124520.30213-1-kelvin@kelvinism.com>
Sender timestamp
1557233120
DKIM signature
missing
Download raw message
Patch: +3 -3
---
 testing/proj4/APKBUILD | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/testing/proj4/APKBUILD b/testing/proj4/APKBUILD
index e6e6240..8ab7f53 100644
--- a/testing/proj4/APKBUILD
+++ b/testing/proj4/APKBUILD
@@ -1,6 +1,6 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=proj4
pkgver=5.2.0
pkgver=6.0.0
pkgrel=0
pkgdesc="PROJ.4 - Cartographic Projections Library"
url="https://trac.osgeo.org/proj/"
@@ -8,7 +8,7 @@ arch="all"
license="MIT"
options=""
depends=""
makedepends=""
makedepends="sqlite-dev"
subpackages="$pkgname-doc $pkgname-dev"
source="http://download.osgeo.org/proj/proj-$pkgver.tar.gz
	"
@@ -30,4 +30,4 @@ package() {
	mkdir -p $pkgdir/usr/bin
	make DESTDIR="$pkgdir" install
}
sha512sums="f773117d22309d4ee8dbedc2a7b6ba27e8cd032e1bd0af3c98f270bf7b7ab3353be0b04d91202a1f137fc45164c8e8a52712bb06281948008160d08f9f9074ba  proj-5.2.0.tar.gz"
sha512sums="bc4d2f02d697aa01099f5e973a7ca70072f51210754e4d9331ae5bfdef886a41984ce27c1ff926da14fd199005bf9cad7162ab3ea8f3f421ac8b60bc8defd8f7  proj-6.0.0.tar.gz"
-- 
2.20.1



---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---
Milan P. Stanić <mps@arvanta.net>
Details
Message ID
<20190530130837.GA14434@arya.arvanta.net>
In-Reply-To
<20190507124520.30213-1-kelvin@kelvinism.com> (view parent)
Sender timestamp
1559221717
DKIM signature
missing
Download raw message
Hi,

this patch still doesn't work because missing 'sqlite'.
I will close this (and previous) patch and try to apply your
pull request from https://github.com/alpinelinux/aports/pull/7972

If you have any objection please raise it here or on alpine-devel
mailing list.

Thanks for working on Alpine Linux

-- 
regards

On Tue, 2019-05-07 at 22:45, Kelvin Nicholson wrote:
> ---
>  testing/proj4/APKBUILD | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/testing/proj4/APKBUILD b/testing/proj4/APKBUILD
> index e6e6240..8ab7f53 100644
> --- a/testing/proj4/APKBUILD
> +++ b/testing/proj4/APKBUILD
> @@ -1,6 +1,6 @@
>  # Maintainer: Natanael Copa <ncopa@alpinelinux.org>
>  pkgname=proj4
> -pkgver=5.2.0
> +pkgver=6.0.0
>  pkgrel=0
>  pkgdesc="PROJ.4 - Cartographic Projections Library"
>  url="https://trac.osgeo.org/proj/"
> @@ -8,7 +8,7 @@ arch="all"
>  license="MIT"
>  options=""
>  depends=""
> -makedepends=""
> +makedepends="sqlite-dev"
>  subpackages="$pkgname-doc $pkgname-dev"
>  source="http://download.osgeo.org/proj/proj-$pkgver.tar.gz
>  	"
> @@ -30,4 +30,4 @@ package() {
>  	mkdir -p $pkgdir/usr/bin
>  	make DESTDIR="$pkgdir" install
>  }
> -sha512sums="f773117d22309d4ee8dbedc2a7b6ba27e8cd032e1bd0af3c98f270bf7b7ab3353be0b04d91202a1f137fc45164c8e8a52712bb06281948008160d08f9f9074ba  proj-5.2.0.tar.gz"
> +sha512sums="bc4d2f02d697aa01099f5e973a7ca70072f51210754e4d9331ae5bfdef886a41984ce27c1ff926da14fd199005bf9cad7162ab3ea8f3f421ac8b60bc8defd8f7  proj-6.0.0.tar.gz"
> -- 
> 2.20.1
> 
> 
> 
> ---
> Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
> Help:         alpine-aports+help@lists.alpinelinux.org
> ---
> 


---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---
Kelvin Nicholson <kelvin@kelvinism.com>
Details
Message ID
<ED710E9B-86A2-4988-B5F2-52D01B5E9E15@kelvinism.com>
In-Reply-To
<20190530130837.GA14434@arya.arvanta.net> (view parent)
Sender timestamp
1559303739
DKIM signature
missing
Download raw message
Hi Milan - no objections. I only noticed sqlite was needed because of the PR on GitHub. That’s the one to take.

Thank you and all the other maintainers for supporting such a useful distro.

Kelvin

—

Kelvin Nicholson
Ph: +61 4 2499 0842
GPG Keyid: 289090AC
LinkedIn: http://www.linkedin.com/in/kelvinism

> On 30 May 2019, at 11:08 pm, Milan P. Stanić <mps@arvanta.net> wrote:
> 
> Hi,
> 
> this patch still doesn't work because missing 'sqlite'.
> I will close this (and previous) patch and try to apply your
> pull request from https://github.com/alpinelinux/aports/pull/7972
> 
> If you have any objection please raise it here or on alpine-devel
> mailing list.
> 
> Thanks for working on Alpine Linux
> 
> -- 
> regards
> 
> On Tue, 2019-05-07 at 22:45, Kelvin Nicholson wrote:
>> ---
>> testing/proj4/APKBUILD | 6 +++---
>> 1 file changed, 3 insertions(+), 3 deletions(-)
>> 
>> diff --git a/testing/proj4/APKBUILD b/testing/proj4/APKBUILD
>> index e6e6240..8ab7f53 100644
>> --- a/testing/proj4/APKBUILD
>> +++ b/testing/proj4/APKBUILD
>> @@ -1,6 +1,6 @@
>> # Maintainer: Natanael Copa <ncopa@alpinelinux.org>
>> pkgname=proj4
>> -pkgver=5.2.0
>> +pkgver=6.0.0
>> pkgrel=0
>> pkgdesc="PROJ.4 - Cartographic Projections Library"
>> url="https://trac.osgeo.org/proj/"
>> @@ -8,7 +8,7 @@ arch="all"
>> license="MIT"
>> options=""
>> depends=""
>> -makedepends=""
>> +makedepends="sqlite-dev"
>> subpackages="$pkgname-doc $pkgname-dev"
>> source="http://download.osgeo.org/proj/proj-$pkgver.tar.gz
>> 	"
>> @@ -30,4 +30,4 @@ package() {
>> 	mkdir -p $pkgdir/usr/bin
>> 	make DESTDIR="$pkgdir" install
>> }
>> -sha512sums="f773117d22309d4ee8dbedc2a7b6ba27e8cd032e1bd0af3c98f270bf7b7ab3353be0b04d91202a1f137fc45164c8e8a52712bb06281948008160d08f9f9074ba  proj-5.2.0.tar.gz"
>> +sha512sums="bc4d2f02d697aa01099f5e973a7ca70072f51210754e4d9331ae5bfdef886a41984ce27c1ff926da14fd199005bf9cad7162ab3ea8f3f421ac8b60bc8defd8f7  proj-6.0.0.tar.gz"
>> -- 
>> 2.20.1
>> 
>> 
>> 
>> ---
>> Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
>> Help:         alpine-aports+help@lists.alpinelinux.org
>> ---
>> 
Reply to thread Export thread (mbox)