Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Sep 2014 07:06:40 +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: r368076 - head/textproc/sablotron
Message-ID:  <201409130706.s8D76epJ040792@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Sat Sep 13 07:06:39 2014
New Revision: 368076
URL: http://svnweb.freebsd.org/changeset/ports/368076
QAT: https://qat.redports.org/buildarchive/r368076/

Log:
  - Drop .la files, no dependees require them
  
  Approved by:	portmgr blanket

Modified:
  head/textproc/sablotron/Makefile
  head/textproc/sablotron/pkg-plist

Modified: head/textproc/sablotron/Makefile
==============================================================================
--- head/textproc/sablotron/Makefile	Sat Sep 13 06:28:58 2014	(r368075)
+++ head/textproc/sablotron/Makefile	Sat Sep 13 07:06:39 2014	(r368076)
@@ -3,7 +3,7 @@
 
 PORTNAME=	Sablot
 PORTVERSION=	1.0.3
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	textproc
 MASTER_SITES=	SF/sablotron/sablotron-${PORTVERSION}
 
@@ -33,7 +33,7 @@ DOM_CONFIGURE_ENABLE=		dom
 DOCUMENT_ERRORS_CONFIGURE_ENABLE=	document-errors
 
 GNU_CONFIGURE=	yes
-USES=		gmake iconv libtool:keepla
+USES=		gmake iconv libtool
 USE_LDCONFIG=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib -lexpat ${ICONV_LIB}

Modified: head/textproc/sablotron/pkg-plist
==============================================================================
--- head/textproc/sablotron/pkg-plist	Sat Sep 13 06:28:58 2014	(r368075)
+++ head/textproc/sablotron/pkg-plist	Sat Sep 13 07:06:39 2014	(r368076)
@@ -7,7 +7,6 @@ include/sdom.h
 include/shandler.h
 include/sxpath.h
 lib/libsablot.a
-lib/libsablot.la
 lib/libsablot.so
 lib/libsablot.so.0
 lib/libsablot.so.0.100.3



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