aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/pear-Text_Diff/Makefile22
-rw-r--r--devel/pear-Text_Diff/distinfo6
2 files changed, 14 insertions, 14 deletions
diff --git a/devel/pear-Text_Diff/Makefile b/devel/pear-Text_Diff/Makefile
index bf2aef4f4568..7f1c3d91c1dd 100644
--- a/devel/pear-Text_Diff/Makefile
+++ b/devel/pear-Text_Diff/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= Text_Diff
-PORTVERSION= 0.2.1
+PORTVERSION= 1.0.0
CATEGORIES= devel pear
MAINTAINER= joseph@randomnetworks.com
@@ -16,16 +16,16 @@ BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
RUN_DEPENDS= ${BUILD_DEPENDS}
CATEGORY= Text
-FILES= Diff.php \
- Diff3.php \
- Diff/Renderer.php \
- Diff/Renderer/inline.php \
- Diff/Renderer/unified.php
-TESTS= 1.txt \
- 2.txt \
- diff.phpt \
- inline.phpt \
- unified.phpt
+FILES= Diff.php Diff/Engine/native.php Diff/Engine/shell.php \
+ Diff/Engine/string.php Diff/Engine/xdiff.php \
+ Diff/Mapped.php Diff/Renderer.php Diff/Renderer/context.php \
+ Diff/Renderer/inline.php Diff/Renderer/unified.php \
+ Diff/ThreeWay.php Diff3.php
+TESTS= 1.txt 2.txt 3.txt 4.txt 5.txt 6.txt context.patch context.phpt \
+ context2.phpt diff.phpt inline.phpt inline2.phpt \
+ pear_bug12740.phpt pear_bug4879.phpt pear_bug6251.phpt \
+ pear_bug6428.phpt string.phpt unified.patch unified.phpt \
+ unified2.phpt
EXAMPLES= 1.txt \
2.txt \
diff.php
diff --git a/devel/pear-Text_Diff/distinfo b/devel/pear-Text_Diff/distinfo
index 000ccac9a854..94ddb2f2d1d9 100644
--- a/devel/pear-Text_Diff/distinfo
+++ b/devel/pear-Text_Diff/distinfo
@@ -1,3 +1,3 @@
-MD5 (PEAR/Text_Diff-0.2.1.tgz) = 60aad0df0baf54223d0531c31b2b2d4b
-SHA256 (PEAR/Text_Diff-0.2.1.tgz) = 295432e1acde3b9d38fbf14541cb40ce0fd1406545358f5e26739875077d00ae
-SIZE (PEAR/Text_Diff-0.2.1.tgz) = 15753
+MD5 (PEAR/Text_Diff-1.0.0.tgz) = 422475dcdbab1c6f037efc32714f40cb
+SHA256 (PEAR/Text_Diff-1.0.0.tgz) = 6008c099d9a8c43a1cff6d2ab2f95a6003d3c858e17359121dc22003f5e21344
+SIZE (PEAR/Text_Diff-1.0.0.tgz) = 21212