Date: Tue, 25 Sep 2012 20:01:35 +0800 From: Marcelo Araujo <araujobsdport@gmail.com> To: Ruslan Mahmatkhanov <rm@freebsd.org> Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org Subject: Re: svn commit: r304831 - head/devel/py-pyxml2obj Message-ID: <CAOfEmZhcyxjr06haNdUaoetH6NDyY=OiTtHBSm5m1DgHBAOb6Q@mail.gmail.com> In-Reply-To: <201209251154.q8PBsdSc024984@svn.freebsd.org> References: <201209251154.q8PBsdSc024984@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Thanks, now, outside the subway. :) On Sep 25, 2012 7:55 PM, "Ruslan Mahmatkhanov" <rm@freebsd.org> wrote: > Author: rm > Date: Tue Sep 25 11:54:39 2012 > New Revision: 304831 > URL: http://svn.freebsd.org/changeset/ports/304831 > > Log: > - s/PKG_PLIST/PLIST_FILES/ in Makefile > - remove trailing tabs > - remove undefinite article from COMMENT > - break the lines in pkg-descr at 80-char border > > Approved by: araujo (in the subway) > > Modified: > head/devel/py-pyxml2obj/Makefile > head/devel/py-pyxml2obj/pkg-descr > > Modified: head/devel/py-pyxml2obj/Makefile > > ============================================================================== > --- head/devel/py-pyxml2obj/Makefile Tue Sep 25 11:16:05 2012 > (r304830) > +++ head/devel/py-pyxml2obj/Makefile Tue Sep 25 11:54:39 2012 > (r304831) > @@ -1,19 +1,19 @@ > # $FreeBSD$ > > -PORTNAME= pyxml2obj > +PORTNAME= pyxml2obj > PORTVERSION= 0.1.2.9 > CATEGORIES= devel python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} > > MAINTAINER= araujo@FreeBSD.org > -COMMENT= A simple way to convert xml to python object and vice versa > +COMMENT= Simple way to convert xml to python object and vice versa > > LICENSE= MIT > > USE_PYTHON= yes > USE_PYDISTUTILS= easy_install > > -PKG_PLIST= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% > +PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% > > .include <bsd.port.mk> > > Modified: head/devel/py-pyxml2obj/pkg-descr > > ============================================================================== > --- head/devel/py-pyxml2obj/pkg-descr Tue Sep 25 11:16:05 2012 > (r304830) > +++ head/devel/py-pyxml2obj/pkg-descr Tue Sep 25 11:54:39 2012 > (r304831) > @@ -1,5 +1,7 @@ > -This module provides only 2 methods, XMLin and XMLout. XMLin convert xml > to python object, and XMLout python object to xml. > +This module provides only 2 methods, XMLin and XMLout. XMLin convert xml > +to python object, and XMLout python object to xml. > > -This module is inspired by XML::Simple in CPAN, but some options of > XML::Simple are not supported. > +This module is inspired by XML::Simple in CPAN, but some options of > +XML::Simple are not supported. > > WWW: http://pypi.python.org/pypi/pyxml2obj/ >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAOfEmZhcyxjr06haNdUaoetH6NDyY=OiTtHBSm5m1DgHBAOb6Q>