svn commit: r424004 - head/devel/libnfc

Romain Tartière romain at FreeBSD.org
Sat Oct 15 07:02:06 UTC 2016


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 at 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.


More information about the svn-ports-all mailing list