Date: Sat, 15 Oct 2016 07:02:05 +0000 (UTC) From: =?UTF-8?Q?Romain_Tarti=c3=a8re?= <romain@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424004 - head/devel/libnfc Message-ID: <201610150702.u9F725rX005789@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: romain Date: Sat Oct 15 07:02:05 2016 New Revision: 424004 URL: https://svnweb.freebsd.org/changeset/ports/424004 Log: Minor updates 1. Fix dependency on readline 2. Set license 3. Bump PORTVERSION PR: 211843 [1] Submitted by: pi [1] Modified: head/devel/libnfc/Makefile Modified: head/devel/libnfc/Makefile ============================================================================== --- head/devel/libnfc/Makefile Sat Oct 15 05:33:16 2016 (r424003) +++ head/devel/libnfc/Makefile Sat Oct 15 07:02:05 2016 (r424004) @@ -3,7 +3,7 @@ PORTNAME= libnfc PORTVERSION= 1.7.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= http://dl.bintray.com/nfc-tools/sources/ \ http://romain.blogreen.org/distfiles/ @@ -11,6 +11,8 @@ MASTER_SITES= http://dl.bintray.com/nfc- MAINTAINER= romain@FreeBSD.org COMMENT= Near Field Communication (NFC) library +LICENSE= LGPL3+ + #OPTIONS_DEFINE= ACR122_PCSC ACR122_USB ACR122S ARYGON PN532_I2C PN532_SPI PN532_UART PN53X_USB #OPTIONS_DEFAULT=ACR122_USB ACR122S ARYGON PN532_I2C PN532_SPI PN532_UART PN53X_USB OPTIONS_DEFINE= ACR122_PCSC ACR122_USB ACR122S ARYGON PN532_UART PN53X_USB EXAMPLES @@ -26,7 +28,7 @@ PN53X_USB_DESC= PN53X USB driver GNU_CONFIGURE= yes USE_LDCONFIG= yes -USES= gmake pathfix pkgconfig tar:bzip2 libtool +USES= gmake libtool pathfix pkgconfig readline tar:bzip2 MAKE_ENV= INSTALL_STRIP_FLAG="${STRIP}" # Restrict to stable (even) versions, indicated by the second component.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610150702.u9F725rX005789>