~alpine/devel

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

[alpine-devel] [PATCH] main/task: added GnuTLS support to sync with a taskd server

ScrumpyJack <scrumpyjack@me.com>
Details
Message ID
<alpine.LNX.2.11.1412051255470.8866@st.ilet.to>
Sender timestamp
1417784281
DKIM signature
missing
Download raw message
Patch: +1 -1
---
  main/task/APKBUILD | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/main/task/APKBUILD b/main/task/APKBUILD
index 97d1302..e1fe9ef 100644
--- a/main/task/APKBUILD
+++ b/main/task/APKBUILD
@@ -8,7 +8,7 @@ arch="all"
 license="MIT"
 depends=""
 depends_dev=""
makedepends="$depends_dev cmake util-linux-dev"
makedepends="$depends_dev cmake gnutls-dev util-linux-dev"
 install=""
 subpackages="$pkgname-doc"
 source="http://taskwarrior.org/download/task-$pkgver.tar.gz
-- 
2.1.3



---
Unsubscribe:  alpine-devel+unsubscribe@lists.alpinelinux.org
Help:         alpine-devel+help@lists.alpinelinux.org
---
Natanael Copa <ncopa@alpinelinux.org>
Details
Message ID
<20141205164814.22e257cb@ncopa-desktop.alpinelinux.org>
In-Reply-To
<alpine.LNX.2.11.1412051255470.8866@st.ilet.to> (view parent)
Sender timestamp
1417794494
DKIM signature
missing
Download raw message
On Fri, 05 Dec 2014 12:58:01 +0000 (UTC)
ScrumpyJack <scrumpyjack@me.com> wrote:

> 
> ---
>   main/task/APKBUILD | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/main/task/APKBUILD b/main/task/APKBUILD
> index 97d1302..e1fe9ef 100644
> --- a/main/task/APKBUILD
> +++ b/main/task/APKBUILD
> @@ -8,7 +8,7 @@ arch="all"
>   license="MIT"
>   depends=""
>   depends_dev=""
> -makedepends="$depends_dev cmake util-linux-dev"
> +makedepends="$depends_dev cmake gnutls-dev util-linux-dev"
>   install=""
>   subpackages="$pkgname-doc"
>   source="http://taskwarrior.org/download/task-$pkgver.tar.gz

I think your mailer mangled it again :-(

I applied it manually and commited with you as author.

Thanks!

-nc


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