Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Jul 2014 00:07:24 +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: r360328 - head/devel/libtifiles2
Message-ID:  <201407030007.s6307OWk083991@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Thu Jul  3 00:07:24 2014
New Revision: 360328
URL: http://svnweb.freebsd.org/changeset/ports/360328
QAT: https://qat.redports.org/buildarchive/r360328/

Log:
  - Switch to USES=libtool, drop .la files
  - Convert USE_BZIP2 to USES
  
  Approved by:	portmgr blanket

Modified:
  head/devel/libtifiles2/Makefile
  head/devel/libtifiles2/pkg-plist

Modified: head/devel/libtifiles2/Makefile
==============================================================================
--- head/devel/libtifiles2/Makefile	Thu Jul  3 00:07:15 2014	(r360327)
+++ head/devel/libtifiles2/Makefile	Thu Jul  3 00:07:24 2014	(r360328)
@@ -2,7 +2,7 @@
 
 PORTNAME=	libtifiles2
 PORTVERSION=	1.1.6
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel
 MASTER_SITES=	SF/tilp/tilp2-linux/tilp2-1.17
 
@@ -13,10 +13,9 @@ LICENSE=	GPLv2
 
 LIB_DEPENDS=	libticonv.so:${PORTSDIR}/converters/libticonv
 
-USE_BZIP2=	yes
 USE_GNOME=	glib20
 USE_LDCONFIG=	yes
-USES=		gmake pathfix pkgconfig
+USES=		gmake libtool pathfix pkgconfig tar:bzip2
 
 OPTIONS_DEFINE=	NLS
 OPTIONS_SUB=	yes

Modified: head/devel/libtifiles2/pkg-plist
==============================================================================
--- head/devel/libtifiles2/pkg-plist	Thu Jul  3 00:07:15 2014	(r360327)
+++ head/devel/libtifiles2/pkg-plist	Thu Jul  3 00:07:24 2014	(r360328)
@@ -17,9 +17,9 @@ include/tilp2/types92p.h
 include/tilp2/typesnsp.h
 include/tilp2/typesv2.h
 include/tilp2/typesxx.h
-lib/libtifiles2.la
 lib/libtifiles2.so
 lib/libtifiles2.so.9
+lib/libtifiles2.so.9.0.2
 libdata/pkgconfig/tifiles2.pc
 %%NLS%%share/locale/fr/LC_MESSAGES/libtifiles2.mo
 @dirrmtry include/tilp2



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