From nobody@FreeBSD.org  Sat Feb 23 20:10:28 2008
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id C0A7516A49A
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 23 Feb 2008 20:10:28 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id BF9C713C4DB
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 23 Feb 2008 20:10:28 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m1NK7nb0006457
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 23 Feb 2008 20:07:49 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.2/8.14.1/Submit) id m1NK7nHq006455;
	Sat, 23 Feb 2008 20:07:49 GMT
	(envelope-from nobody)
Message-Id: <200802232007.m1NK7nHq006455@www.freebsd.org>
Date: Sat, 23 Feb 2008 20:07:49 GMT
From: Felippe de Meirelles Motta <lippemail@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [UPDATE] net/p5-Net-SFTP-Foreign
X-Send-Pr-Version: www-3.1
X-GNATS-Notify: numisemis@yahoo.com

>Number:         121020
>Category:       ports
>Synopsis:       [UPDATE] net/p5-Net-SFTP-Foreign
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    gabor
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Feb 23 20:20:01 UTC 2008
>Closed-Date:    Mon Feb 25 13:41:56 UTC 2008
>Last-Modified:  Mon Feb 25 13:41:56 UTC 2008
>Originator:     Felippe de Meirelles Motta
>Release:        FreeBSD 7.0-PRERELEASE amd64
>Organization:
>Environment:
System: FreeBSD 7.0-PRERELEASE #0: Thu Jan 10 01:55:37 BRST 2008
    lippe@shire.freebsd.org:/usr/obj/usr/src/sys/GENERIC

>Description:
- Updated to 1.35
- DISTVERSION ? Now using PORTVERSION
- Use CPAN macro
- Add missing dependences
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/net/p5-Net-SFTP-Foreign/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- Makefile	8 Sep 2007 01:02:44 -0000	1.3
+++ Makefile	23 Feb 2008 20:10:01 -0000
@@ -6,10 +6,9 @@
 #
 
 PORTNAME=	Net-SFTP-Foreign
-DISTVERSION=	0.90_15
+PORTVERSION=	1.35
 CATEGORIES=	net perl5
-MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
-MASTER_SITE_SUBDIR=	../../authors/id/S/SA/SALVA
+MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 
 MAINTAINER=	numisemis@yahoo.com
@@ -17,6 +16,10 @@
 
 PERL_CONFIGURE=	5.8.0+
 
+BUILD_DEPENDS+=	${SITE_PERL}/File/Which.pm:${PORTSDIR}/sysutils/p5-File-Which \
+		${SITE_PERL}/${PERL_ARCH}/Sort/Key.pm:${PORTSDIR}/devel/p5-Sort-Key
+RUN_DEPENDS+=	${BUILD_DEPENDS}
+
 MAN3=		Net::SFTP::Foreign.3 \
 		Net::SFTP::Foreign::Attributes.3 \
 		Net::SFTP::Foreign::Attributes::Compat.3 \
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/net/p5-Net-SFTP-Foreign/distinfo,v
retrieving revision 1.2
diff -u -r1.2 distinfo
--- distinfo	12 Jan 2007 23:17:45 -0000	1.2
+++ distinfo	23 Feb 2008 20:10:01 -0000
@@ -1,3 +1,3 @@
-MD5 (Net-SFTP-Foreign-0.90_15.tar.gz) = 108c1a82323796047f3426731e5fe627
-SHA256 (Net-SFTP-Foreign-0.90_15.tar.gz) = 2af3bbf4bc70a9bae94846858d5a062d766483fb15bcc6763bddf6d2073c5807
-SIZE (Net-SFTP-Foreign-0.90_15.tar.gz) = 89529
+MD5 (Net-SFTP-Foreign-1.35.tar.gz) = 994f6e4dfbc1f4fdba8911afcdde462d
+SHA256 (Net-SFTP-Foreign-1.35.tar.gz) = d923a3a6dbef764d2a18f1f527fb768ab4c23d4a564a271e1b0f403f91bab2cc
+SIZE (Net-SFTP-Foreign-1.35.tar.gz) = 96207
Index: pkg-descr
===================================================================
RCS file: /home/ncvs/ports/net/p5-Net-SFTP-Foreign/pkg-descr,v
retrieving revision 1.1
diff -u -r1.1 pkg-descr
--- pkg-descr	28 Jun 2006 08:50:57 -0000	1.1
+++ pkg-descr	23 Feb 2008 20:10:01 -0000
@@ -1,4 +1,3 @@
 Net::SFTP::Foreign - Secure File Transfer Protocol client
-WARNING: This is a development version, expect bugs on it!!!
 
 WWW: http://search.cpan.org/dist/Net-SFTP-Foreign/


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->gabor 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sat Feb 23 20:20:07 UTC 2008 
Responsible-Changed-Why:  
gabor@ wants his PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=121020 
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Sat Feb 23 20:20:16 UTC 2008 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=121020 

From: Simun Mikecin <numisemis@yahoo.com>
To: bug-followup@FreeBSD.org
Cc: edwin@FreeBSD.org
Subject: Re: ports/121020: [UPDATE] net/p5-Net-SFTP-Foreign
Date: Sun, 24 Feb 2008 10:21:52 -0800 (PST)

 This update seems fine.
 
 
 
       ____________________________________________________________________________________
 Be a better friend, newshound, and 
 know-it-all with Yahoo! Mobile.  Try it now.  http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ 
 
State-Changed-From-To: feedback->open 
State-Changed-By: edwin 
State-Changed-When: Sun Feb 24 21:44:30 UTC 2008 
State-Changed-Why:  
maintainer approved 

http://www.freebsd.org/cgi/query-pr.cgi?pr=121020 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/121020: commit references a PR
Date: Mon, 25 Feb 2008 13:29:18 +0000 (UTC)

 gabor       2008-02-25 13:29:08 UTC
 
   FreeBSD ports repository
 
   Modified files:
     net/p5-Net-SFTP-Foreign Makefile distinfo pkg-descr 
   Log:
   - Update to 1.35
   - Add dependencies
   - Style
   
   PR:             ports/121020
   Submitted by:   Felippe de Meirelles Motta <lippemail@gmail.com>
   Approved by:    maintainer
   
   Revision  Changes    Path
   1.4       +6 -3      ports/net/p5-Net-SFTP-Foreign/Makefile
   1.3       +3 -3      ports/net/p5-Net-SFTP-Foreign/distinfo
   1.2       +0 -1      ports/net/p5-Net-SFTP-Foreign/pkg-descr
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: open->closed 
State-Changed-By: gabor 
State-Changed-When: Mon Feb 25 13:40:42 UTC 2008 
State-Changed-Why:  
Committed, thanks! 

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