diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-03-08 20:05:46 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-03-08 20:05:46 +0000 |
commit | b2a94428737bc82472bc5b13a903d3ed2b3d5ced (patch) | |
tree | beea340bdfcba3c0ace4b205a1662e3f070261a8 /net/pear-Net_NNTP | |
parent | c35e7afbc41af99416172512d61991350e0c2e07 (diff) | |
download | ports-b2a94428737bc82472bc5b13a903d3ed2b3d5ced.tar.gz ports-b2a94428737bc82472bc5b13a903d3ed2b3d5ced.zip |
Notes
Diffstat (limited to 'net/pear-Net_NNTP')
-rw-r--r-- | net/pear-Net_NNTP/Makefile | 6 | ||||
-rw-r--r-- | net/pear-Net_NNTP/distinfo | 4 | ||||
-rw-r--r-- | net/pear-Net_NNTP/pkg-descr | 3 |
3 files changed, 6 insertions, 7 deletions
diff --git a/net/pear-Net_NNTP/Makefile b/net/pear-Net_NNTP/Makefile index 16d228d75dd7..2807dfc82e1a 100644 --- a/net/pear-Net_NNTP/Makefile +++ b/net/pear-Net_NNTP/Makefile @@ -6,7 +6,8 @@ # PORTNAME= Net_NNTP -PORTVERSION= 1.2.0 +PORTVERSION= 1.0.0 +PORTEPOCH= 1 CATEGORIES= net news www pear MAINTAINER= antonio@php.net @@ -16,8 +17,7 @@ BUILD_DEPENDS= ${PEARDIR}/Net/Socket.php:${PORTSDIR}/net/pear-Net_Socket RUN_DEPENDS= ${BUILD_DEPENDS} CATEGORY= Net -FILES= NNTP/Client.php NNTP/Header.php NNTP/Message.php \ - NNTP/Protocol/Client.php +FILES= NNTP.php NNTP/Client.php NNTP/Protocol/Client.php EXAMPLES= index.php group.php read.php _EXAMPLESDIR= docs/examples/news.php.net diff --git a/net/pear-Net_NNTP/distinfo b/net/pear-Net_NNTP/distinfo index de2c5bf0c565..9527715fea51 100644 --- a/net/pear-Net_NNTP/distinfo +++ b/net/pear-Net_NNTP/distinfo @@ -1,2 +1,2 @@ -MD5 (PEAR/Net_NNTP-1.2.0.tgz) = 414f5539129b79396ce38320f08c022f -SIZE (PEAR/Net_NNTP-1.2.0.tgz) = 19804 +MD5 (PEAR/Net_NNTP-1.0.0.tgz) = d1717c38097248425e2407978d36548c +SIZE (PEAR/Net_NNTP-1.0.0.tgz) = 16064 diff --git a/net/pear-Net_NNTP/pkg-descr b/net/pear-Net_NNTP/pkg-descr index 2f4c1941bde8..12595daae2d6 100644 --- a/net/pear-Net_NNTP/pkg-descr +++ b/net/pear-Net_NNTP/pkg-descr @@ -1,4 +1,3 @@ -Package for communicating with NNTP/USENET servers. Includes features like -post, view, list, authentication, overview, etc. +Package for communicating with NNTP/Usenet servers. WWW: http://pear.php.net/package/Net_NNTP/ |