Index: head/net/pear-Net_NNTP/Makefile =================================================================== --- head/net/pear-Net_NNTP/Makefile (revision 191041) +++ head/net/pear-Net_NNTP/Makefile (revision 191042) @@ -1,26 +1,33 @@ # Ports collection makefile for: pear-Net_NNTP # Date created: 07 August 2003 # Whom: Clement Laforet # # $FreeBSD$ # PORTNAME= Net_NNTP -PORTVERSION= 1.0.1 +PORTVERSION= 1.3.3 PORTEPOCH= 1 CATEGORIES= net news pear -MAINTAINER= ports@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org 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/Client.php NNTP/Protocol/Client.php -EXAMPLES= index.php group.php read.php -_EXAMPLESDIR= docs/examples/news.php.net +FILES= NNTP/Client.php NNTP/Header.php NNTP/Message.php \ + NNTP/Protocol/Client.php NNTP/Protocol/Responsecode.php + +EXAMPLES= demo/article.php demo/common.inc.php demo/config.inc.php demo/footer.inc.php \ + demo/group.php demo/groups.php demo/header.inc.php demo/index.php demo/style.css \ + phpdoc/authenticate.php phpdoc/connect.php phpdoc/constructor.php phpdoc/getDescriptions.php \ + phpdoc/getGroups.php phpdoc/getOverview.php phpdoc/getOverview.php phpdoc/selectArticle.php \ + phpdoc/selectGroup.php phpdoc/selectNextArticle.php phpdoc/selectPreviousArticle.php + +_EXAMPLESDIR= docs/examples/ .include .include "${PORTSDIR}/devel/pear/bsd.pear.mk" .include Property changes on: head/net/pear-Net_NNTP/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.15 \ No newline at end of property +1.16 \ No newline at end of property Index: head/net/pear-Net_NNTP/distinfo =================================================================== --- head/net/pear-Net_NNTP/distinfo (revision 191041) +++ head/net/pear-Net_NNTP/distinfo (revision 191042) @@ -1,3 +1,3 @@ -MD5 (PEAR/Net_NNTP-1.0.1.tgz) = c51bfa31c55d2f784171373d9532980c -SHA256 (PEAR/Net_NNTP-1.0.1.tgz) = 42bb6b90101de28c5e106f898eef89d579bac05a2315d95b5640fa2a0974916f -SIZE (PEAR/Net_NNTP-1.0.1.tgz) = 16507 +MD5 (PEAR/Net_NNTP-1.3.3.tgz) = 92a9d8afc85b4e8eeda2f562bdd0ed9d +SHA256 (PEAR/Net_NNTP-1.3.3.tgz) = 0076599c414fd6f45fc7628832311e644decdec97c75f83d614d8f7a65760ae3 +SIZE (PEAR/Net_NNTP-1.3.3.tgz) = 41564 Property changes on: head/net/pear-Net_NNTP/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.10 \ No newline at end of property +1.11 \ No newline at end of property