aboutsummaryrefslogtreecommitdiff
path: root/net/p5-Net-ARP
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-06-13 20:00:35 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-06-13 20:00:35 +0000
commit07df5d8c213be34f7a6ae5876b5f02c479f7062d (patch)
tree6cbf2070e15a2ccf0d0df75baf70257026d08e84 /net/p5-Net-ARP
parent37c3369511eb334ba970697311b3fa4b78033d40 (diff)
downloadports-07df5d8c213be34f7a6ae5876b5f02c479f7062d.tar.gz
ports-07df5d8c213be34f7a6ae5876b5f02c479f7062d.zip
Notes
Diffstat (limited to 'net/p5-Net-ARP')
-rw-r--r--net/p5-Net-ARP/Makefile4
-rw-r--r--net/p5-Net-ARP/distinfo4
-rw-r--r--net/p5-Net-ARP/files/patch-arp_lookup_bsd.c11
3 files changed, 4 insertions, 15 deletions
diff --git a/net/p5-Net-ARP/Makefile b/net/p5-Net-ARP/Makefile
index 05e72eebffc0..ede8f80bfdd2 100644
--- a/net/p5-Net-ARP/Makefile
+++ b/net/p5-Net-ARP/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= Net-ARP
-PORTVERSION= 1.0.8
-PORTREVISION= 2
+PORTVERSION= 1.0.9
CATEGORIES= net perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -17,6 +16,7 @@ BUILD_DEPENDS= p5-Net-Pcap>=0:${PORTSDIR}/net/p5-Net-Pcap
USES= perl5 tar:tgz
USE_PERL5= configure
+WRKSRC= ${WRKDIR}/${PORTNAME}
post-install:
${CHMOD} u+w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Net/ARP/ARP.so
diff --git a/net/p5-Net-ARP/distinfo b/net/p5-Net-ARP/distinfo
index 719eb2fadcd9..2fe1b115ba18 100644
--- a/net/p5-Net-ARP/distinfo
+++ b/net/p5-Net-ARP/distinfo
@@ -1,2 +1,2 @@
-SHA256 (Net-ARP-1.0.8.tgz) = cf169185bca00f2adb1443c4d00078c4fc3fd8cb185c22244b5f890a655e4146
-SIZE (Net-ARP-1.0.8.tgz) = 70721
+SHA256 (Net-ARP-1.0.9.tgz) = 53fc3883755d75bed1671f9844f131ad364bdfb18313ed1ea78dc67b6901b18e
+SIZE (Net-ARP-1.0.9.tgz) = 71377
diff --git a/net/p5-Net-ARP/files/patch-arp_lookup_bsd.c b/net/p5-Net-ARP/files/patch-arp_lookup_bsd.c
deleted file mode 100644
index 5d34e77a9d1b..000000000000
--- a/net/p5-Net-ARP/files/patch-arp_lookup_bsd.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- arp_lookup_bsd.c.orig 2009-05-23 11:11:58 UTC
-+++ arp_lookup_bsd.c
-@@ -18,6 +18,8 @@ FOR A PARTICULAR PURPOSE.
- See the GNU General Public License for more details.
- */
-
-+#include <string.h>
-+#include <stdlib.h>
- #include <sys/file.h>
- #include <sys/socket.h>
- #include <net/if_dl.h>