From owner-svn-ports-all@FreeBSD.ORG Tue Nov 13 14:25:10 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3387FD31 for ; Tue, 13 Nov 2012 14:25:10 +0000 (UTC) (envelope-from bdrewery@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 0BD238FC17 for ; Tue, 13 Nov 2012 14:25:10 +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 qADEP9P2014056 for ; Tue, 13 Nov 2012 14:25:09 GMT (envelope-from bdrewery@freefall.freebsd.org) Received: (from bdrewery@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id qADEP9Q7014047 for svn-ports-all@freebsd.org; Tue, 13 Nov 2012 14:25:09 GMT (envelope-from bdrewery) Received: (qmail 69609 invoked from network); 13 Nov 2012 08:25:06 -0600 Received: from unknown (HELO ?10.10.0.115?) (freebsd@shatow.net@10.10.0.115) by sweb.xzibition.com with ESMTPA; 13 Nov 2012 08:25:06 -0600 Message-ID: <50A2583D.10807@FreeBSD.org> Date: Tue, 13 Nov 2012 08:25:01 -0600 From: Bryan Drewery Organization: FreeBSD User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:16.0) Gecko/20121026 Thunderbird/16.0.2 MIME-Version: 1.0 To: Ruslan Mahmatkhanov , william88@gmail.com Subject: Re: svn commit: r307375 - head/irc/py-irclib References: <201211131409.qADE9lVu058920@svn.freebsd.org> In-Reply-To: <201211131409.qADE9lVu058920@svn.freebsd.org> X-Enigmail-Version: 1.4.5 OpenPGP: id=3C9B0CF9; url=http://www.shatow.net/bryan/bryan.asc Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Nov 2012 14:25:10 -0000 On 11/13/2012 8:09 AM, Ruslan Mahmatkhanov wrote: > Author: rm > Date: Tue Nov 13 14:09:46 2012 > New Revision: 307375 > URL: http://svnweb.freebsd.org/changeset/ports/307375 > > Log: > - add missing build dependency on devel/py-hgtools. This should fix > build on pointyhat [1] > - bump PORTREVISION because of dependency change Thank you! > > while here: > - trim Makefile header > - remove trailing whitespace in pkg-descr > > PR: 173507 [1] > PR: 173501 [2] > Submitted by: William Grzybowski (maintainer) > Reported by: bdrewery [2] > Feature safe: yes > > Modified: > head/irc/py-irclib/Makefile > head/irc/py-irclib/pkg-descr > > Modified: head/irc/py-irclib/Makefile > ============================================================================== > --- head/irc/py-irclib/Makefile Tue Nov 13 14:05:23 2012 (r307374) > +++ head/irc/py-irclib/Makefile Tue Nov 13 14:09:46 2012 (r307375) > @@ -1,12 +1,9 @@ > -# New ports collection makefile for: py-irclib > -# Date created: 25 April 2001 > -# Whom: Hye-Shik Chang > -# > +# Created by: Hye-Shik Chang > # $FreeBSD$ > -# > > PORTNAME= irclib > PORTVERSION= 0.6.4 > +PORTREVISION= 1 > CATEGORIES= irc python > MASTER_SITES= SF/python-${PORTNAME} > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} > @@ -23,7 +20,8 @@ PYDISTUTILS_NOEGGINFO=yes > > # 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//} > > > Modified: head/irc/py-irclib/pkg-descr > ============================================================================== > --- head/irc/py-irclib/pkg-descr Tue Nov 13 14:05:23 2012 (r307374) > +++ head/irc/py-irclib/pkg-descr Tue Nov 13 14:09:46 2012 (r307375) > @@ -1,6 +1,6 @@ > -This library is intended to encapsulate the IRC protocol at a quite > -low level. It provides an event-driven IRC client framework. It has > -a fairly thorough support for the basic IRC protocol, CTCP and DCC. > +This library is intended to encapsulate the IRC protocol at a quite > +low level. It provides an event-driven IRC client framework. It has > +a fairly thorough support for the basic IRC protocol, CTCP and DCC. > It actually does CTCP parsing exactly as the CTCP specifications describe it. > > WWW: http://sourceforge.net/projects/python-irclib/ > -- Regards, Bryan Drewery bdrewery@freenode/EFNet