1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

- Update to 1.3.1;

- change MASTER_SITES and WWW link.

PR:		ports/65513
Submitted by:	Roman Neuhauser
Approved by:	maintainer.
This commit is contained in:
Thierry Thomas 2004-06-15 19:56:52 +00:00
parent a9a10de279
commit 90d140a4c7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=111553
3 changed files with 6 additions and 5 deletions

View File

@ -6,9 +6,9 @@
#
PORTNAME= xdebug
PORTVERSION= 1.3.0
PORTVERSION= 1.3.1
CATEGORIES= devel
MASTER_SITES= http://files.derickrethans.nl/
MASTER_SITES= http://www.xdebug.org/files/
PKGNAMEPREFIX= php-
EXTRACT_SUFX= .tgz
@ -18,6 +18,7 @@ COMMENT= Xdebug extension for PHP
USE_PHP= yes
USE_PHPIZE= yes
CONFIGURE_ARGS= --enable-xdebug --with-php-config=${PREFIX}/bin/php-config
CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
PKGMESSAGE= ${WRKDIR}/pkg-message
post-build:

View File

@ -1,2 +1,2 @@
MD5 (xdebug-1.3.0.tgz) = 01f3dc90efa6a089eb624abf6e0825b9
SIZE (xdebug-1.3.0.tgz) = 152986
MD5 (xdebug-1.3.1.tgz) = 942bc3ea3e0951dc37c08ada3a3c9029
SIZE (xdebug-1.3.1.tgz) = 153506

View File

@ -2,4 +2,4 @@ The Xdebug extension helps you debugging your script by providing a lot of
valuable debug information. Xdebug can be used from inside a script or by
a remote debugger.
WWW: http://xdebug.derickrethans.nl/
WWW: http://www.xdebug.org/