ports/170161: net-mgmt/arpscan: Update to version 0.5
KATO Tsuguru
tkato432 at yahoo.com
Wed Jul 25 18:10:16 UTC 2012
>Number: 170161
>Category: ports
>Synopsis: net-mgmt/arpscan: Update to version 0.5
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Wed Jul 25 18:10:15 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator: KATO Tsuguru
>Release: FreeBSD 7.4-RELEASE-p9 i386
>Organization:
>Environment:
>Description:
- Update to vesion 0.5
Remove file:
files/patch-arpscan.c
>How-To-Repeat:
>Fix:
diff -urN /usr/ports/net-mgmt/arpscan/Makefile net-mgmt/arpscan/Makefile
--- /usr/ports/net-mgmt/arpscan/Makefile 2011-03-25 20:36:36.000000000 +0900
+++ net-mgmt/arpscan/Makefile 2012-07-10 22:42:05.000000000 +0900
@@ -6,13 +6,16 @@
#
PORTNAME= arpscan
-PORTVERSION= 0.3
+PORTVERSION= 0.5
CATEGORIES= net-mgmt
MASTER_SITES= GOOGLE_CODE
MAINTAINER= ports at FreeBSD.org
COMMENT= Simple arp scanner
+LICENSE= BSD
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
LIB_DEPENDS= dnet.1:${PORTSDIR}/net/libdnet
GNU_CONFIGURE= yes
diff -urN /usr/ports/net-mgmt/arpscan/distinfo net-mgmt/arpscan/distinfo
--- /usr/ports/net-mgmt/arpscan/distinfo 2011-03-20 21:53:42.000000000 +0900
+++ net-mgmt/arpscan/distinfo 2012-07-10 22:37:33.000000000 +0900
@@ -1,2 +1,2 @@
-SHA256 (arpscan-0.3.tar.gz) = 27a2bf1e3b4bf28b976b7e7da26d01ce99d9dc227fd174989dbfa6f164a573f4
-SIZE (arpscan-0.3.tar.gz) = 58052
+SHA256 (arpscan-0.5.tar.gz) = d2561c82a07d88a20aac38e228cf7965e296dcfc3f82d60d9e7f23940255c187
+SIZE (arpscan-0.5.tar.gz) = 75501
diff -urN /usr/ports/net-mgmt/arpscan/files/patch-arpscan.c net-mgmt/arpscan/files/patch-arpscan.c
--- /usr/ports/net-mgmt/arpscan/files/patch-arpscan.c 2006-10-07 16:06:57.000000000 +0900
+++ net-mgmt/arpscan/files/patch-arpscan.c 1970-01-01 09:00:00.000000000 +0900
@@ -1,35 +0,0 @@
---- arpscan.c.orig Wed Aug 2 08:31:32 2006
-+++ arpscan.c Sun Sep 24 04:31:06 2006
-@@ -9,7 +9,9 @@
- #include <sys/socket.h>
- #include <netinet/in.h>
- #include <arpa/inet.h>
-+#include <err.h>
- #include <stdio.h>
-+#include <stdlib.h>
- #include <string.h>
- #include <unistd.h>
- #include <fcntl.h>
-@@ -22,6 +24,13 @@
- #include <dnet.h>
- #endif /* DUMBNET */
-
-+#ifdef __FreeBSD__
-+# include <sys/param.h>
-+# if __FreeBSD_version > 500000
-+# define NTOHL(x) (x) = ntohl((u_int32_t)(x))
-+# endif
-+#endif
-+
- /* A concatenation of dnet's arp_hdr and arp_ethip. */
- struct ether_arp {
- struct arp_hdr arp_hdr;
-@@ -45,7 +54,7 @@
- fprintf(stderr, "\teg)\n");
- fprintf(stderr, "\t %s 172.16.1.11\n", __progname);
- fprintf(stderr, "\t %s 192.168.1.100-192.168.1.200\n", __progname);
-- fprintf(stderr, "\t %s 172.16.1.41/29\n");
-+ fprintf(stderr, "\t %s 172.16.1.41/29\n", __progname);
- fprintf(stderr, "\n");
- exit(1);
- }
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list