[update] net/pear-Net_NNTP: update to 0.9.2

Update NNTP pear class to the lastest version.

PR:		ports/55949
Submitted by:	Clement Laforet <sheepkiller@cultdeadsheep.org>
This commit is contained in:
Edwin Groothuis 2003-08-28 08:40:38 +00:00
parent d42da65ed8
commit 26b4e33276
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=87869
3 changed files with 13 additions and 6 deletions

View file

@ -6,23 +6,26 @@
#
PORTNAME= Net_NNTP
PORTVERSION= 0.2
PORTVERSION= 0.9.2
CATEGORIES= net news www
MAINTAINER= sheepkiller@cultdeadsheep.org
COMMENT= PEAR class that provides an implementation of the NNTP protocol
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR
BUILD_DEPENDS= ${PEARDIR}/Net/Socket.php:${PORTSDIR}/net/pear-Net_Socket
RUN_DEPENDS= ${BUILD_DEPENDS}
.include <bsd.port.pre.mk>
.include "${.CURDIR}/../../devel/pear-PEAR/Makefile.common"
LIB_FILES= NNTP/Protocol.php NNTP/Header.php NNTP/Message.php
do-install:
.if !exists(${PEARDIR}/Net)
@${MKDIR} ${PEARDIR}/Net
.endif
@${MKDIR} ${PEARDIR}/Net/NNTP
@${CP} -p ${WRKSRC}/NNTP.php ${PEARDIR}/Net
.for FILE in ${LIB_FILES}
@${CP} -p ${WRKSRC}/${FILE} ${PEARDIR}/Net/NNTP
.endfor
@${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${PEARDIR}/Net
.include <bsd.port.post.mk>

View file

@ -1 +1 @@
MD5 (PEAR/Net_NNTP-0.2.tgz) = 7f2591f11bef81202dd4a09070a33a28
MD5 (PEAR/Net_NNTP-0.9.2.tgz) = 1748a8d1a9cf5194f4f8bd91cb117b6f

View file

@ -1,4 +1,8 @@
%%PEARDIR%%/Net/NNTP.php
%%PEARDIR%%/Net/NNTP/Protocol.php
%%PEARDIR%%/Net/NNTP/Header.php
%%PEARDIR%%/Net/NNTP/Message.php
%%PKGREGDIR%%/package.xml
@dirrm %%PEARDIR%%/Net/NNTP
@dirrm %%PKGREGDIR%%
@unexec rmdir %D/share/pear/Net 2> /dev/null || true