svn commit: r368076 - head/textproc/sablotron

Dmitry Marakasov amdmi3 at FreeBSD.org
Sat Sep 13 07:06:40 UTC 2014


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


More information about the svn-ports-head mailing list