svn commit: r418111 - head/converters/p5-Text-Iconv

Mathieu Arnold mat at FreeBSD.org
Tue Jul 5 20:26:15 UTC 2016


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 at 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}"


More information about the svn-ports-head mailing list