From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Nov 9 18:00:01 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A9429E2F for ; Fri, 9 Nov 2012 18:00:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 610768FC12 for ; Fri, 9 Nov 2012 18:00:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id qA9I01Jg070933 for ; Fri, 9 Nov 2012 18:00:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id qA9I017J070932; Fri, 9 Nov 2012 18:00:01 GMT (envelope-from gnats) Resent-Date: Fri, 9 Nov 2012 18:00:01 GMT Resent-Message-Id: <201211091800.qA9I017J070932@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, William Grzybowski Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AC19EB1E for ; Fri, 9 Nov 2012 17:51:39 +0000 (UTC) (envelope-from william88@gmail.com) Received: from mail-yh0-f54.google.com (mail-yh0-f54.google.com [209.85.213.54]) by mx1.freebsd.org (Postfix) with ESMTP id 639768FC08 for ; Fri, 9 Nov 2012 17:51:38 +0000 (UTC) Received: by mail-yh0-f54.google.com with SMTP id s35so912886yhf.13 for ; Fri, 09 Nov 2012 09:51:37 -0800 (PST) Received: by 10.236.147.208 with SMTP id t56mr12194550yhj.88.1352483497637; Fri, 09 Nov 2012 09:51:37 -0800 (PST) Received: from localhost ([177.40.124.118]) by mx.google.com with ESMTPS id h16sm27869186ani.0.2012.11.09.09.51.36 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 09 Nov 2012 09:51:37 -0800 (PST) Message-Id: <509d42a9.1005650a.707b.ffffdbd7@mx.google.com> Date: Fri, 09 Nov 2012 09:51:37 -0800 (PST) From: William Grzybowski To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/173507: [PATCH] irc/py-irclib: hgtools as dependency X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: William Grzybowski List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Nov 2012 18:00:01 -0000 >Number: 173507 >Category: ports >Synopsis: [PATCH] irc/py-irclib: hgtools as dependency >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Nov 09 18:00:00 UTC 2012 >Closed-Date: >Last-Modified: >Originator: William Grzybowski >Release: FreeBSD 9.0-RELEASE amd64 >Organization: >Environment: >Description: hgtools is a build dependency (Please see ports/173506 before commit) >How-To-Repeat: >Fix: See attached patch --- py-irclib.patch begins here --- Index: Makefile =================================================================== --- Makefile (revision 307244) +++ Makefile (working copy) @@ -23,7 +23,8 @@ # TODO: irclib have some weird install script bundled and use of # USE_PYDISTUTILS=easy_install would break it -BUILD_DEPENDS+= easy_install:${PORTSDIR}/devel/py-setuptools +BUILD_DEPENDS+= easy_install:${PORTSDIR}/devel/py-setuptools \ + ${PYTHON_PKGNAMEPREFIX}hgtools>0:${PORTSDIR}/devel/py-hgtools PLIST_SUB= VERSION=${PORTVERSION} PYVER=${PYTHON_VERSION:S/python//} --- py-irclib.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: