svn commit: r422721 - head/textproc/pecl-xdiff

Ruslan Makhmatkhanov rm at FreeBSD.org
Sat Sep 24 13:57:14 UTC 2016


Author: rm
Date: Sat Sep 24 13:57:13 2016
New Revision: 422721
URL: https://svnweb.freebsd.org/changeset/ports/422721

Log:
  textproc/pecl-xdiff: pass maintainership to submitter
  
  - Configure PORTSCOUT
  - Small change on pkg-descr
  - Update distinfo with TIMESTAMP
  - Pass maintainership to submitter
  
  PR:		212774
  Submitted by:	Danilo G. Baio (dbaio) <dbaio at bsd.com.br>

Modified:
  head/textproc/pecl-xdiff/Makefile
  head/textproc/pecl-xdiff/distinfo
  head/textproc/pecl-xdiff/pkg-descr

Modified: head/textproc/pecl-xdiff/Makefile
==============================================================================
--- head/textproc/pecl-xdiff/Makefile	Sat Sep 24 13:44:58 2016	(r422720)
+++ head/textproc/pecl-xdiff/Makefile	Sat Sep 24 13:57:13 2016	(r422721)
@@ -9,13 +9,15 @@ MASTER_SITES=	http://pecl.php.net/get/
 PKGNAMEPREFIX=	pecl-
 DIST_SUBDIR=	PECL
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	dbaio at 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
 

Modified: head/textproc/pecl-xdiff/distinfo
==============================================================================
--- head/textproc/pecl-xdiff/distinfo	Sat Sep 24 13:44:58 2016	(r422720)
+++ head/textproc/pecl-xdiff/distinfo	Sat Sep 24 13:57:13 2016	(r422721)
@@ -1,2 +1,3 @@
+TIMESTAMP = 1474131141
 SHA256 (PECL/xdiff-1.5.2.tgz) = ebe72b887fcd2296f1e4032d476a8a463803ccfb0b34b403be8433daf3cfd81d
 SIZE (PECL/xdiff-1.5.2.tgz) = 9275

Modified: head/textproc/pecl-xdiff/pkg-descr
==============================================================================
--- head/textproc/pecl-xdiff/pkg-descr	Sat Sep 24 13:44:58 2016	(r422720)
+++ head/textproc/pecl-xdiff/pkg-descr	Sat Sep 24 13:57:13 2016	(r422721)
@@ -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/


More information about the svn-ports-all mailing list