diff --git a/textproc/pecl-xdiff/Makefile b/textproc/pecl-xdiff/Makefile index af750fd05e78..87735870526f 100644 --- a/textproc/pecl-xdiff/Makefile +++ b/textproc/pecl-xdiff/Makefile @@ -9,13 +9,15 @@ MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- DIST_SUBDIR= PECL -MAINTAINER= ports@FreeBSD.org +MAINTAINER= dbaio@bsd.com.br COMMENT= PECL extension to create/apply binary and text patches LICENSE= PHP301 LIB_DEPENDS= libxdiff.so:textproc/libxdiff +PORTSCOUT= limit:^1.* + USES= php:ext tar:tgz IGNORE_WITH_PHP= 70 diff --git a/textproc/pecl-xdiff/distinfo b/textproc/pecl-xdiff/distinfo index 80e668ab6859..c986fc04c7b1 100644 --- a/textproc/pecl-xdiff/distinfo +++ b/textproc/pecl-xdiff/distinfo @@ -1,2 +1,3 @@ +TIMESTAMP = 1474131141 SHA256 (PECL/xdiff-1.5.2.tgz) = ebe72b887fcd2296f1e4032d476a8a463803ccfb0b34b403be8433daf3cfd81d SIZE (PECL/xdiff-1.5.2.tgz) = 9275 diff --git a/textproc/pecl-xdiff/pkg-descr b/textproc/pecl-xdiff/pkg-descr index 4e0cbb9dc83c..d177ed34d5cd 100644 --- a/textproc/pecl-xdiff/pkg-descr +++ b/textproc/pecl-xdiff/pkg-descr @@ -1,3 +1,4 @@ -xdiff is an extension to do binary and text differences +pecl-xdiff is a php extension that creates and applies +patches to both text and binary files. WWW: http://pecl.php.net/package/xdiff/