summaryrefslogtreecommitdiff
path: root/net/p5-Net-Libdnet6/patches
diff options
context:
space:
mode:
authormef <mef@pkgsrc.org>2020-04-18 13:45:33 +0000
committermef <mef@pkgsrc.org>2020-04-18 13:45:33 +0000
commit9a2fad63e21dfa9cd2104555139a24b7dfb747f0 (patch)
tree5fcaab8b48575d0289722bbc9944ac4870b97656 /net/p5-Net-Libdnet6/patches
parenta9af8ea84bb1d362f12866510ac56f3f202d3eeb (diff)
downloadpkgsrc-9a2fad63e21dfa9cd2104555139a24b7dfb747f0.tar.gz
(net/p5-Net-Libdnet6) Updated to 0.28
(pkgsrc) - Drop patch-Carp. It is inclueded now (upstream) 0.28 Thu 23 May 08:12:42 CEST 2019 - bugfix: use Carp => https://rt.cpan.org/Ticket/Display.html?id=114639 - update: copyright notice
Diffstat (limited to 'net/p5-Net-Libdnet6/patches')
-rw-r--r--net/p5-Net-Libdnet6/patches/patch-Carp16
1 files changed, 0 insertions, 16 deletions
diff --git a/net/p5-Net-Libdnet6/patches/patch-Carp b/net/p5-Net-Libdnet6/patches/patch-Carp
deleted file mode 100644
index 2acba3b82c0..00000000000
--- a/net/p5-Net-Libdnet6/patches/patch-Carp
+++ /dev/null
@@ -1,16 +0,0 @@
-$NetBSD: patch-Carp,v 1.1 2017/10/11 07:34:51 wiz Exp $
-
-add missing "use Carp"
-https://rt.cpan.org/Public/Bug/Display.html?id=114642
-
---- lib/Net/Libdnet6.pm.orig 2015-01-28 19:58:20.000000000 +0100
-+++ lib/Net/Libdnet6.pm 2016-05-24 19:24:29.000000000 +0200
-@@ -7,6 +7,8 @@
-
- our $VERSION = '0.27';
-
-+use Carp;
-+
- use base qw(Exporter);
-
- # We also export Net::Libdnet subs (those without 6 at the end)