minor update to 0.5.1, from MAINTAINER rsadowski

tested by feinerer and myself
ok feinerer (who also spotted and fixed a missing python dependency)
This commit is contained in:
tb 2017-02-06 21:57:55 +00:00
parent df6fba168f
commit 49baa5e969
3 changed files with 10 additions and 9 deletions

View File

@ -1,7 +1,7 @@
# $OpenBSD: Makefile,v 1.4 2016/11/29 22:26:57 tb Exp $
# $OpenBSD: Makefile,v 1.5 2017/02/06 21:57:55 tb Exp $
COMMENT = console based XMPP client
DISTNAME = profanity-0.5.0
DISTNAME = profanity-0.5.1
CATEGORIES = net
HOMEPAGE = http://www.profanity.im/
@ -15,7 +15,8 @@ MASTER_SITES = http://www.profanity.im/
WANTLIB += assuan c crypto curl ereadline expat ffi gcrypt gdk_pixbuf-2.0
WANTLIB += gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0 gpg-error
WANTLIB += gpgme iconv intl m ncursesw nghttp2 notify otr
WANTLIB += pcre png pthread ssl strophe z
WANTLIB += pcre png pthread ssl strophe util z ${MODPY_WANTLIB}
MODULES = lang/python
BUILD_DEPENDS +=${MODGNU_AUTOCONF_DEPENDS} \
${MODGNU_AUTOMAKE_DEPENDS}

View File

@ -1,2 +1,2 @@
SHA256 (profanity-0.5.0.tar.gz) = eDvoqm6rcZL8IR8ArawTayHlgOpS2cBxKDEqlgmTlmg=
SIZE (profanity-0.5.0.tar.gz) = 687169
SHA256 (profanity-0.5.1.tar.gz) = 41E3E+dOwzY/vbrCkZvcF+JJmIeAzFpFidFCWAen/rg=
SIZE (profanity-0.5.1.tar.gz) = 691508

View File

@ -1,10 +1,10 @@
$OpenBSD: patch-tests_unittests_tools_stub_http_upload_c,v 1.1 2016/11/29 22:26:57 tb Exp $
$OpenBSD: patch-tests_unittests_tools_stub_http_upload_c,v 1.2 2017/02/06 21:57:55 tb Exp $
fix missing include
--- tests/unittests/tools/stub_http_upload.c.orig Wed Sep 28 22:32:21 2016
+++ tests/unittests/tools/stub_http_upload.c Wed Sep 28 22:33:12 2016
@@ -37,6 +37,8 @@
--- tests/unittests/tools/stub_http_upload.c.orig Sat Jan 28 22:10:04 2017
+++ tests/unittests/tools/stub_http_upload.c Sun Feb 5 20:17:59 2017
@@ -3,6 +3,8 @@
#include <curl/curl.h>