diff options
author | miwi <miwi@FreeBSD.org> | 2007-08-06 05:27:19 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-08-06 05:27:19 +0800 |
commit | 439e4a25fa04452d890cbd6cb54d1523a6805c79 (patch) | |
tree | 5823b39d3699375067bd242f46bdeb6c60da2841 | |
parent | 0bfd3b6c2882c0702ac1bb8feb4d406c0727ee6a (diff) | |
download | freebsd-ports-gnome-439e4a25fa04452d890cbd6cb54d1523a6805c79.tar.gz freebsd-ports-gnome-439e4a25fa04452d890cbd6cb54d1523a6805c79.tar.zst freebsd-ports-gnome-439e4a25fa04452d890cbd6cb54d1523a6805c79.zip |
- Update to 1.2.4
-rw-r--r-- | devel/pear-XML_XPath/Makefile | 6 | ||||
-rw-r--r-- | devel/pear-XML_XPath/distinfo | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/devel/pear-XML_XPath/Makefile b/devel/pear-XML_XPath/Makefile index 57843b821ee2..70ca2f52a2e0 100644 --- a/devel/pear-XML_XPath/Makefile +++ b/devel/pear-XML_XPath/Makefile @@ -6,7 +6,7 @@ # PORTNAME= XML_XPath -PORTVERSION= 1.2.3 +PORTVERSION= 1.2.4 CATEGORIES= devel www pear MAINTAINER= miwi@FreeBSD.org @@ -19,6 +19,10 @@ RUN_DEPENDS= ${BUILD_DEPENDS} IGNORE= No package building: The default libraries in the PHP package do not support domxml by default. .endif +DEFAULT_PHP_VER= 4 +IGNORE_WITH_PHP= 5 +USE_PHP= domxml + CATEGORY= XML FILES= XPath.php XPath/common.php XPath/error.php XPath/result.php EXAMPLES= XML_XPath_example.php diff --git a/devel/pear-XML_XPath/distinfo b/devel/pear-XML_XPath/distinfo index 8be3180693b6..59004846a029 100644 --- a/devel/pear-XML_XPath/distinfo +++ b/devel/pear-XML_XPath/distinfo @@ -1,3 +1,3 @@ -MD5 (PEAR/XML_XPath-1.2.3.tgz) = 7f3ac45db9e6bc5e549666e39a804c99 -SHA256 (PEAR/XML_XPath-1.2.3.tgz) = 35bea4d9e430d2ce5812780df7769940ab82d484cd2f71f3f1291ca2782e9679 -SIZE (PEAR/XML_XPath-1.2.3.tgz) = 19179 +MD5 (PEAR/XML_XPath-1.2.4.tgz) = b0af5c50625373a13400db23b85b4924 +SHA256 (PEAR/XML_XPath-1.2.4.tgz) = 85b3e3583cc8ba5a0bb1c4210a8742410433925ab754774f2f4e19a5d42c5bf1 +SIZE (PEAR/XML_XPath-1.2.4.tgz) = 19028 |