ports/160547: [PATCH] devel/p5-Locale-gettext: follow Perl module naming

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Sep 8 02:20:07 UTC 2011


>Number:         160547
>Category:       ports
>Synopsis:       [PATCH] devel/p5-Locale-gettext: follow Perl module naming
>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:   Thu Sep 08 02:20: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:
- Follow Perl module naming

Do not need to alter other ports as PKGNAME keeps unchanged.

Port maintainer (demon at FreeBSD.org) is cc'd.

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

--- p5-Locale-gettext-1.05_3.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/p5-Locale-gettext/Makefile,v
retrieving revision 1.23
diff -u -u -r1.23 Makefile
--- Makefile	11 Oct 2010 20:48:08 -0000	1.23
+++ Makefile	7 Sep 2011 07:43:57 -0000
@@ -5,13 +5,13 @@
 # $FreeBSD: ports/devel/p5-Locale-gettext/Makefile,v 1.23 2010/10/11 20:48:08 pgollucci Exp $
 #
 
-PORTNAME=	gettext
+PORTNAME=	Locale-gettext
 PORTVERSION=	1.05
 PORTREVISION=	3
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
-MASTER_SITE_SUBDIR=Locale
-PKGNAMEPREFIX=	p5-Locale-
+PKGNAMEPREFIX=	p5-
+DISTNAME=	${PORTNAME:C/.*-//}-${PORTVERSION}
 
 MAINTAINER=	demon at FreeBSD.org
 COMMENT=	Message handling functions
--- p5-Locale-gettext-1.05_3.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list