diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2022-11-14 14:06:02 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2022-11-14 14:06:43 +0000 |
commit | 80ccb4096cf564c09f65cba6e0900f33b4bc8a08 (patch) | |
tree | 49de1d0f6f390617e41c5d859ede001b903bf55f /sysutils | |
parent | 6f0f3fd5750c86ff0b97a707939944803f9560d9 (diff) | |
download | ports-80ccb4096cf564c09f65cba6e0900f33b4bc8a08.tar.gz ports-80ccb4096cf564c09f65cba6e0900f33b4bc8a08.zip |
devel/libnfc: Update to 1.8.0
* Switch mastersite to github
* Fix nfc-scan-device for ACR_122_USB
* Bump PORTREVISION of dependencies because of shared library bump
PR: 261667
Submitted by: Stefan Ehmann
Approved by: maintainer timeout (ca. 9 months)
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/nfcutils/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/nfcutils/Makefile b/sysutils/nfcutils/Makefile index 9f9ab8d916db..b0ae9cf38f44 100644 --- a/sysutils/nfcutils/Makefile +++ b/sysutils/nfcutils/Makefile @@ -1,5 +1,6 @@ PORTNAME= nfcutils PORTVERSION= 0.1.2 +PORTREVISION= 1 DISTVERSIONPREFIX=v CATEGORIES= sysutils |