Skip site navigation (1)Skip section navigation (2)
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:   ports/158835: [PATCH] security/p5-Authen-NTLM: change PORTNAME
Message-ID:  <20110712144254.AA0412FE@sunpoet.net>
Resent-Message-ID: <201107121450.p6CEo7so053309@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         158835
>Category:       ports
>Synopsis:       [PATCH] security/p5-Authen-NTLM: change PORTNAME
>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:   Tue Jul 12 14:50:07 UTC 2011
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20110712144254.AA0412FE>