svn commit: r364831 - head/net/skstream

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Aug 14 05:45:21 UTC 2014


Author: amdmi3
Date: Thu Aug 14 05:45:20 2014
New Revision: 364831
URL: http://svnweb.freebsd.org/changeset/ports/364831
QAT: https://qat.redports.org/buildarchive/r364831/

Log:
  - Switch to USES=libtool, drop .la files
  
  Approved by:	portmgr blanket

Modified:
  head/net/skstream/Makefile
  head/net/skstream/pkg-plist

Modified: head/net/skstream/Makefile
==============================================================================
--- head/net/skstream/Makefile	Thu Aug 14 05:45:10 2014	(r364830)
+++ head/net/skstream/Makefile	Thu Aug 14 05:45:20 2014	(r364831)
@@ -3,14 +3,14 @@
 
 PORTNAME=	skstream
 PORTVERSION=	0.3.9
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	net
 MASTER_SITES=	SF/worldforge/${PORTNAME}%20%28network%20lib%29/${PORTVERSION}
 
 MAINTAINER=	oliver at FreeBSD.org
 COMMENT=	iostream based C++ socket library
 
-USES=		pathfix pkgconfig compiler:c++11-lib gmake
+USES=		libtool pathfix pkgconfig compiler:c++11-lib gmake
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 

Modified: head/net/skstream/pkg-plist
==============================================================================
--- head/net/skstream/pkg-plist	Thu Aug 14 05:45:10 2014	(r364830)
+++ head/net/skstream/pkg-plist	Thu Aug 14 05:45:20 2014	(r364831)
@@ -12,9 +12,9 @@ include/skstream-0.3/skstream/skserver.h
 include/skstream-0.3/skstream/skserver_unix.h
 include/skstream-0.3/skstream/skpoll.h
 include/skstream-0.3/skstream/sasproto.h
-lib/libskstream-0.3.la
 lib/libskstream-0.3.so
 lib/libskstream-0.3.so.7
+lib/libskstream-0.3.so.7.0.0
 libdata/pkgconfig/skstream-0.3.pc
 libdata/pkgconfig/skstream-unix-0.3.pc
 lib/skstream-0.3/include/skstream/skstreamconfig.h


More information about the svn-ports-head mailing list