Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Jun 2016 15:07:34 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r417233 - head/devel/p5-Locale-libintl
Message-ID:  <201606211507.u5LF7YVk013738@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Tue Jun 21 15:07:34 2016
New Revision: 417233
URL: https://svnweb.freebsd.org/changeset/ports/417233

Log:
  Update to 1.26.
  
  Sponsored by:	Absolight

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

Modified: head/devel/p5-Locale-libintl/Makefile
==============================================================================
--- head/devel/p5-Locale-libintl/Makefile	Tue Jun 21 15:07:30 2016	(r417232)
+++ head/devel/p5-Locale-libintl/Makefile	Tue Jun 21 15:07:34 2016	(r417233)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	Locale-libintl
-PORTVERSION=	1.25
+PORTVERSION=	1.26
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -13,9 +13,13 @@ COMMENT=	Internationalization library fo
 
 LICENSE=	LGPL21
 
-USES=		gettext perl5
+USES=		gettext iconv:translit perl5
 USE_PERL5=	configure
 
+post-configure:
+	@${REINPLACE_CMD} -e '/cd gettext_xs/s=cd =cd $$(.CURDIR)/=' \
+		${WRKSRC}/Makefile
+
 post-install:
 	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Locale/gettext_xs/gettext_xs.so
 

Modified: head/devel/p5-Locale-libintl/distinfo
==============================================================================
--- head/devel/p5-Locale-libintl/distinfo	Tue Jun 21 15:07:30 2016	(r417232)
+++ head/devel/p5-Locale-libintl/distinfo	Tue Jun 21 15:07:34 2016	(r417233)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1463505844
-SHA256 (libintl-perl-1.25.tar.gz) = a597e128742e1c1c973a5e968626ef55eb270e8ecde793333c7a7247895f2431
-SIZE (libintl-perl-1.25.tar.gz) = 462985
+TIMESTAMP = 1466512036
+SHA256 (libintl-perl-1.26.tar.gz) = 3f28eaa9d824c2852cf96bb6aa98495d302a6b95302f3e0738fe9389f8053e50
+SIZE (libintl-perl-1.26.tar.gz) = 463128



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