svn commit: r364826 - head/devel/eris

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Aug 14 05:43:59 UTC 2014


Author: amdmi3
Date: Thu Aug 14 05:43:58 2014
New Revision: 364826
URL: http://svnweb.freebsd.org/changeset/ports/364826
QAT: https://qat.redports.org/buildarchive/r364826/

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

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

Modified: head/devel/eris/Makefile
==============================================================================
--- head/devel/eris/Makefile	Thu Aug 14 05:43:22 2014	(r364825)
+++ head/devel/eris/Makefile	Thu Aug 14 05:43:58 2014	(r364826)
@@ -3,7 +3,7 @@
 
 PORTNAME=	eris
 PORTVERSION=	1.3.23
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	devel
 MASTER_SITES=	SF/worldforge/Eris%201.4%20%28client%20lib%29/${PORTVERSION}/
 
@@ -19,6 +19,6 @@ LIB_DEPENDS=	libAtlas-0.6.so:${PORTSDIR}
 CONFIGURE_ARGS= --disable-silent-rules
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
-USES=		pathfix pkgconfig compiler:c++11-lib
+USES=		libtool pathfix pkgconfig compiler:c++11-lib
 
 .include <bsd.port.mk>

Modified: head/devel/eris/pkg-plist
==============================================================================
--- head/devel/eris/pkg-plist	Thu Aug 14 05:43:22 2014	(r364825)
+++ head/devel/eris/pkg-plist	Thu Aug 14 05:43:58 2014	(r364826)
@@ -1,6 +1,6 @@
-lib/liberis-1.3.la
 lib/liberis-1.3.so
 lib/liberis-1.3.so.21
+lib/liberis-1.3.so.21.0.0
 include/Eris-1.3/Eris/Account.h
 include/Eris-1.3/Eris/Alarm.h
 include/Eris-1.3/Eris/Avatar.h


More information about the svn-ports-head mailing list