Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Sep 2003 16:44:07 +0800 (CST)
From:      Yen-Ming Lee <leeym@utopia.leeym.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/56694: fix port: misc/p5-Locale-Msgcat
Message-ID:  <20030911084407.062583EABD0@utopia.leeym.com>
Resent-Message-ID: <200309110850.h8B8o2oN031276@freefall.freebsd.org>

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

>Number:         56694
>Category:       ports
>Synopsis:       fix port: misc/p5-Locale-Msgcat
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Sep 11 01:50:02 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Yen-Ming Lee
>Release:        FreeBSD 5.1-RELEASE-p2 i386
>Organization:
>Environment:
System: FreeBSD utopia.leeym.com 5.1-RELEASE-p2 FreeBSD 5.1-RELEASE-p2 #4: Sun Aug 24 06:56:03 CST 2003 root@utopia.leeym.com:/mnt/obj/usr/src/sys/UTOPIA i386


	
>Description:

fix PLIST problem and change PORTNAME.

>How-To-Repeat:

http://bento.freebsd.org/errorlogs/i386-4-latest/p5-Msgcat-1.03.log

>Fix:

	

--- p5-Locale-Msgcat.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/misc/p5-Locale-Msgcat/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- Makefile	7 Mar 2003 06:07:14 -0000	1.2
+++ Makefile	11 Sep 2003 08:41:35 -0000
@@ -5,7 +5,7 @@
 # $FreeBSD: ports/misc/p5-Locale-Msgcat/Makefile,v 1.2 2003/03/07 06:07:14 ade Exp $
 #
 
-PORTNAME=	Msgcat
+PORTNAME=	Locale-Msgcat
 PORTVERSION=	1.03
 CATEGORIES=	misc perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
@@ -13,10 +13,10 @@
 PKGNAMEPREFIX=	p5-
 
 MAINTAINER=	gioria@FreeBSD.org
-COMMENT=	Msgcat, a small Perl module for systems to support the XPG4 message catalog functions
+COMMENT=	A small Perl module for systems to support the XPG4 message catalog functions
 
 PERL_CONFIGURE=	YES
 
-MANPREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
+MAN3=		Locale::Msgcat.3
 
 .include <bsd.port.mk>
Index: pkg-plist
===================================================================
RCS file: /home/pcvs/ports/misc/p5-Locale-Msgcat/pkg-plist,v
retrieving revision 1.1
diff -u -r1.1 pkg-plist
--- pkg-plist	4 Feb 2003 12:45:51 -0000	1.1
+++ pkg-plist	11 Sep 2003 08:41:35 -0000
@@ -1,8 +1,7 @@
-lib/perl5/site_perl/%%PERL_VERSION%%/mach/auto/Locale/Msgcat/Msgcat.so
-lib/perl5/site_perl/%%PERL_VERSION%%/mach/auto/Locale/Msgcat/Msgcat.bs
-lib/perl5/site_perl/%%PERL_VERSION%%/mach/auto/Locale/Msgcat/.packlist
-lib/perl5/site_perl/%%PERL_VERSION%%/mach/Locale/Msgcat.pm
-lib/perl5/%%PERL_VERSION%%/man/man3/Locale::Msgcat.3
-@dirrm lib/perl5/site_perl/%%PERL_VERSION%%/mach/auto/Locale/Msgcat
-@dirrm lib/perl5/site_perl/%%PERL_VERSION%%/mach/auto/Locale
-@dirrm lib/perl5/site_perl/%%PERL_VERSION%%/mach/Locale
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Locale/Msgcat/Msgcat.so
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Locale/Msgcat/Msgcat.bs
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Locale/Msgcat/.packlist
+%%SITE_PERL%%/%%PERL_ARCH%%/Locale/Msgcat.pm
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Locale/Msgcat
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Locale
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Locale
--- p5-Locale-Msgcat.diff ends here ---


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



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