From owner-svn-ports-head@freebsd.org Tue Jul 21 12:27:52 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 3C3729A72F1; Tue, 21 Jul 2015 12:27:52 +0000 (UTC) (envelope-from garga@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 2D8B21877; Tue, 21 Jul 2015 12:27:52 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6LCRq25040558; Tue, 21 Jul 2015 12:27:52 GMT (envelope-from garga@FreeBSD.org) Received: (from garga@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6LCRqJS040557; Tue, 21 Jul 2015 12:27:52 GMT (envelope-from garga@FreeBSD.org) Message-Id: <201507211227.t6LCRqJS040557@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: garga set sender to garga@FreeBSD.org using -f From: Renato Botelho Date: Tue, 21 Jul 2015 12:27:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392624 - head/irc/bitlbee 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: Tue, 21 Jul 2015 12:27:52 -0000 Author: garga Date: Tue Jul 21 12:27:51 2015 New Revision: 392624 URL: https://svnweb.freebsd.org/changeset/ports/392624 Log: Add python as build dependency and unbreak build without SKYPE option Modified: head/irc/bitlbee/Makefile Modified: head/irc/bitlbee/Makefile ============================================================================== --- head/irc/bitlbee/Makefile Tue Jul 21 12:27:27 2015 (r392623) +++ head/irc/bitlbee/Makefile Tue Jul 21 12:27:51 2015 (r392624) @@ -2,7 +2,7 @@ PORTNAME= bitlbee PORTVERSION= 3.4.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= irc MASTER_SITES= http://get.bitlbee.org/src/ \ LOCAL/brix @@ -20,7 +20,7 @@ PORTDOCS= AUTHORS CHANGES CREDITS FAQ RE PORTEXAMPLES= bitlbee.conf motd.txt GNU_CONFIGURE= yes -USES= gmake pkgconfig +USES= gmake pkgconfig python:build USE_RC_SUBR= bitlbee USE_GNOME= glib20 OPTIONS_SUB= yes