diff options
author | miwi <miwi@FreeBSD.org> | 2008-11-22 04:33:13 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-11-22 04:33:13 +0800 |
commit | aedeb01ff99a877a9e08fb81b1815a633208a585 (patch) | |
tree | c2e78f1f2096e98159cac6d3567eff537267780c /sysutils | |
parent | 096811f56e1b65ef6486b1aca9f625e1d89f684b (diff) | |
download | freebsd-ports-gnome-aedeb01ff99a877a9e08fb81b1815a633208a585.tar.gz freebsd-ports-gnome-aedeb01ff99a877a9e08fb81b1815a633208a585.tar.zst freebsd-ports-gnome-aedeb01ff99a877a9e08fb81b1815a633208a585.zip |
- Update to 2.0.1
PR: 128888
Submitted by: Wen Heping <wenheping@gmail.com>
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/pear-Translation2/Makefile | 8 | ||||
-rw-r--r-- | sysutils/pear-Translation2/distinfo | 6 |
2 files changed, 8 insertions, 6 deletions
diff --git a/sysutils/pear-Translation2/Makefile b/sysutils/pear-Translation2/Makefile index fd138546bdbc..82ff3d975ddb 100644 --- a/sysutils/pear-Translation2/Makefile +++ b/sysutils/pear-Translation2/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Translation2 -DISTVERSION= 2.0.0RC4 +DISTVERSION= 2.0.1 PORTEPOCH= 1 CATEGORIES= sysutils devel pear @@ -50,15 +50,17 @@ FILES= Translation2.php Translation2/Admin.php Translation2/Container.php \ DOCS= gettext_readme.txt TESTS= admin_containers_tests.php admin_db_test.php admin_gettext_po_test.php \ admin_mdb2_test.php admin_mdb_test.php admin_xml_test.php all_tests.php \ - containers_tests.php db_test.php dbms.php gettext_domains.ini \ + containers_tests.php db_test.php db_test_base.php \ + dbms.php gettext_domains.ini \ gettext_langs.ini gettext_mo_test.php gettext_po_test.php \ gettext_prepare.php i18n.xml mdb2_test.php mdb_test.php readme.txt \ simple_include.php tests.sql translation2_admin_include.php \ translation2_include.php xml_test.php EXAMPLES= gettext_admin.php gettext_domains.ini gettext_langs.ini \ gettext_prepare.php gettext_settings.php settings.php \ + settings_multitable.php \ Translation2_example.php Translation2_example.sql \ - Translation2_gettext_example.php + Translation2_gettext_example.php Translation2_example_multitable.sql _EXAMPLESDIR= docs/examples post-extract: diff --git a/sysutils/pear-Translation2/distinfo b/sysutils/pear-Translation2/distinfo index 0d9748a624f2..c9def4b352cb 100644 --- a/sysutils/pear-Translation2/distinfo +++ b/sysutils/pear-Translation2/distinfo @@ -1,3 +1,3 @@ -MD5 (PEAR/Translation2-2.0.0RC4.tgz) = d2af9333ec671fc96a999f3b8d7390e1 -SHA256 (PEAR/Translation2-2.0.0RC4.tgz) = ebe8ebb862ec22544b5fe75d7d47e8167a7028c2986d3250292d2b768657cbd5 -SIZE (PEAR/Translation2-2.0.0RC4.tgz) = 57073 +MD5 (PEAR/Translation2-2.0.1.tgz) = 804b3541d3604c87112fd5ac362b2758 +SHA256 (PEAR/Translation2-2.0.1.tgz) = 6af12e29c1a782a03d1cf7807119cb6d3e1c3b9e7e1a9b1c81fb0f5f7ccedac2 +SIZE (PEAR/Translation2-2.0.1.tgz) = 58582 |