svn commit: r359270 - head/devel/libbnr

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Jun 25 18:37:11 UTC 2014


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


More information about the svn-ports-head mailing list