ports/56694: fix port: misc/p5-Locale-Msgcat

Yen-Ming Lee leeym at utopia.leeym.com
Thu Sep 11 08:50:04 UTC 2003


>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 at 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 at 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
- at dirrm lib/perl5/site_perl/%%PERL_VERSION%%/mach/auto/Locale/Msgcat
- at dirrm lib/perl5/site_perl/%%PERL_VERSION%%/mach/auto/Locale
- at 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
+ at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Locale/Msgcat
+ at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Locale
+ at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Locale
--- p5-Locale-Msgcat.diff ends here ---


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



More information about the freebsd-ports-bugs mailing list