diff options
author | wen <wen@FreeBSD.org> | 2010-09-01 08:09:58 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2010-09-01 08:09:58 +0800 |
commit | d765fcde119975b138dc3495e825b8e0cdc3b78d (patch) | |
tree | fb285c968ddfd686fae2ac6b88f4ae469d9c6ffc /devel | |
parent | b1f72010de15f0d6a4a20dbddee6a035fc95064a (diff) | |
download | freebsd-ports-gnome-d765fcde119975b138dc3495e825b8e0cdc3b78d.tar.gz freebsd-ports-gnome-d765fcde119975b138dc3495e825b8e0cdc3b78d.tar.zst freebsd-ports-gnome-d765fcde119975b138dc3495e825b8e0cdc3b78d.zip |
- Update to 1.5.5
Diffstat (limited to 'devel')
-rw-r--r-- | devel/py-parsing/Makefile | 2 | ||||
-rw-r--r-- | devel/py-parsing/distinfo | 6 | ||||
-rw-r--r-- | devel/py-parsing/pkg-plist | 5 |
3 files changed, 9 insertions, 4 deletions
diff --git a/devel/py-parsing/Makefile b/devel/py-parsing/Makefile index 56b6aab70938..0ef31e6b4e17 100644 --- a/devel/py-parsing/Makefile +++ b/devel/py-parsing/Makefile @@ -6,7 +6,7 @@ # PORTNAME= parsing -PORTVERSION= 1.5.3 +PORTVERSION= 1.5.5 CATEGORIES= devel python MASTER_SITES= SF/py${PORTNAME}/py${PORTNAME}/py${PORTNAME}-${PORTVERSION} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-parsing/distinfo b/devel/py-parsing/distinfo index efe5847da523..a5aa993e57af 100644 --- a/devel/py-parsing/distinfo +++ b/devel/py-parsing/distinfo @@ -1,3 +1,3 @@ -MD5 (pyparsing-1.5.3.tar.gz) = 0908d97e5ae4f67f7941e876c10461ac -SHA256 (pyparsing-1.5.3.tar.gz) = 8ddbe1ffc7d11be3a006422bcf0e93b737c31c6e2e5668a8fa19de548b547b06 -SIZE (pyparsing-1.5.3.tar.gz) = 1297284 +MD5 (pyparsing-1.5.5.tar.gz) = 0beba391cba3082d7914c289bffa52ce +SHA256 (pyparsing-1.5.5.tar.gz) = d1754df0801871d05a96f1cef50a4f32e5d40d49ea24aa1c6ca9529cbd562005 +SIZE (pyparsing-1.5.5.tar.gz) = 1412611 diff --git a/devel/py-parsing/pkg-plist b/devel/py-parsing/pkg-plist index 948e8d86ec59..ec86a6d21020 100644 --- a/devel/py-parsing/pkg-plist +++ b/devel/py-parsing/pkg-plist @@ -45,6 +45,7 @@ %%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.SkipTo-class.html %%PORTDOCS%%%%DOCSDIR%%/pyparsing.pyparsing.StringEnd-class.html @@ -58,6 +59,7 @@ %%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 @@ -69,10 +71,13 @@ %%PORTEXAMPLES%%%%EXAMPLESDIR%%/SingleForm.dfm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/TAP.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/adventureEngine.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/apicheck.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cLibHeader.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/chemicalFormulas.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/commasep.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/configParse.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cpp_enum_parser.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/deltaTime.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dfmparse.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dhcpd_leases_parser.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dictExample.py |