Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Jun 2011 19:02:08 +0800 (CST)
From:      Jin-Sih Lin <linpct@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        wen@FreeBSD.org
Subject:   ports/158386: [PATCH] devel/py27-parsing: update to 1.5.6
Message-ID:  <20110628110208.94A405C42@deep.tw>
Resent-Message-ID: <201106281110.p5SBA5YY034260@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         158386
>Category:       ports
>Synopsis:       [PATCH] devel/py27-parsing: update to 1.5.6
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jun 28 11:10:04 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Jin-Sih Lin
>Release:        FreeBSD 8.2-STABLE i386
>Organization:
FreeBSD @ Taiwan
>Environment:
System: FreeBSD deep.tw 8.2-STABLE FreeBSD 8.2-STABLE #0: Fri Feb 25 14:49:48 CST 2011
>Description:
- Update to 1.5.6

Port maintainer (wen@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- py27-parsing-1.5.6.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/devel/py-parsing.orig/Makefile /usr/ports/devel/py-parsing/Makefile
--- /usr/ports/devel/py-parsing.orig/Makefile	2011-06-28 19:01:13.000000000 +0800
+++ /usr/ports/devel/py-parsing/Makefile	2011-06-28 17:30:51.000000000 +0800
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	parsing
-PORTVERSION=	1.5.5
+PORTVERSION=	1.5.6
 CATEGORIES=	devel python
 MASTER_SITES=	SF/py${PORTNAME}/py${PORTNAME}/py${PORTNAME}-${PORTVERSION}
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
diff -ruN --exclude=CVS /usr/ports/devel/py-parsing.orig/distinfo /usr/ports/devel/py-parsing/distinfo
--- /usr/ports/devel/py-parsing.orig/distinfo	2011-06-28 19:01:22.000000000 +0800
+++ /usr/ports/devel/py-parsing/distinfo	2011-06-28 17:30:56.000000000 +0800
@@ -1,2 +1,2 @@
-SHA256 (pyparsing-1.5.5.tar.gz) = d1754df0801871d05a96f1cef50a4f32e5d40d49ea24aa1c6ca9529cbd562005
-SIZE (pyparsing-1.5.5.tar.gz) = 1412611
+SHA256 (pyparsing-1.5.6.tar.gz) = 42f51986416a7387d060416dab175bfa6633817e8f02a36e3bb50fe1a59160b2
+SIZE (pyparsing-1.5.6.tar.gz) = 1453447
diff -ruN --exclude=CVS /usr/ports/devel/py-parsing.orig/pkg-plist /usr/ports/devel/py-parsing/pkg-plist
--- /usr/ports/devel/py-parsing.orig/pkg-plist	2010-09-01 08:09:58.000000000 +0800
+++ /usr/ports/devel/py-parsing/pkg-plist	2011-06-28 18:57:16.000000000 +0800
@@ -12,6 +12,7 @@
 %%PORTDOCS%%%%DOCSDIR%%/index.html
 %%PORTDOCS%%%%DOCSDIR%%/module-tree.html
 %%PORTDOCS%%%%DOCSDIR%%/pyparsing.pyparsing-module.html
+%%PORTDOCS%%%%DOCSDIR%%/pyparsing.pyparsing-pysrc.html
 %%PORTDOCS%%%%DOCSDIR%%/pyparsing.pyparsing.And-class.html
 %%PORTDOCS%%%%DOCSDIR%%/pyparsing.pyparsing.CaselessKeyword-class.html
 %%PORTDOCS%%%%DOCSDIR%%/pyparsing.pyparsing.CaselessLiteral-class.html
@@ -45,8 +46,8 @@
 %%PORTDOCS%%%%DOCSDIR%%/pyparsing.pyparsing.ParserElement-class.html
 %%PORTDOCS%%%%DOCSDIR%%/pyparsing.pyparsing.QuotedString-class.html
 %%PORTDOCS%%%%DOCSDIR%%/pyparsing.pyparsing.RecursiveGrammarException-class.html
-%%PORTDOCS%%%%DOCSDIR%%/pyparsing.pyparsing.Regex.compiledREtype-class.html
 %%PORTDOCS%%%%DOCSDIR%%/pyparsing.pyparsing.Regex-class.html
+%%PORTDOCS%%%%DOCSDIR%%/pyparsing.pyparsing.Regex.compiledREtype-class.html
 %%PORTDOCS%%%%DOCSDIR%%/pyparsing.pyparsing.SkipTo-class.html
 %%PORTDOCS%%%%DOCSDIR%%/pyparsing.pyparsing.StringEnd-class.html
 %%PORTDOCS%%%%DOCSDIR%%/pyparsing.pyparsing.StringStart-class.html
@@ -59,7 +60,6 @@
 %%PORTDOCS%%%%DOCSDIR%%/pyparsing.pyparsing.WordEnd-class.html
 %%PORTDOCS%%%%DOCSDIR%%/pyparsing.pyparsing.WordStart-class.html
 %%PORTDOCS%%%%DOCSDIR%%/pyparsing.pyparsing.ZeroOrMore-class.html
-%%PORTDOCS%%%%DOCSDIR%%/pyparsing.pyparsing-pysrc.html
 %%PORTDOCS%%%%DOCSDIR%%/redirect.html
 %%PORTDOCS%%%%DOCSDIR%%/toc-everything.html
 %%PORTDOCS%%%%DOCSDIR%%/toc-pyparsing.pyparsing-module.html
@@ -72,6 +72,7 @@
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/TAP.py
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/adventureEngine.py
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/apicheck.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/btpyparse.py
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cLibHeader.py
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/chemicalFormulas.py
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/commasep.py
@@ -87,11 +88,13 @@
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/eval_arith.py
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/excelExpr.py
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/fourFn.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gen_ctypes.py
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/getNTPservers.py
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/getNTPserversNew.py
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/greeting.py
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/greetingInGreek.py
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/greetingInKorean.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/groupUsingListAllMatches.py
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/holaMundo.py
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/htmlStripper.py
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/httpServerLogParser.py
@@ -114,7 +117,9 @@
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/parseResultsSumExample.py
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/partial_gene_match.py
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/pgn.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/protobuf_parser.py
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/pymicko.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pyparsing.py
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/pythonGrammarParser.py
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/readJson.py
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/removeLineBreaks.py
@@ -134,6 +139,7 @@
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/stackish.py
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/stateMachine2.py
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/tagCapture.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test_bibparse.py
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/urlExtractor.py
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/urlExtractorNew.py
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/withAttribute.py
--- py27-parsing-1.5.6.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20110628110208.94A405C42>