View | Details | Raw Unified | Return to bug 128888
Collapse All | Expand All

(-)Makefile (-3 / +5 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	Translation2
8
PORTNAME=	Translation2
9
DISTVERSION=	2.0.0RC4
9
DISTVERSION=	2.0.1
10
PORTEPOCH=	1
10
PORTEPOCH=	1
11
CATEGORIES=	sysutils devel pear
11
CATEGORIES=	sysutils devel pear
12
12
Lines 50-64 Link Here
50
DOCS=		gettext_readme.txt
50
DOCS=		gettext_readme.txt
51
TESTS=		admin_containers_tests.php admin_db_test.php admin_gettext_po_test.php \
51
TESTS=		admin_containers_tests.php admin_db_test.php admin_gettext_po_test.php \
52
		admin_mdb2_test.php admin_mdb_test.php admin_xml_test.php all_tests.php \
52
		admin_mdb2_test.php admin_mdb_test.php admin_xml_test.php all_tests.php \
53
		containers_tests.php db_test.php dbms.php gettext_domains.ini \
53
		containers_tests.php db_test.php db_test_base.php \
54
		dbms.php gettext_domains.ini \
54
		gettext_langs.ini gettext_mo_test.php gettext_po_test.php \
55
		gettext_langs.ini gettext_mo_test.php gettext_po_test.php \
55
		gettext_prepare.php i18n.xml mdb2_test.php mdb_test.php readme.txt \
56
		gettext_prepare.php i18n.xml mdb2_test.php mdb_test.php readme.txt \
56
		simple_include.php tests.sql translation2_admin_include.php \
57
		simple_include.php tests.sql translation2_admin_include.php \
57
		translation2_include.php xml_test.php
58
		translation2_include.php xml_test.php
58
EXAMPLES=	gettext_admin.php gettext_domains.ini gettext_langs.ini \
59
EXAMPLES=	gettext_admin.php gettext_domains.ini gettext_langs.ini \
59
		gettext_prepare.php gettext_settings.php settings.php \
60
		gettext_prepare.php gettext_settings.php settings.php \
61
		settings_multitable.php \
60
		Translation2_example.php Translation2_example.sql \
62
		Translation2_example.php Translation2_example.sql \
61
		Translation2_gettext_example.php
63
		Translation2_gettext_example.php Translation2_example_multitable.sql
62
_EXAMPLESDIR=	docs/examples
64
_EXAMPLESDIR=	docs/examples
63
65
64
post-extract:
66
post-extract:
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (PEAR/Translation2-2.0.0RC4.tgz) = d2af9333ec671fc96a999f3b8d7390e1
1
MD5 (PEAR/Translation2-2.0.1.tgz) = 804b3541d3604c87112fd5ac362b2758
2
SHA256 (PEAR/Translation2-2.0.0RC4.tgz) = ebe8ebb862ec22544b5fe75d7d47e8167a7028c2986d3250292d2b768657cbd5
2
SHA256 (PEAR/Translation2-2.0.1.tgz) = 6af12e29c1a782a03d1cf7807119cb6d3e1c3b9e7e1a9b1c81fb0f5f7ccedac2
3
SIZE (PEAR/Translation2-2.0.0RC4.tgz) = 57073
3
SIZE (PEAR/Translation2-2.0.1.tgz) = 58582

Return to bug 128888