svn commit: r373732 - head/devel/log4cplus

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Dec 2 01:22:58 UTC 2014


Author: amdmi3
Date: Tue Dec  2 01:22:57 2014
New Revision: 373732
URL: https://svnweb.freebsd.org/changeset/ports/373732
QAT: https://qat.redports.org/buildarchive/r373732/

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

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

Modified: head/devel/log4cplus/Makefile
==============================================================================
--- head/devel/log4cplus/Makefile	Tue Dec  2 00:55:12 2014	(r373731)
+++ head/devel/log4cplus/Makefile	Tue Dec  2 01:22:57 2014	(r373732)
@@ -3,7 +3,7 @@
 
 PORTNAME=	log4cplus
 PORTVERSION=	1.1.2
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}-stable/${PORTVERSION}
 
@@ -12,7 +12,7 @@ COMMENT=	Logging library for C++
 
 OPTIONS_DEFINE=	DOCS
 
-USES=		libtool:keepla pathfix tar:xz
+USES=		libtool pathfix tar:xz
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--enable-threads=yes

Modified: head/devel/log4cplus/pkg-plist
==============================================================================
--- head/devel/log4cplus/pkg-plist	Tue Dec  2 00:55:12 2014	(r373731)
+++ head/devel/log4cplus/pkg-plist	Tue Dec  2 01:22:57 2014	(r373732)
@@ -71,6 +71,5 @@ include/log4cplus/win32debugappender.h
 lib/liblog4cplus-1.1.so.9
 lib/liblog4cplus-1.1.so.9.0.0
 lib/liblog4cplus.a
-lib/liblog4cplus.la
 lib/liblog4cplus.so
 libdata/pkgconfig/log4cplus.pc


More information about the svn-ports-head mailing list