mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
- 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)
This commit is contained in:
parent
7f7e66385f
commit
008a741273
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=205576
@ -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
|
||||
|
@ -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
|
||||
|
9
net/p5-Net-ARP/files/patch-arp.h
Normal file
9
net/p5-Net-ARP/files/patch-arp.h
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user