Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Sep 2014 14:59:37 +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: r367858 - head/devel/mq4cpp
Message-ID:  <201409101459.s8AExbWa008016@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Wed Sep 10 14:59:37 2014
New Revision: 367858
URL: http://svnweb.freebsd.org/changeset/ports/367858
QAT: https://qat.redports.org/buildarchive/r367858/

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

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

Modified: head/devel/mq4cpp/Makefile
==============================================================================
--- head/devel/mq4cpp/Makefile	Wed Sep 10 14:59:31 2014	(r367857)
+++ head/devel/mq4cpp/Makefile	Wed Sep 10 14:59:37 2014	(r367858)
@@ -3,7 +3,7 @@
 
 PORTNAME=	mq4cpp
 PORTVERSION=	1.16
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	devel
 MASTER_SITES=	http://www.sixtyfourbit.org/Download/
 
@@ -13,7 +13,7 @@ COMMENT=	Message Queuing for C++
 OPTIONS_DEFINE=	DOCS
 
 USE_LDCONFIG=	yes
-USES=		dos2unix libtool:keepla pathfix pkgconfig tar:bzip2
+USES=		dos2unix libtool pathfix pkgconfig tar:bzip2
 GNU_CONFIGURE=	yes
 
 .include <bsd.port.mk>

Modified: head/devel/mq4cpp/pkg-plist
==============================================================================
--- head/devel/mq4cpp/pkg-plist	Wed Sep 10 14:59:31 2014	(r367857)
+++ head/devel/mq4cpp/pkg-plist	Wed Sep 10 14:59:37 2014	(r367858)
@@ -25,7 +25,6 @@ include/mq4cpp/Trace.h
 include/mq4cpp/Vector.h
 include/mq4cpp/rijndael.h
 lib/libmq4cpp.a
-lib/libmq4cpp.la
 lib/libmq4cpp.so
 lib/libmq4cpp.so.1
 lib/libmq4cpp.so.1.16.0



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