diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2005-01-12 20:48:59 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2005-01-12 20:48:59 +0000 |
commit | 27f1588e307a820b894d126c8f95673274544c38 (patch) | |
tree | 3742c98c293bd76acba39f83d584e9457e881935 /net/pear-Net_Socket | |
parent | 5f4082b43062ca5c81626aa9a33037714b4b1230 (diff) | |
download | ports-27f1588e307a820b894d126c8f95673274544c38.tar.gz ports-27f1588e307a820b894d126c8f95673274544c38.zip |
Notes
Diffstat (limited to 'net/pear-Net_Socket')
-rw-r--r-- | net/pear-Net_Socket/Makefile | 4 | ||||
-rw-r--r-- | net/pear-Net_Socket/distinfo | 4 | ||||
-rw-r--r-- | net/pear-Net_Socket/pkg-descr | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/net/pear-Net_Socket/Makefile b/net/pear-Net_Socket/Makefile index f7d103ee9292..757ce8084bc3 100644 --- a/net/pear-Net_Socket/Makefile +++ b/net/pear-Net_Socket/Makefile @@ -6,10 +6,10 @@ # PORTNAME= Net_Socket -PORTVERSION= 1.0.4 +PORTVERSION= 1.0.5 CATEGORIES= net www pear -MAINTAINER= ports@FreeBSD.org +MAINTAINER= antonio@php.net COMMENT= PEAR Network Socket Interface BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR diff --git a/net/pear-Net_Socket/distinfo b/net/pear-Net_Socket/distinfo index 6fd75d0d5ae4..c5596c0b5472 100644 --- a/net/pear-Net_Socket/distinfo +++ b/net/pear-Net_Socket/distinfo @@ -1,2 +1,2 @@ -MD5 (PEAR/Net_Socket-1.0.4.tgz) = 40310e0b6ae6dc47b802a5feba8f5c0e -SIZE (PEAR/Net_Socket-1.0.4.tgz) = 4231 +MD5 (PEAR/Net_Socket-1.0.5.tgz) = af06eca1cde4037f8e3f07b4acbb6a39 +SIZE (PEAR/Net_Socket-1.0.5.tgz) = 4208 diff --git a/net/pear-Net_Socket/pkg-descr b/net/pear-Net_Socket/pkg-descr index 4be38c2efb12..a979e5ded451 100644 --- a/net/pear-Net_Socket/pkg-descr +++ b/net/pear-Net_Socket/pkg-descr @@ -4,4 +4,4 @@ It provides blocking and non-blocking operation, with different reading and writing modes (byte-wise, block-wise, line-wise and special formats like network byte-order ip addresses). -WWW: http://pear.php.net/package/Net_Socket +WWW: http://pear.php.net/package/Net_Socket/ |