From thierry@pompo.net  Fri Feb 28 15:40:09 2003
Return-Path: <thierry@pompo.net>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id A305737B405
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 28 Feb 2003 15:40:09 -0800 (PST)
Received: from lautre.net (estelle.lautre.net [80.67.164.8])
	by mx1.FreeBSD.org (Postfix) with SMTP id 9B7A643F93
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 28 Feb 2003 15:40:05 -0800 (PST)
	(envelope-from thierry@pompo.net)
Received: (qmail 1315 invoked by alias); 28 Feb 2003 23:40:01 -0000
Received: from unknown (HELO graf.pompo.net) (62.147.48.63)
  by estelle.lautre.net with SMTP; 28 Feb 2003 23:40:01 -0000
Received: by graf.pompo.net (Postfix, from userid 1001)
	id 148F976C4; Sat,  1 Mar 2003 00:39:23 +0100 (CET)
Message-Id: <20030228233923.148F976C4@graf.pompo.net>
Date: Sat,  1 Mar 2003 00:39:23 +0100 (CET)
From: Thierry Thomas <thierry@pompo.net>
Reply-To: Thierry Thomas <thierry@pompo.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: net/Net_SMTP: upgrading to 1.1.2.
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         48799
>Category:       ports
>Synopsis:       net/Net_SMTP: upgrading to 1.1.2.
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Feb 28 15:40:12 PST 2003
>Closed-Date:    Sat Mar 29 18:12:59 PST 2003
>Last-Modified:  Sat Mar 29 18:12:59 PST 2003
>Originator:     Thierry Thomas
>Release:        FreeBSD 4.8-PRERELEASE i386
>Organization:
Kabbale Eros
>Environment:
System: FreeBSD graf.pompo.net 4.8-PRERELEASE FreeBSD 4.8-PRERELEASE #0: Fri Feb 28 22:45:45 CET 2003 root@graf.pompo.net:/usr/obj/mntsrc/src/sys/GRAF020727 i386


	
>Description:
	Upgrading net/Net_SMTP to the latest version
	+ remove pkg-comment.

>How-To-Repeat:
	N/A.

>Fix:
	Please apply the following patch:


diff -urN net/pear-Net_SMTP.orig/Makefile net/pear-Net_SMTP/Makefile
--- net/pear-Net_SMTP.orig/Makefile	Thu Feb 27 10:52:24 2003
+++ net/pear-Net_SMTP/Makefile	Sat Mar  1 00:13:53 2003
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	Net_SMTP
-PORTVERSION=	1.1.1
+PORTVERSION=	1.1.2
 CATEGORIES=	net mail www
 MASTER_SITES=	http://pear.php.net/get/
 PKGNAMEPREFIX=	pear-
@@ -17,6 +17,7 @@
 COMMENT=	PEAR class that provides an implementation of the SMTP protocol
 
 BUILD_DEPENDS=	${PEARDIR}/SASL.php:${PORTSDIR}/security/pear-Auth_SASL
+#		${PEARDIR}/Net/Socket.php:${PORTSDIR}/net/pear-Net_Socket
 RUN_DEPENDS=	${BUILD_DEPENDS}
 
 NO_BUILD=	yes
diff -urN net/pear-Net_SMTP.orig/distinfo net/pear-Net_SMTP/distinfo
--- net/pear-Net_SMTP.orig/distinfo	Thu Feb 27 10:52:24 2003
+++ net/pear-Net_SMTP/distinfo	Fri Feb 28 21:26:53 2003
@@ -1 +1 @@
-MD5 (PEAR/Net_SMTP-1.1.1.tgz) = 918b7419f1b1f374ce46313f1fac928d
+MD5 (PEAR/Net_SMTP-1.1.2.tgz) = af7f864596ed36cc17023991aeb96c69
diff -urN net/pear-Net_SMTP.orig/pkg-comment net/pear-Net_SMTP/pkg-comment
--- net/pear-Net_SMTP.orig/pkg-comment	Thu Feb 27 10:52:24 2003
+++ net/pear-Net_SMTP/pkg-comment	Thu Jan  1 01:00:00 1970
@@ -1 +0,0 @@
-PEAR class that provides an implementation of the SMTP protocol
>Release-Note:
>Audit-Trail:

From: Thierry Thomas <thierry@pompo.net>
To: FreeBSD-gnats-submit@FreeBSD.org
Cc:  
Subject: Re: ports/48799: net/Net_SMTP: upgrading to 1.1.2.
Date: Sat, 15 Mar 2003 22:51:58 +0100

 Le Sam  1 mar 03   0:39:23 +0100, Thierry Thomas <thierry@pompo.net>
  crivait:
 > 
 > >Number:         48799
 > >Category:       ports
 > >Synopsis:       net/Net_SMTP: upgrading to 1.1.2.
 
 security/pear-Auth_SASL was installed in a non-standard directory
 (see PR ports/50036). The following patch chases this fix:
 
 
 diff -urN net/pear-Net_SMTP.orig/Makefile net/pear-Net_SMTP/Makefile
 --- net/pear-Net_SMTP.orig/Makefile	Fri Feb 28 21:26:37 2003
 +++ net/pear-Net_SMTP/Makefile	Sat Mar 15 22:22:15 2003
 @@ -16,7 +16,8 @@
  MAINTAINER=	ports@FreeBSD.org
  COMMENT=	PEAR class that provides an implementation of the SMTP protocol
  
 -BUILD_DEPENDS=	${PEARDIR}/SASL.php:${PORTSDIR}/security/pear-Auth_SASL
 +BUILD_DEPENDS=	${PEARDIR}/Auth/SASL.php:${PORTSDIR}/security/pear-Auth_SASL
 +#		${PEARDIR}/Net/Socket.php:${PORTSDIR}/pear-Net_Socket
  RUN_DEPENDS=	${BUILD_DEPENDS}
  
  NO_BUILD=	yes
 
 
 -- 
 Th. Thomas.
State-Changed-From-To: open->closed 
State-Changed-By: edwin 
State-Changed-When: Sat Mar 29 18:12:55 PST 2003 
State-Changed-Why:  
Commited, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=48799 
>Unformatted:
