Bug 115790 - upgrade devel/php-xdebug to latest
Summary: upgrade devel/php-xdebug to latest
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: chinsan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-08-24 19:40 UTC by Bill Moran
Modified: 2007-08-25 20:20 UTC (History)
0 users

See Also:


Attachments
file.diff (1013 bytes, patch)
2007-08-24 19:40 UTC, Bill Moran
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Bill Moran 2007-08-24 19:40:10 UTC
Attached patch updates devel/php-xdebug from 2.0.0RC4 to 2.0.0 (release).

Also assign myself maintainership.
Comment 1 Bill Moran 2007-08-24 19:56:49 UTC
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
Comment 2 chinsan freebsd_committer freebsd_triage 2007-08-25 19:54:25 UTC
Responsible Changed
From-To: freebsd-ports-bugs->chinsan

I'll take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2007-08-25 20:15:59 UTC
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"
Comment 4 chinsan freebsd_committer freebsd_triage 2007-08-25 20:16:20 UTC
State Changed
From-To: open->closed

Committed.  Thanks.