Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Aug 2014 14:19:12 +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: r364704 - head/devel/tex-kpathsea
Message-ID:  <53ea2261.6867.68a52e5f@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Tue Aug 12 14:19:12 2014
New Revision: 364704
URL: http://svnweb.freebsd.org/changeset/ports/364704
QAT: https://qat.redports.org/buildarchive/r364704/

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

Modified:
  head/devel/tex-kpathsea/Makefile
  head/devel/tex-kpathsea/pkg-plist

Modified: head/devel/tex-kpathsea/Makefile
==============================================================================
--- head/devel/tex-kpathsea/Makefile	Tue Aug 12 14:14:37 2014	(r364703)
+++ head/devel/tex-kpathsea/Makefile	Tue Aug 12 14:19:12 2014	(r364704)
@@ -2,7 +2,7 @@
 
 PORTNAME=	kpathsea
 PORTVERSION=	6.1.0
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	devel
 MASTER_SITES=	ftp://tug.org/historic/systems/texlive/2012/
 PKGNAMEPREFIX=	tex-
@@ -12,7 +12,7 @@ DIST_SUBDIR=	TeX
 MAINTAINER=	hrs@FreeBSD.org
 COMMENT=	Path searching library for TeX
 
-USES=		gmake tar:xz
+USES=		gmake tar:xz libtool
 USE_LDCONFIG=	yes
 USE_TEX=	texlive
 EXTRACT_AFTER_ARGS=	${EXTRACT_FILES}
@@ -21,6 +21,6 @@ EXTRACT_FILES=	${DISTNAME}/build-aux \
 WRKSRC=		${WRKDIR}/${DISTNAME}/texk/kpathsea
 GNU_CONFIGURE=	yes
 
-INFO=	kpathsea
+INFO=		kpathsea
 
 .include <bsd.port.mk>

Modified: head/devel/tex-kpathsea/pkg-plist
==============================================================================
--- head/devel/tex-kpathsea/pkg-plist	Tue Aug 12 14:14:37 2014	(r364703)
+++ head/devel/tex-kpathsea/pkg-plist	Tue Aug 12 14:19:12 2014	(r364704)
@@ -63,9 +63,9 @@ man/man1/mktextfm.1.gz
 man/man1/texhash.1.gz
 @dirrm include/kpathsea
 lib/libkpathsea.a
-lib/libkpathsea.la
 lib/libkpathsea.so
-lib/libkpathsea.so.7
+lib/libkpathsea.so.6
+lib/libkpathsea.so.6.1.0
 %%TEXMFDIR%%/web2c/texmf.cnf
 @dirrmtry %%TEXMFDIR%%/web2c
 @dirrmtry %%TEXMFDIR%%



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?53ea2261.6867.68a52e5f>