Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Jun 2014 18:37:11 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r359270 - head/devel/libbnr
Message-ID:  <201406251837.s5PIbBaF067752@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Wed Jun 25 18:37:10 2014
New Revision: 359270
URL: http://svnweb.freebsd.org/changeset/ports/359270
QAT: https://qat.redports.org/buildarchive/r359270/

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

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

Modified: head/devel/libbnr/Makefile
==============================================================================
--- head/devel/libbnr/Makefile	Wed Jun 25 18:36:59 2014	(r359269)
+++ head/devel/libbnr/Makefile	Wed Jun 25 18:37:10 2014	(r359270)
@@ -3,7 +3,7 @@
 
 PORTNAME=	libbnr
 PORTVERSION=	2.0.3
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel mail
 MASTER_SITES=	http://dspam.nuclearelephant.com/sources/extras/ \
 		http://T32.TecNik93.com/~itetcu/FreeBSD/ports/${PORTNAME}/sources/
@@ -13,7 +13,7 @@ COMMENT=	GPL implementation of the Bayes
 
 OPTIONS_DEFINE=	DOCS DEBUG
 
-USE_AUTOTOOLS=	libtool
+USES=		libtool
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 CONFIGURE_ARGS+=	--includedir=${PREFIX}/include/${PORTNAME}

Modified: head/devel/libbnr/pkg-plist
==============================================================================
--- head/devel/libbnr/pkg-plist	Wed Jun 25 18:36:59 2014	(r359269)
+++ head/devel/libbnr/pkg-plist	Wed Jun 25 18:37:10 2014	(r359270)
@@ -2,9 +2,9 @@ include/libbnr/bnr.h
 include/libbnr/hash.h
 include/libbnr/list.h
 lib/libbnr.a
-lib/libbnr.la
 lib/libbnr.so
 lib/libbnr.so.2
+lib/libbnr.so.2.0.0
 %%EXAMPLESDIR%%/example.c
 @dirrm share/examples/libbnr
 @dirrm include/libbnr



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406251837.s5PIbBaF067752>