svn commit: r363430 - head/devel/libvanessa_logger

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Jul 30 01:51:48 UTC 2014


Author: amdmi3
Date: Wed Jul 30 01:51:47 2014
New Revision: 363430
URL: http://svnweb.freebsd.org/changeset/ports/363430
QAT: https://qat.redports.org/buildarchive/r363430/

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

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

Modified: head/devel/libvanessa_logger/Makefile
==============================================================================
--- head/devel/libvanessa_logger/Makefile	Wed Jul 30 01:51:28 2014	(r363429)
+++ head/devel/libvanessa_logger/Makefile	Wed Jul 30 01:51:47 2014	(r363430)
@@ -3,6 +3,7 @@
 
 PORTNAME=	libvanessa_logger
 PORTVERSION=	0.0.10
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	http://horms.net/projects/vanessa/download/vanessa_logger/${PORTVERSION}/
 DISTNAME=	vanessa_logger-${PORTVERSION}
@@ -10,8 +11,7 @@ DISTNAME=	vanessa_logger-${PORTVERSION}
 MAINTAINER=	thomas at bsdunix.ch
 COMMENT=	Library that provides a generic logging layer
 
-USE_AUTOTOOLS=	libtool
-USES=	pathfix tar:bzip2
+USES=		libtool pathfix tar:bzip2
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	ac_cv_have_decl_facilitynames=yes

Modified: head/devel/libvanessa_logger/pkg-plist
==============================================================================
--- head/devel/libvanessa_logger/pkg-plist	Wed Jul 30 01:51:28 2014	(r363429)
+++ head/devel/libvanessa_logger/pkg-plist	Wed Jul 30 01:51:47 2014	(r363430)
@@ -1,6 +1,6 @@
 include/vanessa_logger.h
 lib/libvanessa_logger.a
-lib/libvanessa_logger.la
 lib/libvanessa_logger.so
 lib/libvanessa_logger.so.0
+lib/libvanessa_logger.so.0.0.5
 libdata/pkgconfig/vanessa-logger.pc


More information about the svn-ports-all mailing list