aboutsummaryrefslogtreecommitdiff
path: root/net/pear-Net_NNTP
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2005-01-19 10:33:25 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2005-01-19 10:33:25 +0000
commite42e3cbc1524d27f30d807657cb0d9659c1a17e8 (patch)
tree97bb4e4376b15665e7f8b8b1d7c6b0792f3bb192 /net/pear-Net_NNTP
parent7b2c7700405826a382f2d24ecc1bb12a32a878a8 (diff)
downloadports-e42e3cbc1524d27f30d807657cb0d9659c1a17e8.tar.gz
ports-e42e3cbc1524d27f30d807657cb0d9659c1a17e8.zip
Update port: net/pear-Net_NNTP to 1.2.0
+ update port: net/pear-Net_NNTP to 1.2.0 + changelog: http://pear.php.net/package/Net_NNTP/download/1.2.0/ + take maintainership + update pkg-descr PR: ports/76355 Submitted by: Antônio Carlos Venâncio Júnior <antonio@php.net>
Notes
Notes: svn path=/head/; revision=126810
Diffstat (limited to 'net/pear-Net_NNTP')
-rw-r--r--net/pear-Net_NNTP/Makefile15
-rw-r--r--net/pear-Net_NNTP/distinfo4
-rw-r--r--net/pear-Net_NNTP/pkg-descr7
3 files changed, 13 insertions, 13 deletions
diff --git a/net/pear-Net_NNTP/Makefile b/net/pear-Net_NNTP/Makefile
index 0ac7f18ec40e..16d228d75dd7 100644
--- a/net/pear-Net_NNTP/Makefile
+++ b/net/pear-Net_NNTP/Makefile
@@ -6,20 +6,21 @@
#
PORTNAME= Net_NNTP
-PORTVERSION= 0.10.1
+PORTVERSION= 1.2.0
CATEGORIES= net news www pear
-MAINTAINER= ports@FreeBSD.org
-COMMENT= PEAR class that provides an implementation of the NNTP protocol
+MAINTAINER= antonio@php.net
+COMMENT= PEAR implementation of the NNTP protocol
BUILD_DEPENDS= ${PEARDIR}/Net/Socket.php:${PORTSDIR}/net/pear-Net_Socket
RUN_DEPENDS= ${BUILD_DEPENDS}
CATEGORY= Net
-FILES= NNTP.php NNTP/Protocol.php NNTP/Header.php NNTP/Message.php
-EXAMPLES= README read.php group.php index.php
-_EXAMPLESDIR= examples/news.php.net
-
+FILES= NNTP/Client.php NNTP/Header.php NNTP/Message.php \
+ NNTP/Protocol/Client.php
+EXAMPLES= index.php group.php read.php
+_EXAMPLESDIR= docs/examples/news.php.net
+
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
.include <bsd.port.post.mk>
diff --git a/net/pear-Net_NNTP/distinfo b/net/pear-Net_NNTP/distinfo
index 89aa6c688a0e..de2c5bf0c565 100644
--- a/net/pear-Net_NNTP/distinfo
+++ b/net/pear-Net_NNTP/distinfo
@@ -1,2 +1,2 @@
-MD5 (PEAR/Net_NNTP-0.10.1.tgz) = 495b9bb0218c9d43d291f0cec7b5dd87
-SIZE (PEAR/Net_NNTP-0.10.1.tgz) = 24352
+MD5 (PEAR/Net_NNTP-1.2.0.tgz) = 414f5539129b79396ce38320f08c022f
+SIZE (PEAR/Net_NNTP-1.2.0.tgz) = 19804
diff --git a/net/pear-Net_NNTP/pkg-descr b/net/pear-Net_NNTP/pkg-descr
index b7b55e3e58cf..2f4c1941bde8 100644
--- a/net/pear-Net_NNTP/pkg-descr
+++ b/net/pear-Net_NNTP/pkg-descr
@@ -1,5 +1,4 @@
-Complete class for communicating with an NNTP server (this is: the USENET),
-including: post, view, list, authentication, overview, header manipulation,
-NNTP commands debugger, etc.
+Package for communicating with NNTP/USENET servers. Includes features like
+post, view, list, authentication, overview, etc.
-WWW: http://pear.php.net/package-info.php?package=Net_NNTP
+WWW: http://pear.php.net/package/Net_NNTP/