Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Sep 2012 01:55:39 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r303799 - head/devel/p5-Locale-Msgfmt
Message-ID:  <201209070155.q871tdSN018843@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Fri Sep  7 01:55:39 2012
New Revision: 303799
URL: http://svn.freebsd.org/changeset/ports/303799

Log:
  - Fix plist
  
  Pointed out by:	pointyhat (via linimon)
  Pointyhat to:	swills
  Approved by:	maintianer (implicit)

Modified:
  head/devel/p5-Locale-Msgfmt/Makefile
  head/devel/p5-Locale-Msgfmt/pkg-plist   (contents, props changed)

Modified: head/devel/p5-Locale-Msgfmt/Makefile
==============================================================================
--- head/devel/p5-Locale-Msgfmt/Makefile	Fri Sep  7 00:13:23 2012	(r303798)
+++ head/devel/p5-Locale-Msgfmt/Makefile	Fri Sep  7 01:55:39 2012	(r303799)
@@ -7,6 +7,7 @@
 
 PORTNAME=	Locale-Msgfmt
 PORTVERSION=	0.15
+PORTREVISION=	1
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -16,7 +17,6 @@ COMMENT=	Compile .po files to .mo files
 
 PERL_CONFIGURE=	yes
 
-MAN1=		msgfmt.pl.1
 MAN3=		Locale::Msgfmt::Utils.3 \
 		Locale::Msgfmt::mo.3 \
 		Locale::Msgfmt::po.3 \

Modified: head/devel/p5-Locale-Msgfmt/pkg-plist
==============================================================================
--- head/devel/p5-Locale-Msgfmt/pkg-plist	Fri Sep  7 00:13:23 2012	(r303798)
+++ head/devel/p5-Locale-Msgfmt/pkg-plist	Fri Sep  7 01:55:39 2012	(r303799)
@@ -1,4 +1,3 @@
-bin/msgfmt.pl
 %%SITE_PERL%%/Locale/Msgfmt/po.pm
 %%SITE_PERL%%/Locale/Msgfmt/Utils.pm
 %%SITE_PERL%%/Locale/Msgfmt/mo.pm



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