From sunpoet@sunpoet.net  Tue Jul 12 14:43:02 2011
Return-Path: <sunpoet@sunpoet.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 4688F106564A
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 12 Jul 2011 14:43:02 +0000 (UTC)
	(envelope-from sunpoet@sunpoet.net)
Received: from sunpoet.net (sunpoet.net [220.133.12.240])
	by mx1.freebsd.org (Postfix) with ESMTP id 1893D8FC0A
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 12 Jul 2011 14:43:01 +0000 (UTC)
Received: by sunpoet.net (Postfix, from userid 1000)
	id AA0412FE; Tue, 12 Jul 2011 22:42:54 +0800 (CST)
Message-Id: <20110712144254.AA0412FE@sunpoet.net>
Date: Tue, 12 Jul 2011 22:42:54 +0800 (CST)
From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: james@divide.org
Subject: [PATCH] security/p5-Authen-NTLM: change PORTNAME
X-Send-Pr-Version: 3.113
X-GNATS-Notify: james@divide.org

>Number:         158835
>Category:       ports
>Synopsis:       [PATCH] security/p5-Authen-NTLM: change PORTNAME
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    sunpoet
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jul 12 14:50:07 UTC 2011
>Closed-Date:    Thu Jul 28 07:01:04 UTC 2011
>Last-Modified:  Thu Jul 28 07:10:11 UTC 2011
>Originator:     Sunpoet Po-Chuan Hsieh
>Release:        FreeBSD 8.2-STABLE amd64
>Organization:
The FreeBSD Project
>Environment:
System: FreeBSD bonjour.sunpoet.net 8.2-STABLE FreeBSD 8.2-STABLE #0: Sat Jul  9 23:23:51 CST
>Description:
- Change PORTNAME

Most perl ports' PORTNAME follow their module name with conversion
from :: to -. Ports with direct dependency on p5-NTLM>=x.xx will
have PORTREVISION bump along with this change. In fact, that is
wwww/p5-libwww.

Port maintainer (james@divide.org) is cc'd.

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- p5-Authen-NTLM-1.08.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/security/p5-Authen-NTLM/Makefile,v
retrieving revision 1.6
diff -u -u -r1.6 Makefile
--- Makefile	11 Jun 2011 14:34:26 -0000	1.6
+++ Makefile	12 Jul 2011 14:21:32 -0000
@@ -5,12 +5,12 @@
 #
 # $FreeBSD: ports/security/p5-Authen-NTLM/Makefile,v 1.6 2011/06/11 14:34:26 sunpoet Exp $
 
-PORTNAME=	NTLM
+PORTNAME=	Authen-NTLM
 PORTVERSION=	1.08
 CATEGORIES=	security perl5
 MASTER_SITES=	CPAN
-MASTER_SITE_SUBDIR=	Authen
 PKGNAMEPREFIX=	p5-
+DISTNAME=	${PORTNAME:C/.*-//}-${PORTVERSION}
 
 MAINTAINER=	james@divide.org
 COMMENT=	An NTLM authentication module
--- p5-Authen-NTLM-1.08.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->perl 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Tue Jul 12 14:50:18 UTC 2011 
Responsible-Changed-Why:  
perl@ wants this port PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=158835 
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Tue Jul 12 14:50:23 UTC 2011 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=158835 
Responsible-Changed-From-To: perl->sunpoet 
Responsible-Changed-By: sunpoet 
Responsible-Changed-When: Tue Jul 12 14:51:57 UTC 2011 
Responsible-Changed-Why:  
I'll take it. 

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

From: Edwin Groothuis <edwin@FreeBSD.org>
To: james@divide.org
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/158835: [PATCH] security/p5-Authen-NTLM: change PORTNAME
Date: Tue, 12 Jul 2011 14:50:21 UT

 Maintainer of security/p5-Authen-NTLM,
 
 Please note that PR ports/158835 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/158835
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org
State-Changed-From-To: feedback->closed 
State-Changed-By: sunpoet 
State-Changed-When: Thu Jul 28 07:01:02 UTC 2011 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/158835: commit references a PR
Date: Thu, 28 Jul 2011 07:00:38 +0000 (UTC)

 sunpoet     2011-07-28 07:00:28 UTC
 
   FreeBSD ports repository
 
   Modified files:
     security/p5-Authen-NTLM Makefile 
   Log:
   - Change PORTNAME
   - Bump PORTREVISION for package change
   
   PR:             ports/158835
   Submitted by:   sunpoet (myself)
   Approved by:    maintainer (timeout, 15 days)
   
   Revision  Changes    Path
   1.7       +3 -2      ports/security/p5-Authen-NTLM/Makefile
 _______________________________________________
 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"
 
>Unformatted:
