From owner-svn-ports-head@freebsd.org Sat Oct 15 07:02:06 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A5C27C11E5F; Sat, 15 Oct 2016 07:02:06 +0000 (UTC) (envelope-from romain@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7455A775; Sat, 15 Oct 2016 07:02:06 +0000 (UTC) (envelope-from romain@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9F725O5005790; Sat, 15 Oct 2016 07:02:05 GMT (envelope-from romain@FreeBSD.org) Received: (from romain@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9F725rX005789; Sat, 15 Oct 2016 07:02:05 GMT (envelope-from romain@FreeBSD.org) Message-Id: <201610150702.u9F725rX005789@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: romain set sender to romain@FreeBSD.org using -f From: =?UTF-8?Q?Romain_Tarti=c3=a8re?= Date: Sat, 15 Oct 2016 07:02:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424004 - head/devel/libnfc X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Oct 2016 07:02:06 -0000 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.