Date: Thu, 3 Jul 2014 00:07:50 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r360330 - head/converters/libticonv Message-ID: <201407030007.s6307ouN084244@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Thu Jul 3 00:07:49 2014 New Revision: 360330 URL: http://svnweb.freebsd.org/changeset/ports/360330 QAT: https://qat.redports.org/buildarchive/r360330/ Log: - Switch to USES=libtool, drop .la files - Convert USE_BZIP2 to USES Approved by: portmgr blanket Modified: head/converters/libticonv/Makefile head/converters/libticonv/pkg-plist Modified: head/converters/libticonv/Makefile ============================================================================== --- head/converters/libticonv/Makefile Thu Jul 3 00:07:33 2014 (r360329) +++ head/converters/libticonv/Makefile Thu Jul 3 00:07:49 2014 (r360330) @@ -2,7 +2,7 @@ PORTNAME= libticonv PORTVERSION= 1.1.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= converters MASTER_SITES= SF/tilp/tilp2-linux/tilp2-1.17 @@ -12,10 +12,9 @@ COMMENT= TI calculator character set lib LICENSE= GPLv2 GNU_CONFIGURE= yes -USE_BZIP2= yes USE_GNOME= glib20 USE_LDCONFIG= yes -USES= gmake pathfix pkgconfig +USES= gmake libtool pathfix pkgconfig tar:bzip2 post-patch: @${REINPLACE_CMD} -e 's/Requires/&.private/' ${WRKSRC}/ticonv.pc.in Modified: head/converters/libticonv/pkg-plist ============================================================================== --- head/converters/libticonv/pkg-plist Thu Jul 3 00:07:33 2014 (r360329) +++ head/converters/libticonv/pkg-plist Thu Jul 3 00:07:49 2014 (r360330) @@ -2,8 +2,8 @@ include/tilp2/charset.h include/tilp2/export4.h include/tilp2/stdints4.h include/tilp2/ticonv.h -lib/libticonv.la lib/libticonv.so lib/libticonv.so.7 +lib/libticonv.so.7.0.4 libdata/pkgconfig/ticonv.pc @dirrmtry include/tilp2
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407030007.s6307ouN084244>