FreeBSD Bugzilla – Attachment 54739 Details for
Bug 82808
port textproc/py-pyx12 - Update to pyx12-1.1.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 5.03 KB, created by
John Holland
on 2005-06-30 05:50:12 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
John Holland
Created:
2005-06-30 05:50:12 UTC
Size:
5.03 KB
patch
obsolete
>diff -ruN py-pyx12/Makefile py-pyx12-new/Makefile >--- py-pyx12/Makefile Wed Jun 29 03:12:55 2005 >+++ py-pyx12-new/Makefile Thu Jun 30 00:31:32 2005 >@@ -6,7 +6,7 @@ > # > > PORTNAME= pyx12 >-PORTVERSION= 1.0.1.b3 >+PORTVERSION= 1.1.0 > CATEGORIES= textproc python > MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} > MASTER_SITE_SUBDIR= ${PORTNAME} >@@ -14,9 +14,10 @@ > DISTNAME= pyx12-${PORTVERSION:S/.b/b/} > > MAINTAINER= jholland@kazoocmh.org >-COMMENT= Validate HIPAA X12 documents >+COMMENT= Validate and convert HIPAA X12 documents > > BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/libxml2.py:${PORTSDIR}/textproc/py-libxml2 >+RUN_DEPENDS= ${PYTHON_SITELIBDIR}/libxml2.py:${PORTSDIR}/textproc/py-libxml2 > > USE_PYTHON= yes > USE_PYDISTUTILS= yes >diff -ruN py-pyx12/distinfo py-pyx12-new/distinfo >--- py-pyx12/distinfo Wed Feb 11 17:30:47 2004 >+++ py-pyx12-new/distinfo Sun Jan 30 20:08:06 2005 >@@ -1,2 +1,2 @@ >-MD5 (pyx12-1.0.1b3.tar.gz) = 89da03eb54bfab6f493defc280950ffe >-SIZE (pyx12-1.0.1b3.tar.gz) = 593109 >+MD5 (pyx12-1.1.0.tar.gz) = 654f91bf53c84f5fe3c84b2c38f115b6 >+SIZE (pyx12-1.1.0.tar.gz) = 560028 >diff -ruN py-pyx12/pkg-plist py-pyx12-new/pkg-plist >--- py-pyx12/pkg-plist Wed Feb 11 17:30:47 2004 >+++ py-pyx12-new/pkg-plist Sun Jan 30 02:32:06 2005 >@@ -1,8 +1,11 @@ >-bin/x12_build_pkl.py >-bin/x12html.py >-bin/x12lint.py >-bin/x12norm.py >-bin/x12xml.py >+bin/x12_build_pkl >+bin/x12html >+bin/x12info >+bin/x12lint >+bin/x12norm >+bin/x12sql >+bin/x12xml >+bin/xmlx12 > %%PYTHON_SITELIBDIR%%/pyx12/__init__.py > %%PYTHON_SITELIBDIR%%/pyx12/codes.py > %%PYTHON_SITELIBDIR%%/pyx12/error_997.py >@@ -13,9 +16,10 @@ > %%PYTHON_SITELIBDIR%%/pyx12/errors.py > %%PYTHON_SITELIBDIR%%/pyx12/map_if.py > %%PYTHON_SITELIBDIR%%/pyx12/map_index.py >+%%PYTHON_SITELIBDIR%%/pyx12/map_override.py > %%PYTHON_SITELIBDIR%%/pyx12/map_walker.py > %%PYTHON_SITELIBDIR%%/pyx12/params.py >-%%PYTHON_SITELIBDIR%%/pyx12/utils.py >+%%PYTHON_SITELIBDIR%%/pyx12/segment.py > %%PYTHON_SITELIBDIR%%/pyx12/x12file.py > %%PYTHON_SITELIBDIR%%/pyx12/x12n_document.py > %%PYTHON_SITELIBDIR%%/pyx12/x12xml.py >@@ -32,9 +36,10 @@ > %%PYTHON_SITELIBDIR%%/pyx12/errors.pyc > %%PYTHON_SITELIBDIR%%/pyx12/map_if.pyc > %%PYTHON_SITELIBDIR%%/pyx12/map_index.pyc >+%%PYTHON_SITELIBDIR%%/pyx12/map_override.pyc > %%PYTHON_SITELIBDIR%%/pyx12/map_walker.pyc > %%PYTHON_SITELIBDIR%%/pyx12/params.pyc >-%%PYTHON_SITELIBDIR%%/pyx12/utils.pyc >+%%PYTHON_SITELIBDIR%%/pyx12/segment.pyc > %%PYTHON_SITELIBDIR%%/pyx12/x12file.pyc > %%PYTHON_SITELIBDIR%%/pyx12/x12n_document.pyc > %%PYTHON_SITELIBDIR%%/pyx12/x12xml.pyc >@@ -51,21 +56,52 @@ > %%PYTHON_SITELIBDIR%%/pyx12/errors.pyo > %%PYTHON_SITELIBDIR%%/pyx12/map_if.pyo > %%PYTHON_SITELIBDIR%%/pyx12/map_index.pyo >+%%PYTHON_SITELIBDIR%%/pyx12/map_override.pyo > %%PYTHON_SITELIBDIR%%/pyx12/map_walker.pyo > %%PYTHON_SITELIBDIR%%/pyx12/params.pyo >-%%PYTHON_SITELIBDIR%%/pyx12/utils.pyo >+%%PYTHON_SITELIBDIR%%/pyx12/segment.pyo > %%PYTHON_SITELIBDIR%%/pyx12/x12file.pyo > %%PYTHON_SITELIBDIR%%/pyx12/x12n_document.pyo > %%PYTHON_SITELIBDIR%%/pyx12/x12xml.pyo > %%PYTHON_SITELIBDIR%%/pyx12/x12xml_idtag.pyo > %%PYTHON_SITELIBDIR%%/pyx12/x12xml_simple.pyo > %%PYTHON_SITELIBDIR%%/pyx12/xmlwriter.pyo >+etc/pyx12.conf.xml.sample >+share/examples/pyx12/pyx12.conf.xml.sample > share/examples/pyx12/test/test.py > share/examples/pyx12/test/test_codes.py >+share/examples/pyx12/test/test_functional.py > share/examples/pyx12/test/test_map_if.py > share/examples/pyx12/test/test_map_walker.py >+share/examples/pyx12/test/test_params.py >+share/examples/pyx12/test/test_segment.py >+share/examples/pyx12/test/test_syntax.py > share/examples/pyx12/test/test_utils.py > share/examples/pyx12/test/test_x12file.py >+share/examples/pyx12/test/files/bad_2010AA_bug.997.base >+share/examples/pyx12/test/files/bad_2010AA_bug.txt >+share/examples/pyx12/test/files/bad_elements.997.base >+share/examples/pyx12/test/files/bad_elements.txt >+share/examples/pyx12/test/files/bad_header_looping.997.base >+share/examples/pyx12/test/files/bad_header_looping.txt >+share/examples/pyx12/test/files/ele.997.base >+share/examples/pyx12/test/files/ele.txt >+share/examples/pyx12/test/files/explicit_missing.997.base >+share/examples/pyx12/test/files/explicit_missing.txt >+share/examples/pyx12/test/files/fail_no_IEA.997.base >+share/examples/pyx12/test/files/fail_no_IEA.txt >+share/examples/pyx12/test/files/gs_id.txt >+share/examples/pyx12/test/files/loop_counting.997.base >+share/examples/pyx12/test/files/loop_counting.txt >+share/examples/pyx12/test/files/ordinal.997.base >+share/examples/pyx12/test/files/ordinal.txt >+share/examples/pyx12/test/files/per_repeat.997.base >+share/examples/pyx12/test/files/per_repeat.txt >+share/examples/pyx12/test/files/simple1.997.base >+share/examples/pyx12/test/files/simple1.txt >+share/examples/pyx12/test/files/trailer_errors.997.base >+share/examples/pyx12/test/files/trailer_errors.txt >+share/doc/pyx12/LICENSE.txt > share/doc/pyx12/README.txt > share/doc/pyx12/view/Makefile > share/doc/pyx12/view/codes.xsl >@@ -138,6 +174,7 @@ > @dirrm share/doc/pyx12 > @dirrm share/pyx12/map > @dirrm share/pyx12 >+@dirrm share/examples/pyx12/test/files > @dirrm share/examples/pyx12/test > @dirrm share/examples/pyx12 > @dirrm %%PYTHON_SITELIBDIR%%/pyx12
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 82808
: 54739