Attached patch updates devel/php-xdebug from 2.0.0RC4 to 2.0.0 (release). Also assign myself maintainership.
oops ... diffed that backwards, gotta slow down some. The following diff goes forward in time like it should: --- php-xdebug-orig/Makefile Sat Jul 7 00:04:39 2007 +++ php-xdebug/Makefile Fri Aug 24 14:28:31 2007 @@ -6,13 +6,13 @@ # PORTNAME= xdebug -DISTVERSION= 2.0.0RC4 +DISTVERSION= 2.0.0 CATEGORIES= devel MASTER_SITES= http://www.xdebug.org/files/ PKGNAMEPREFIX= php- EXTRACT_SUFX= .tgz -MAINTAINER= ports@FreeBSD.org +MAINTAINER= wmoran@collaborativefusion.com COMMENT= Xdebug extension for PHP USE_PHP= yes diff -ruN php-xdebug-orig/distinfo php-xdebug/distinfo --- php-xdebug-orig/distinfo Sat Jul 7 00:04:39 2007 +++ php-xdebug/distinfo Fri Aug 24 14:25:49 2007 @@ -1,3 +1,3 @@ -MD5 (xdebug-2.0.0RC4.tgz) = 19e614105e96741b0a030ece233a8ced -SHA256 (xdebug-2.0.0RC4.tgz) = 7b4b397aa9e6f52e81ad188e42cb5332294b9748b562159edfc2b83b808eac85 -SIZE (xdebug-2.0.0RC4.tgz) = 269219 +MD5 (xdebug-2.0.0.tgz) = 0f9ecb9c5331d0041b04be9566763171 +SHA256 (xdebug-2.0.0.tgz) = d29f393d4db1aa403200ac242614f86c06c1f111b290c4c8a612f8322e7f5660 +SIZE (xdebug-2.0.0.tgz) = 272342 -- Bill Moran Collaborative Fusion Inc. http://people.collaborativefusion.com/~wmoran/ wmoran@collaborativefusion.com Phone: 412-422-3463x4023
Responsible Changed From-To: freebsd-ports-bugs->chinsan I'll take it.
chinsan 2007-08-25 19:15:55 UTC FreeBSD ports repository Modified files: devel/php-xdebug Makefile distinfo Log: - Update to 2.0.0. - Pass maintainership to submitter. PR: ports/115790 Submitted by: Bill Moran <wmoran at collaborativefusion.com> Revision Changes Path 1.16 +2 -2 ports/devel/php-xdebug/Makefile 1.11 +3 -3 ports/devel/php-xdebug/distinfo _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks.