From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jan 17 16:10:26 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2FF9616A4D3 for ; Mon, 17 Jan 2005 16:10:26 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 27EBE43D54 for ; Mon, 17 Jan 2005 16:10:24 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j0HGAOdW018564 for ; Mon, 17 Jan 2005 16:10:24 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j0HGANuV018563; Mon, 17 Jan 2005 16:10:24 GMT (envelope-from gnats) Resent-Date: Mon, 17 Jan 2005 16:10:24 GMT Resent-Message-Id: <200501171610.j0HGANuV018563@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Antonio Carlos Venancio Junior Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5412C16A4CF for ; Mon, 17 Jan 2005 16:06:03 +0000 (GMT) Received: from digitalsign.com (cm-virtua-fln-C8B08F9E.brdterra.com.br [200.176.143.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id D2B9843D1F for ; Mon, 17 Jan 2005 16:06:01 +0000 (GMT) (envelope-from antonio@digitalsign.com) Received: from digitalsign.com (localhost [127.0.0.1]) by digitalsign.com (8.12.6/8.12.6) with ESMTP id j0HG5w2F008563 for ; Mon, 17 Jan 2005 14:05:59 -0200 (BRST) (envelope-from antonio@digitalsign.com) Received: (from antonio@localhost) by digitalsign.com (8.12.6/8.12.6/Submit) id j0HG5vmt008562; Mon, 17 Jan 2005 14:05:57 -0200 (BRST) Message-Id: <200501171605.j0HG5vmt008562@digitalsign.com> Date: Mon, 17 Jan 2005 14:05:57 -0200 (BRST) From: Antonio Carlos Venancio Junior To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/76355: Update port: net/pear-Net_NNTP to 1.2.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Antonio Carlos Venancio Junior List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Jan 2005 16:10:26 -0000 >Number: 76355 >Category: ports >Synopsis: Update port: net/pear-Net_NNTP to 1.2.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Jan 17 16:10:23 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Antônio Carlos Venâncio Júnior >Release: FreeBSD 4.11-STABLE i386 >Organization: >Environment: System: FreeBSD antonio.cb.sc.gov.br 4.11-STABLE FreeBSD 4.11-STABLE #4: Mon Jan 10 10:53:56 BRST 2005 root@antonio.cb.sc.gov.br:/usr/obj/usr/src/sys/ANTONIO i386 >Description: + 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 >How-To-Repeat: >Fix: diff -ruN pear-Net_NNTP.orig/Makefile pear-Net_NNTP/Makefile --- pear-Net_NNTP.orig/Makefile Sun Jan 16 13:53:53 2005 +++ pear-Net_NNTP/Makefile Mon Jan 17 10:03:06 2005 @@ -2,24 +2,25 @@ # Date created: 07 August 2003 # Whom: Clement Laforet # -# $FreeBSD: ports/net/pear-Net_NNTP/Makefile,v 1.10 2005/01/16 15:53:53 clement Exp $ +# $FreeBSD: ports/net/pear-Net_NNTP/Makefile,v 1.9 2004/04/14 08:21:01 clement Exp $ # 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 .include "${PORTSDIR}/devel/pear-PEAR/Makefile.common" .include diff -ruN pear-Net_NNTP.orig/distinfo pear-Net_NNTP/distinfo --- pear-Net_NNTP.orig/distinfo Sat Feb 7 14:16:17 2004 +++ pear-Net_NNTP/distinfo Mon Jan 17 10:00:26 2005 @@ -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 -ruN pear-Net_NNTP.orig/pkg-descr pear-Net_NNTP/pkg-descr --- pear-Net_NNTP.orig/pkg-descr Sun Aug 24 23:01:11 2003 +++ pear-Net_NNTP/pkg-descr Mon Jan 17 09:58:10 2005 @@ -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/ >Release-Note: >Audit-Trail: >Unformatted: