diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2004-05-16 20:09:12 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2004-05-16 20:09:12 +0000 |
commit | 738045f83d367662feb524b3b3e5a1f6b5354818 (patch) | |
tree | d42e0964e039e1565db8e3f70bb1be60e9023bb6 /net/pear-Net_URL | |
parent | a11f4fc4f946b1ee13cf4202c91c9a6eea318303 (diff) | |
download | ports-738045f83d367662feb524b3b3e5a1f6b5354818.tar.gz ports-738045f83d367662feb524b3b3e5a1f6b5354818.zip |
Notes
Diffstat (limited to 'net/pear-Net_URL')
-rw-r--r-- | net/pear-Net_URL/Makefile | 11 | ||||
-rw-r--r-- | net/pear-Net_URL/distinfo | 4 | ||||
-rw-r--r-- | net/pear-Net_URL/pkg-descr | 2 |
3 files changed, 7 insertions, 10 deletions
diff --git a/net/pear-Net_URL/Makefile b/net/pear-Net_URL/Makefile index 285d1b5d8505..7ab2e0c14fa1 100644 --- a/net/pear-Net_URL/Makefile +++ b/net/pear-Net_URL/Makefile @@ -6,22 +6,19 @@ # PORTNAME= Net_URL -PORTVERSION= 1.0.10 -PORTREVISION= 1 +PORTVERSION= 1.0.12 CATEGORIES= net www pear -MASTER_SITES= http://pear.php.net/get/ -PKGNAMEPREFIX= pear- -EXTRACT_SUFX= .tgz -DIST_SUBDIR= PEAR MAINTAINER= ports@FreeBSD.org -COMMENT= Easy parsing of Urls +COMMENT= Easy parsing of URLs BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR RUN_DEPENDS= ${BUILD_DEPENDS} CATEGORY= Net FILES= URL.php +EXAMPLES= example.php +_EXAMPLESDIR= docs .include <bsd.port.pre.mk> .include "${PORTSDIR}/devel/pear-PEAR/Makefile.common" diff --git a/net/pear-Net_URL/distinfo b/net/pear-Net_URL/distinfo index a272ff5488d1..f583f2c6712f 100644 --- a/net/pear-Net_URL/distinfo +++ b/net/pear-Net_URL/distinfo @@ -1,2 +1,2 @@ -MD5 (PEAR/Net_URL-1.0.10.tgz) = 92db5fef86bb64da7c5edae6c63edb21 -SIZE (PEAR/Net_URL-1.0.10.tgz) = 4464 +MD5 (PEAR/Net_URL-1.0.12.tgz) = 996650e8b71c2607ef60e32d67438aab +SIZE (PEAR/Net_URL-1.0.12.tgz) = 4975 diff --git a/net/pear-Net_URL/pkg-descr b/net/pear-Net_URL/pkg-descr index e2a24e808d08..665b71d7b107 100644 --- a/net/pear-Net_URL/pkg-descr +++ b/net/pear-Net_URL/pkg-descr @@ -1,3 +1,3 @@ Provides easy parsing of URLs and their constituent parts. -WWW: http://pear.php.net/package-info.php?pacid=34 +WWW: http://pear.php.net/package/Net_URL/ |