Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Apr 2013 07:50:51 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r315698 - head/devel/p5-Locale-libintl
Message-ID:  <201304030750.r337op8u041986@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Wed Apr  3 07:50:51 2013
New Revision: 315698
URL: http://svnweb.freebsd.org/changeset/ports/315698

Log:
  - Fix plist
  
  Approved by:	portmgr

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

Modified: head/devel/p5-Locale-libintl/Makefile
==============================================================================
--- head/devel/p5-Locale-libintl/Makefile	Wed Apr  3 07:40:59 2013	(r315697)
+++ head/devel/p5-Locale-libintl/Makefile	Wed Apr  3 07:50:51 2013	(r315698)
@@ -3,6 +3,7 @@
 
 PORTNAME=	Locale-libintl
 PORTVERSION=	1.23
+PORTREVISION=	1
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-

Modified: head/devel/p5-Locale-libintl/pkg-plist
==============================================================================
--- head/devel/p5-Locale-libintl/pkg-plist	Wed Apr  3 07:40:59 2013	(r315697)
+++ head/devel/p5-Locale-libintl/pkg-plist	Wed Apr  3 07:50:51 2013	(r315698)
@@ -145,10 +145,14 @@
 %%SITE_PERL%%/Locale/Util.pm
 %%SITE_PERL%%/Locale/gettext_dumb.pm
 %%SITE_PERL%%/Locale/gettext_pp.pm
+%%SITE_PERL%%/Locale/gettext_xs.pm
 %%SITE_PERL%%/Locale/gettext_xs.pod
 %%SITE_PERL%%/Locale/libintlFAQ.pod
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Locale/gettext_xs/gettext_xs.bs
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Locale/gettext_xs/gettext_xs.so
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/libintl-perl/.packlist
 @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/libintl-perl
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Locale/gettext_xs
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Locale
 @dirrm %%SITE_PERL%%/Locale/RecodeData
 @dirrm %%SITE_PERL%%/Locale/Recode



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