X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from st11p00mm-asmtp004.mac.com (st11p00mm-asmtp004.mac.com [17.172.81.3]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id 32E3DDC006F for ; Fri, 5 Dec 2014 12:58:04 +0000 (UTC) Received: from st.ilet.to (st.ilet.to [92.63.168.254]) by st11p00mm-asmtp004.mac.com (Oracle Communications Messaging Server 7.0.5.33.0 64bit (built Aug 27 2014)) with ESMTPSA id <0NG400CAZ1CPI400@st11p00mm-asmtp004.mac.com> for alpine-devel@lists.alpinelinux.org; Fri, 05 Dec 2014 12:58:03 +0000 (GMT) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.13.68,1.0.33,0.0.0000 definitions=2014-12-05_05:2014-12-04,2014-12-05,1970-01-01 signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 suspectscore=0 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=7.0.1-1408290000 definitions=main-1412050111 Date: Fri, 05 Dec 2014 12:58:01 +0000 (UTC) From: ScrumpyJack X-X-Sender: nicholas@st.ilet.to To: Alpine Devel List Subject: [alpine-devel] [PATCH] main/task: added GnuTLS support to sync with a taskd server Message-id: User-Agent: Alpine 2.11 (LNX 23 2013-08-11) X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-version: 1.0 Content-type: TEXT/PLAIN; format=flowed; charset=US-ASCII --- 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 ---