Skip site navigation (1)Skip section navigation (2)
Date:      Thu,  8 Sep 2011 10:18:55 +0800 (CST)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        demon@FreeBSD.org
Subject:   ports/160547: [PATCH] devel/p5-Locale-gettext: follow Perl module naming
Message-ID:  <20110908021855.37EF6550F@sunpoet.net>
Resent-Message-ID: <201109080220.p882K7Zj051276@freefall.freebsd.org>

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

>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@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@FreeBSD.org
 COMMENT=	Message handling functions
--- p5-Locale-gettext-1.05_3.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?20110908021855.37EF6550F>