diff options
author | Wen Heping <wen@FreeBSD.org> | 2012-05-10 08:46:03 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2012-05-10 08:46:03 +0000 |
commit | f74b024fb7dab662d6058816013112d354f4fc56 (patch) | |
tree | c32c8516e4574f67c70df36a483d6e9a2bbea3c4 /textproc/pear-File_MARC | |
parent | f253eb38fb18dd0c70d90181f8635209067664ed (diff) | |
download | ports-f74b024fb7dab662d6058816013112d354f4fc56.tar.gz ports-f74b024fb7dab662d6058816013112d354f4fc56.zip |
Notes
Diffstat (limited to 'textproc/pear-File_MARC')
-rw-r--r-- | textproc/pear-File_MARC/Makefile | 10 | ||||
-rw-r--r-- | textproc/pear-File_MARC/distinfo | 4 |
2 files changed, 10 insertions, 4 deletions
diff --git a/textproc/pear-File_MARC/Makefile b/textproc/pear-File_MARC/Makefile index ca41c35baf84..7b0667acd2f4 100644 --- a/textproc/pear-File_MARC/Makefile +++ b/textproc/pear-File_MARC/Makefile @@ -6,7 +6,7 @@ # PORTNAME= File_MARC -PORTVERSION= 0.6.2 +PORTVERSION= 0.7.1 CATEGORIES= textproc pear MAINTAINER= wen@FreeBSD.org @@ -20,10 +20,13 @@ FILES= File/MARC.php \ File/MARC/Exception.php \ File/MARC/Field.php \ File/MARC/List.php \ + File/MARC/Lint.php \ + File/MARC/Lint/CodeData.php \ File/MARC/Record.php \ File/MARC/Subfield.php TESTS= bad_example.mrc bad_example.xml \ - bigarchive.xml example.mrc \ + bigarchive.xml \ + camel.mrc example.mrc \ marc_001.phpt marc_002.phpt \ marc_003.phpt marc_004.phpt \ marc_005.phpt marc_006.phpt \ @@ -36,6 +39,9 @@ TESTS= bad_example.mrc bad_example.xml \ marc_16783.phpt \ marc_field_001.phpt marc_field_002.phpt \ marc_field_003.phpt marc_field_004.phpt \ + marc_lint_001.phpt marc_lint_002.phpt \ + marc_lint_003.phpt marc_lint_004.phpt \ + marc_lint_005.phpt \ marc_record_001.phpt \ marc_subfield_001.phpt marc_subfield_002.phpt \ marc_xml_001.phpt marc_xml_002.phpt \ diff --git a/textproc/pear-File_MARC/distinfo b/textproc/pear-File_MARC/distinfo index 6c870df4bfe4..944794931e56 100644 --- a/textproc/pear-File_MARC/distinfo +++ b/textproc/pear-File_MARC/distinfo @@ -1,2 +1,2 @@ -SHA256 (PEAR/File_MARC-0.6.2.tgz) = c18a65732b6a18a50faab5f21934f25185cb1eae504780ed30c150d344559e44 -SIZE (PEAR/File_MARC-0.6.2.tgz) = 52615 +SHA256 (PEAR/File_MARC-0.7.1.tgz) = a0f1caa1f82bb9213284f1badb372dbabdf2a13dbce7b60d32106e5b5ade0e2e +SIZE (PEAR/File_MARC-0.7.1.tgz) = 85635 |