svn commit: r359356 - head/devel/liblogging

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Jun 26 14:12:22 UTC 2014


Author: amdmi3
Date: Thu Jun 26 14:12:21 2014
New Revision: 359356
URL: http://svnweb.freebsd.org/changeset/ports/359356
QAT: https://qat.redports.org/buildarchive/r359356/

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

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

Modified: head/devel/liblogging/Makefile
==============================================================================
--- head/devel/liblogging/Makefile	Thu Jun 26 14:12:09 2014	(r359355)
+++ head/devel/liblogging/Makefile	Thu Jun 26 14:12:21 2014	(r359356)
@@ -3,7 +3,7 @@
 
 PORTNAME=	liblogging
 PORTVERSION=	1.0.4
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel
 MASTER_SITES=	http://download.rsyslog.com/liblogging/
 
@@ -13,7 +13,7 @@ COMMENT=	Easy to use system logging libr
 LICENSE=	BSD2CLAUSE
 
 GNU_CONFIGURE=	yes
-USES=		libtool:keepla pathfix pkgconfig
+USES=		libtool pathfix pkgconfig
 
 CONFIGURE_ARGS+=	--disable-journal
 

Modified: head/devel/liblogging/pkg-plist
==============================================================================
--- head/devel/liblogging/pkg-plist	Thu Jun 26 14:12:09 2014	(r359355)
+++ head/devel/liblogging/pkg-plist	Thu Jun 26 14:12:21 2014	(r359356)
@@ -1,7 +1,6 @@
 bin/stdlogctl
 include/liblogging/stdlog.h
 lib/liblogging-stdlog.a
-lib/liblogging-stdlog.la
 lib/liblogging-stdlog.so
 lib/liblogging-stdlog.so.0
 lib/liblogging-stdlog.so.0.0.0


More information about the svn-ports-head mailing list