diff options
author | araujo <araujo@FreeBSD.org> | 2008-01-13 05:31:06 +0800 |
---|---|---|
committer | araujo <araujo@FreeBSD.org> | 2008-01-13 05:31:06 +0800 |
commit | 64e7509ae09e20c17a494bf2ebfaa7422750a1a4 (patch) | |
tree | d955242cf3d5f01fc5951712eeb82887803a09c4 /net | |
parent | abd790a81339a657c58aa950081e0371e3ca2441 (diff) | |
download | freebsd-ports-gnome-64e7509ae09e20c17a494bf2ebfaa7422750a1a4.tar.gz freebsd-ports-gnome-64e7509ae09e20c17a494bf2ebfaa7422750a1a4.tar.zst freebsd-ports-gnome-64e7509ae09e20c17a494bf2ebfaa7422750a1a4.zip |
- Update to 1.0.2.
- Reset maintainership.
PR: ports/119382
Submitted by: Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw> (maintainer)
Approved by: stas (mentor, implicit)
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-Net-ARP/Makefile | 4 | ||||
-rw-r--r-- | net/p5-Net-ARP/distinfo | 6 | ||||
-rw-r--r-- | net/p5-Net-ARP/files/patch-arp.h | 9 |
3 files changed, 14 insertions, 5 deletions
diff --git a/net/p5-Net-ARP/Makefile b/net/p5-Net-ARP/Makefile index a65a245df871..1517b65b2d60 100644 --- a/net/p5-Net-ARP/Makefile +++ b/net/p5-Net-ARP/Makefile @@ -6,14 +6,14 @@ # PORTNAME= Net-ARP -PORTVERSION= 1.0 +PORTVERSION= 1.0.2 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Net PKGNAMEPREFIX= p5- EXTRACT_SUFX= .tgz -MAINTAINER= tjs@cdpa.nsysu.edu.tw +MAINTAINER= ports@FreeBSD.org COMMENT= Perl extension for creating ARP packets PERL_CONFIGURE= yes diff --git a/net/p5-Net-ARP/distinfo b/net/p5-Net-ARP/distinfo index 386020cc9acf..0a698b505860 100644 --- a/net/p5-Net-ARP/distinfo +++ b/net/p5-Net-ARP/distinfo @@ -1,3 +1,3 @@ -MD5 (Net-ARP-1.0.tgz) = 3ba7596f5e7ba7cb98a1f0b726bfc3fe -SHA256 (Net-ARP-1.0.tgz) = 8e2a961604bdc78d9df1ee38abaf354e378444f6cdd98c00b5b148ae02bb2b8d -SIZE (Net-ARP-1.0.tgz) = 16239 +MD5 (Net-ARP-1.0.2.tgz) = e2036f722d949a81de9b77d9d6030f42 +SHA256 (Net-ARP-1.0.2.tgz) = 7d0a404df3014edeab470be4c304061bc0c89f4a9231d97aedc7fe74bd463a81 +SIZE (Net-ARP-1.0.2.tgz) = 16303 diff --git a/net/p5-Net-ARP/files/patch-arp.h b/net/p5-Net-ARP/files/patch-arp.h new file mode 100644 index 000000000000..a3df58229a53 --- /dev/null +++ b/net/p5-Net-ARP/files/patch-arp.h @@ -0,0 +1,9 @@ +--- arp.h.orig 2008-01-06 21:14:49.000000000 +0800 ++++ arp.h 2008-01-06 21:15:11.000000000 +0800 +@@ -55,4 +55,6 @@ + u_char dest_ip[IP_ALEN]; // dest ip + }; + ++#ifndef __i386__ + extern struct ether_addr *ether_aton (__const char *__asc) __THROW; ++#endif |