From owner-svn-ports-head@freebsd.org Sun Oct 4 10:08:44 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 39E2FA10D38; Sun, 4 Oct 2015 10:08:44 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 2B0BF12E5; Sun, 4 Oct 2015 10:08:44 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t94A8iiM044339; Sun, 4 Oct 2015 10:08:44 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t94A8itd044338; Sun, 4 Oct 2015 10:08:44 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201510041008.t94A8itd044338@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Sun, 4 Oct 2015 10:08:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r398567 - head/net-im/telepathy-gabble 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: Sun, 04 Oct 2015 10:08:44 -0000 Author: kwm Date: Sun Oct 4 10:08:43 2015 New Revision: 398567 URL: https://svnweb.freebsd.org/changeset/ports/398567 Log: The telepathy-gabble-xmpp-console tool needs gtksourceview3 introspection support to work. Submitted by: Tobias Berner Modified: head/net-im/telepathy-gabble/Makefile Modified: head/net-im/telepathy-gabble/Makefile ============================================================================== --- head/net-im/telepathy-gabble/Makefile Sun Oct 4 09:45:07 2015 (r398566) +++ head/net-im/telepathy-gabble/Makefile Sun Oct 4 10:08:43 2015 (r398567) @@ -1,10 +1,9 @@ # Created by: Florent Thoumie # $FreeBSD$ -# $MCom: ports/trunk/net-im/telepathy-gabble/Makefile 19804 2014-08-13 14:55:11Z kwm $ PORTNAME= telepathy-gabble PORTVERSION= 0.18.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-im MASTER_SITES= http://telepathy.freedesktop.org/releases/${PORTNAME}/ @@ -25,7 +24,7 @@ RUN_DEPENDS= ca_root_nss>=0:${PORTSDIR}/ PORTSCOUT= limitw:1,even USES= alias gmake libtool pathfix pkgconfig python:build -USE_GNOME= glib20 libxslt:build +USE_GNOME= glib20 gtksourceview3 libxslt:build USE_SQLITE= 3 USE_OPENSSL= yes GNU_CONFIGURE= yes