Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Jun 2014 14:12:21 +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: r359356 - head/devel/liblogging
Message-ID:  <201406261412.s5QECLU8015490@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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