- Update to 0.9.2 Port maintainer (dikshie@sfc.wide.ad.jp) is cc'd. Generated with FreeBSD Port Tools 0.99.7_1 (mode: update, diff: SVN)
Maintainer of textproc/py-xlrd, Please note that PR ports/177939 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/177939 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Responsible Changed From-To: freebsd-ports-bugs->miwi I'll take it.
Responsible Changed From-To: miwi->skreuzer submitter is committer.
looks good. please commit. thanks! -dikshie- On Apr 18, 2013, at 3:40 AM, Edwin Groothuis <edwin@FreeBSD.org> wrote: > Maintainer of textproc/py-xlrd, > > Please note that PR ports/177939 has just been submitted. > > If it contains a patch for an upgrade, an enhancement or a bug fix > you agree on, reply to this email stating that you approve the patch > and a committer will take care of it. > > The full text of the PR can be found at: > http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/177939 > > -- > Edwin Groothuis via the GNATS Auto Assign Tool > edwin@FreeBSD.org
Author: skreuzer Date: Wed May 1 12:47:03 2013 New Revision: 317015 URL: http://svnweb.freebsd.org/changeset/ports/317015 Log: Update to 0.9.2 PR: ports/177939 Submitted by: Steven Kreuzer <skreuzer@FreeBSD.org> Approved by: dikshie <dikshie@sfc.wide.ad.jp> (maintainer) Modified: head/textproc/py-xlrd/Makefile head/textproc/py-xlrd/distinfo head/textproc/py-xlrd/pkg-plist Modified: head/textproc/py-xlrd/Makefile ============================================================================== --- head/textproc/py-xlrd/Makefile Wed May 1 11:40:42 2013 (r317014) +++ head/textproc/py-xlrd/Makefile Wed May 1 12:47:03 2013 (r317015) @@ -1,13 +1,8 @@ -# New ports collection makefile for: xlrd -# Date created: 2009-08-19 -# Whom: Dikshie -# +# Created by: Dikshie # $FreeBSD$ -# PORTNAME= xlrd -PORTVERSION= 0.7.1 -PORTREVISION= 2 +PORTVERSION= 0.9.2 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/textproc/py-xlrd/distinfo ============================================================================== --- head/textproc/py-xlrd/distinfo Wed May 1 11:40:42 2013 (r317014) +++ head/textproc/py-xlrd/distinfo Wed May 1 12:47:03 2013 (r317015) @@ -1,2 +1,2 @@ -SHA256 (xlrd-0.7.1.tar.gz) = ba11be7d2ebe7eeb208a23cc165bb7540451bcbad6da5cbf6947237568d16d14 -SIZE (xlrd-0.7.1.tar.gz) = 118302 +SHA256 (xlrd-0.9.2.tar.gz) = 3bc9823c09321ba62c6a6aa5c338a2c5b96c802717a044f42cec7a65a4c8e9f9 +SIZE (xlrd-0.9.2.tar.gz) = 167925 Modified: head/textproc/py-xlrd/pkg-plist ============================================================================== --- head/textproc/py-xlrd/pkg-plist Wed May 1 11:40:42 2013 (r317014) +++ head/textproc/py-xlrd/pkg-plist Wed May 1 12:47:03 2013 (r317015) @@ -5,6 +5,9 @@ bin/runxlrd.py %%PYTHON_SITELIBDIR%%/xlrd/biffh.py %%PYTHON_SITELIBDIR%%/xlrd/biffh.pyc %%PYTHON_SITELIBDIR%%/xlrd/biffh.pyo +%%PYTHON_SITELIBDIR%%/xlrd/book.py +%%PYTHON_SITELIBDIR%%/xlrd/book.pyc +%%PYTHON_SITELIBDIR%%/xlrd/book.pyo %%PYTHON_SITELIBDIR%%/xlrd/compdoc.py %%PYTHON_SITELIBDIR%%/xlrd/compdoc.pyc %%PYTHON_SITELIBDIR%%/xlrd/compdoc.pyo @@ -20,6 +23,9 @@ bin/runxlrd.py %%PYTHON_SITELIBDIR%%/xlrd/formula.py %%PYTHON_SITELIBDIR%%/xlrd/formula.pyc %%PYTHON_SITELIBDIR%%/xlrd/formula.pyo +%%PYTHON_SITELIBDIR%%/xlrd/info.py +%%PYTHON_SITELIBDIR%%/xlrd/info.pyc +%%PYTHON_SITELIBDIR%%/xlrd/info.pyo %%PYTHON_SITELIBDIR%%/xlrd/licences.py %%PYTHON_SITELIBDIR%%/xlrd/licences.pyc %%PYTHON_SITELIBDIR%%/xlrd/licences.pyo @@ -32,6 +38,9 @@ bin/runxlrd.py %%PYTHON_SITELIBDIR%%/xlrd/xldate.py %%PYTHON_SITELIBDIR%%/xlrd/xldate.pyc %%PYTHON_SITELIBDIR%%/xlrd/xldate.pyo +%%PYTHON_SITELIBDIR%%/xlrd/xlsx.py +%%PYTHON_SITELIBDIR%%/xlrd/xlsx.pyc +%%PYTHON_SITELIBDIR%%/xlrd/xlsx.pyo @dirrm %%PYTHON_SITELIBDIR%%/xlrd/examples @dirrm %%PYTHON_SITELIBDIR%%/xlrd/doc @dirrm %%PYTHON_SITELIBDIR%%/xlrd _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: feedback->closed Committed. Thanks!