svn commit: r367858 - head/devel/mq4cpp

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Sep 10 14:59:38 UTC 2014


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


More information about the svn-ports-head mailing list