- "Update" to 1.0.0 (stable release)
PR: ports/78548 Submitted by: maintainer
This commit is contained in:
parent
c35e7afbc4
commit
b2a9442873
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=130647
3 changed files with 6 additions and 7 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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/
|
||||
|
|
Loading…
Reference in a new issue