aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2015-06-14 04:00:35 +0800
committersunpoet <sunpoet@FreeBSD.org>2015-06-14 04:00:35 +0800
commit277dceb9c6e45804a84b76b742e6b4ab642ae6d9 (patch)
tree6cbf2070e15a2ccf0d0df75baf70257026d08e84 /net
parent28eaa578f541e294b7c995823ed6f17ebb24658b (diff)
downloadfreebsd-ports-gnome-277dceb9c6e45804a84b76b742e6b4ab642ae6d9.tar.gz
freebsd-ports-gnome-277dceb9c6e45804a84b76b742e6b4ab642ae6d9.tar.zst
freebsd-ports-gnome-277dceb9c6e45804a84b76b742e6b4ab642ae6d9.zip
- Update to 1.0.9
Changes: http://search.cpan.org/dist/Net-ARP/Changes
Diffstat (limited to 'net')
-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>