From owner-svn-ports-head@freebsd.org Mon Dec 28 12:12:19 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1286AA5256A; Mon, 28 Dec 2015 12:12:19 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BB5D21B0F; Mon, 28 Dec 2015 12:12:18 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBSCCHxu080093; Mon, 28 Dec 2015 12:12:17 GMT (envelope-from arved@FreeBSD.org) Received: (from arved@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBSCCHh9080091; Mon, 28 Dec 2015 12:12:17 GMT (envelope-from arved@FreeBSD.org) Message-Id: <201512281212.tBSCCHh9080091@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: arved set sender to arved@FreeBSD.org using -f From: Tilman Keskinoz Date: Mon, 28 Dec 2015 12:12:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404624 - in head/net-im/profanity: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Dec 2015 12:12:19 -0000 Author: arved Date: Mon Dec 28 12:12:17 2015 New Revision: 404624 URL: https://svnweb.freebsd.org/changeset/ports/404624 Log: * Update to 0.4.7 PR: 205601 Submitted by: noah.bergbauer@tum.de * While here add dependency on gpgme to enable PGP support Deleted: head/net-im/profanity/files/ Modified: head/net-im/profanity/Makefile head/net-im/profanity/distinfo Modified: head/net-im/profanity/Makefile ============================================================================== --- head/net-im/profanity/Makefile Mon Dec 28 12:00:39 2015 (r404623) +++ head/net-im/profanity/Makefile Mon Dec 28 12:12:17 2015 (r404624) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= profanity -PORTVERSION= 0.4.6 +PORTVERSION= 0.4.7 CATEGORIES= net-im MASTER_SITES= http://www.profanity.im/ @@ -14,10 +14,12 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt LIB_DEPENDS= libstrophe.so:${PORTSDIR}/net-im/libstrophe \ libglib-2.0.so:${PORTSDIR}/devel/glib20 \ libcurl.so:${PORTSDIR}/ftp/curl \ - libotr.so:${PORTSDIR}/security/libotr3 + libotr.so:${PORTSDIR}/security/libotr3 \ + libuuid.so:${PORTSDIR}/misc/e2fsprogs-libuuid \ + libgpgme.so:${PORTSDIR}/security/gpgme OPTIONS_DEFINE=NOTIFY -USES= ncurses pkgconfig autoreconf +USES= ncurses pkgconfig GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-otr CONFIGURE_ENV= LIBS="${CFLAGS} -lcrypto" Modified: head/net-im/profanity/distinfo ============================================================================== --- head/net-im/profanity/distinfo Mon Dec 28 12:00:39 2015 (r404623) +++ head/net-im/profanity/distinfo Mon Dec 28 12:12:17 2015 (r404624) @@ -1,2 +1,2 @@ -SHA256 (profanity-0.4.6.tar.gz) = 9672667e419958dd75d40cc0f253087ba1ae7df0c3c855eaa780831ad8282a9f -SIZE (profanity-0.4.6.tar.gz) = 431828 +SHA256 (profanity-0.4.7.tar.gz) = b02c4e029fe84941050ccab6c8cdf5f15df23de5d1384b4d1ec66da6faee11dd +SIZE (profanity-0.4.7.tar.gz) = 463291