Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Jul 2016 20:26:13 +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: r418111 - head/converters/p5-Text-Iconv
Message-ID:  <201607052026.u65KQD5i043331@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Tue Jul  5 20:26:13 2016
New Revision: 418111
URL: https://svnweb.freebsd.org/changeset/ports/418111

Log:
  Always use libiconv, which has all the functions.
  
  PR:		210848
  Submitted by:	Marcin Gryszkalis
  Sponsored by:	Absolight

Modified:
  head/converters/p5-Text-Iconv/Makefile   (contents, props changed)

Modified: head/converters/p5-Text-Iconv/Makefile
==============================================================================
--- head/converters/p5-Text-Iconv/Makefile	Tue Jul  5 19:34:00 2016	(r418110)
+++ head/converters/p5-Text-Iconv/Makefile	Tue Jul  5 20:26:13 2016	(r418111)
@@ -3,7 +3,7 @@
 
 PORTNAME=	Text-Iconv
 PORTVERSION=	1.7
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	converters perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -11,7 +11,7 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl@FreeBSD.org
 COMMENT=	Perl interface to iconv() codeset conversion function
 
-USES=		perl5 iconv
+USES=		perl5 iconv:translit
 USE_PERL5=	configure
 CONFIGURE_ARGS+=INC="-I${ICONV_PREFIX}/include ${CFLAGS}" \
 		LIBS="-L${ICONV_PREFIX}/lib ${ICONV_LIB}"



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