git: 47a1c04c1d2d - main - net/arp-scan: Update to 1.10.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 30 Jan 2023 13:06:04 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=47a1c04c1d2db4b66156d1abfc027a1eb4bb1356 commit 47a1c04c1d2db4b66156d1abfc027a1eb4bb1356 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-01-30 12:27:51 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-01-30 12:59:07 +0000 net/arp-scan: Update to 1.10.0 Changes: https://github.com/royhills/arp-scan/blob/master/NEWS.md --- net/arp-scan/Makefile | 5 ++++- net/arp-scan/distinfo | 6 +++--- net/arp-scan/files/patch-Makefile.am | 11 +++++++++++ net/arp-scan/pkg-plist | 5 +---- 4 files changed, 19 insertions(+), 8 deletions(-) diff --git a/net/arp-scan/Makefile b/net/arp-scan/Makefile index 57b8e1dac52e..c4f7c06e0764 100644 --- a/net/arp-scan/Makefile +++ b/net/arp-scan/Makefile @@ -1,5 +1,5 @@ PORTNAME= arp-scan -PORTVERSION= 1.9.8 +PORTVERSION= 1.10.0 CATEGORIES= net MAINTAINER= sunpoet@FreeBSD.org @@ -17,4 +17,7 @@ USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= royhills +x-post-install: + ${RM} ${STAGEDIR}${PREFIX}/bin/get-iab + .include <bsd.port.mk> diff --git a/net/arp-scan/distinfo b/net/arp-scan/distinfo index 730147c5c488..a84125f9854e 100644 --- a/net/arp-scan/distinfo +++ b/net/arp-scan/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1669058437 -SHA256 (royhills-arp-scan-1.9.8_GH0.tar.gz) = b9b75ceaef6348f5951b06c773ec7a243a9e780e160eafebc369f9c27f6a7d3f -SIZE (royhills-arp-scan-1.9.8_GH0.tar.gz) = 507620 +TIMESTAMP = 1674589526 +SHA256 (royhills-arp-scan-1.10.0_GH0.tar.gz) = 204b13487158b8e46bf6dd207757a52621148fdd1d2467ebd104de17493bab25 +SIZE (royhills-arp-scan-1.10.0_GH0.tar.gz) = 653900 diff --git a/net/arp-scan/files/patch-Makefile.am b/net/arp-scan/files/patch-Makefile.am new file mode 100644 index 000000000000..4cebbcb96896 --- /dev/null +++ b/net/arp-scan/files/patch-Makefile.am @@ -0,0 +1,11 @@ +--- Makefile.am.orig 2022-12-10 18:34:01 UTC ++++ Makefile.am +@@ -5,7 +5,7 @@ AM_CPPFLAGS = -DPKGDATADIR=\"$(pkgdatadir)\" -DPKGSYSC + # + bin_PROGRAMS = arp-scan + # +-dist_bin_SCRIPTS = get-oui get-iab arp-fingerprint ++dist_bin_SCRIPTS = get-oui arp-fingerprint + # + dist_check_SCRIPTS = check-run1 check-packet check-decode check-host-list check-ieee-reg check-error check-options check-prng + check_PROGRAMS = mt19937ar-test diff --git a/net/arp-scan/pkg-plist b/net/arp-scan/pkg-plist index 244f28076e42..450c69a54f67 100644 --- a/net/arp-scan/pkg-plist +++ b/net/arp-scan/pkg-plist @@ -1,12 +1,9 @@ bin/arp-fingerprint bin/arp-scan -bin/get-iab bin/get-oui +etc/arp-scan/mac-vendor.txt man/man1/arp-fingerprint.1.gz man/man1/arp-scan.1.gz -man/man1/get-iab.1.gz man/man1/get-oui.1.gz man/man5/mac-vendor.5.gz -%%DATADIR%%/ieee-iab.txt %%DATADIR%%/ieee-oui.txt -%%DATADIR%%/mac-vendor.txt