svn commit: r362647 - head/devel/log4shib

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Jul 23 09:59:59 UTC 2014


Author: amdmi3
Date: Wed Jul 23 09:59:58 2014
New Revision: 362647
URL: http://svnweb.freebsd.org/changeset/ports/362647
QAT: https://qat.redports.org/buildarchive/r362647/

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

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

Modified: head/devel/log4shib/Makefile
==============================================================================
--- head/devel/log4shib/Makefile	Wed Jul 23 09:55:11 2014	(r362646)
+++ head/devel/log4shib/Makefile	Wed Jul 23 09:59:58 2014	(r362647)
@@ -3,14 +3,14 @@
 
 PORTNAME=	log4shib
 DISTVERSION=	1.0.7
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	http://shibboleth.net/downloads/${PORTNAME}/${DISTVERSION}/
 
 MAINTAINER=	girgen at FreeBSD.org
 COMMENT=	Library of C++ classes for flexible logging
 
-USE_AUTOTOOLS=	libtool
-USES=		gmake pathfix pkgconfig
+USES=		gmake pathfix pkgconfig libtool
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--disable-html-docs --disable-doxygen
 USE_LDCONFIG=	yes

Modified: head/devel/log4shib/pkg-plist
==============================================================================
--- head/devel/log4shib/pkg-plist	Wed Jul 23 09:55:11 2014	(r362646)
+++ head/devel/log4shib/pkg-plist	Wed Jul 23 09:59:58 2014	(r362647)
@@ -41,9 +41,9 @@ include/log4shib/threading/OmniThreads.h
 include/log4shib/threading/PThreads.hh
 include/log4shib/threading/Threading.hh
 lib/liblog4shib.a
-lib/liblog4shib.la
 lib/liblog4shib.so
 lib/liblog4shib.so.1
+lib/liblog4shib.so.1.0.7
 libdata/pkgconfig/log4shib.pc
 share/aclocal/log4shib.m4
 @dirrm include/log4shib/threading


More information about the svn-ports-all mailing list