svn commit: r367820 - head/net/libsocket++

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Sep 10 12:18:10 UTC 2014


Author: amdmi3
Date: Wed Sep 10 12:18:09 2014
New Revision: 367820
URL: http://svnweb.freebsd.org/changeset/ports/367820
QAT: https://qat.redports.org/buildarchive/r367820/

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

Modified:
  head/net/libsocket++/Makefile
  head/net/libsocket++/pkg-plist

Modified: head/net/libsocket++/Makefile
==============================================================================
--- head/net/libsocket++/Makefile	Wed Sep 10 12:18:00 2014	(r367819)
+++ head/net/libsocket++/Makefile	Wed Sep 10 12:18:09 2014	(r367820)
@@ -3,7 +3,7 @@
 
 PORTNAME=	libsocket++
 PORTVERSION=	1.12.13
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	net
 MASTER_SITES=	http://src.linuxhacker.at/socket++/
 DISTNAME=	socket++-${PORTVERSION}
@@ -18,7 +18,7 @@ OPTIONS_DEFINE=	DOCS
 
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
-USES=		libtool:keepla makeinfo
+USES=		libtool makeinfo
 USE_AUTOTOOLS=	aclocal autoheader automake autoconf libtoolize
 AUTOMAKE_ARGS=	-a -c
 LIBTOOLIZE_ARGS=-i -c

Modified: head/net/libsocket++/pkg-plist
==============================================================================
--- head/net/libsocket++/pkg-plist	Wed Sep 10 12:18:00 2014	(r367819)
+++ head/net/libsocket++/pkg-plist	Wed Sep 10 12:18:09 2014	(r367820)
@@ -1,5 +1,4 @@
 lib/libsocket++.a
-lib/libsocket++.la
 lib/libsocket++.so
 lib/libsocket++.so.1
 lib/libsocket++.so.1.0.2


More information about the svn-ports-head mailing list