Update to 1.4.0.
This commit is contained in:
parent
f3829ce502
commit
d668eb17a0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=265029
3 changed files with 16 additions and 10 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= libnfc
|
||||
PORTVERSION= 1.3.9
|
||||
PORTVERSION= 1.4.0
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://${PORTNAME}.googlecode.com/files/ \
|
||||
http://romain.blogreen.org/distfiles/
|
||||
|
@ -26,8 +26,11 @@ USE_GMAKE= yes
|
|||
USE_LDCONFIG= yes
|
||||
USE_GNOME= gnomehack
|
||||
|
||||
MAN1= nfc-mfclassic.1 nfc-emulate.1 nfc-list.1 nfc-mfultralight.1 \
|
||||
nfc-relay.1 nfc-anticol.1 nfc-sam.1
|
||||
MAN1= nfc-anticol.1 nfc-dep-initiator.1 nfc-dep-target.1 \
|
||||
nfc-emulate-forum-tag4.1 nfc-emulate-tag.1 nfc-emulate-uid.1 \
|
||||
nfc-mfclassic.1 nfc-list.1 nfc-mfultralight.1 nfc-poll.1 \
|
||||
nfc-relay.1 nfc-relay-picc.1 pn53x-diagnose.1 pn53x-sam.1 \
|
||||
pn53x-tamashell.1
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
|
|
|
@ -1,3 +1,2 @@
|
|||
MD5 (libnfc-1.3.9.tar.gz) = a47eca9e8ec03ebc0208b2de05da4bfa
|
||||
SHA256 (libnfc-1.3.9.tar.gz) = 1a46e639743473a0b801b9cf503d6b9e8c90cfa72d9c139b968b043a69d0622b
|
||||
SIZE (libnfc-1.3.9.tar.gz) = 434273
|
||||
SHA256 (libnfc-1.4.0.tar.gz) = 441246286247f71ebe5f3060304202809601a6f2b91a33251834c65ae4b6ed02
|
||||
SIZE (libnfc-1.4.0.tar.gz) = 471552
|
||||
|
|
|
@ -1,15 +1,19 @@
|
|||
@comment $FreeBSD$
|
||||
bin/nfc-anticol
|
||||
bin/nfc-emulate
|
||||
bin/nfc-dep-initiator
|
||||
bin/nfc-dep-target
|
||||
bin/nfc-emulate-forum-tag4
|
||||
bin/nfc-emulate-tag
|
||||
bin/nfc-emulate-uid
|
||||
bin/nfc-list
|
||||
bin/nfc-mfclassic
|
||||
bin/nfc-mfultralight
|
||||
bin/nfc-poll
|
||||
bin/nfc-relay
|
||||
bin/nfc-sam
|
||||
bin/nfcip-initiator
|
||||
bin/nfcip-target
|
||||
bin/nfc-relay-picc
|
||||
bin/pn53x-diagnose
|
||||
bin/pn53x-sam
|
||||
bin/pn53x-tamashell
|
||||
include/nfc/nfc-messages.h
|
||||
include/nfc/nfc-types.h
|
||||
include/nfc/nfc.h
|
||||
|
|
Loading…
Reference in a new issue