svn commit: r359277 - head/devel/libnfc

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


Author: amdmi3
Date: Wed Jun 25 18:45:36 2014
New Revision: 359277
URL: http://svnweb.freebsd.org/changeset/ports/359277
QAT: https://qat.redports.org/buildarchive/r359277/

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

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

Modified: head/devel/libnfc/Makefile
==============================================================================
--- head/devel/libnfc/Makefile	Wed Jun 25 18:39:56 2014	(r359276)
+++ head/devel/libnfc/Makefile	Wed Jun 25 18:45:36 2014	(r359277)
@@ -3,6 +3,7 @@
 
 PORTNAME=	libnfc
 PORTVERSION=	1.7.1
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	http://dl.bintray.com/nfc-tools/sources/ \
 		http://romain.blogreen.org/distfiles/
@@ -25,7 +26,7 @@ PN53X_USB_DESC=	PN53X USB driver
 
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
-USES=		gmake pathfix pkgconfig tar:bzip2
+USES=		gmake pathfix pkgconfig tar:bzip2 libtool
 MAKE_ENV=	INSTALL_STRIP_FLAG="${STRIP}"
 
 # Restrict to stable (even) versions, indicated by the second component.

Modified: head/devel/libnfc/pkg-plist
==============================================================================
--- head/devel/libnfc/pkg-plist	Wed Jun 25 18:39:56 2014	(r359276)
+++ head/devel/libnfc/pkg-plist	Wed Jun 25 18:45:36 2014	(r359277)
@@ -22,9 +22,9 @@ include/nfc/nfc-emulation.h
 include/nfc/nfc-types.h
 include/nfc/nfc.h
 lib/libnfc.a
-lib/libnfc.la
 lib/libnfc.so
 lib/libnfc.so.5
+lib/libnfc.so.5.0.1
 libdata/pkgconfig/libnfc.pc
 man/man1/nfc-anticol.1.gz
 man/man1/nfc-dep-initiator.1.gz


More information about the svn-ports-all mailing list