Date: Wed, 25 Jun 2014 18:45:36 +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: r359277 - head/devel/libnfc Message-ID: <201406251845.s5PIjaJI072824@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406251845.s5PIjaJI072824>