diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2014-07-24 16:26:56 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2014-07-24 16:26:56 +0000 |
commit | 8743e036cfa14e58941b3e927c8832057033608a (patch) | |
tree | b11c81eef6d27b98bab8c64687f64f380561d99f /net/p5-Net | |
parent | 1aa0ed29473299bcc0c5da448b0f6cd9cba3a8c9 (diff) |
Notes
Diffstat (limited to 'net/p5-Net')
-rw-r--r-- | net/p5-Net/Makefile | 4 | ||||
-rw-r--r-- | net/p5-Net/distinfo | 4 | ||||
-rw-r--r-- | net/p5-Net/files/patch-Makefile.PL | 30 |
3 files changed, 4 insertions, 34 deletions
diff --git a/net/p5-Net/Makefile b/net/p5-Net/Makefile index 04193a1657d2..9b9e04071ae3 100644 --- a/net/p5-Net/Makefile +++ b/net/p5-Net/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Net -PORTVERSION= 1.25 +PORTVERSION= 1.27 PORTEPOCH= 1 CATEGORIES= net perl5 MASTER_SITES= CPAN @@ -15,7 +15,7 @@ COMMENT= Perl5 modules to access and use network protocols LICENSE= ART10 GPLv1 LICENSE_COMB= dual -TEST_DEPENDS= p5-Test-Kwalitee>=0:${PORTSDIR}/devel/p5-Test-Kwalitee +BUILD_DEPENDS= p5-ExtUtils-MakeMaker>=6.64:${PORTSDIR}/devel/p5-ExtUtils-MakeMaker OPTIONS_DEFINE= SASL OPTIONS_DEFAULT=SASL diff --git a/net/p5-Net/distinfo b/net/p5-Net/distinfo index 92519c0dfc9e..bb6814166ebe 100644 --- a/net/p5-Net/distinfo +++ b/net/p5-Net/distinfo @@ -1,2 +1,2 @@ -SHA256 (libnet-1.25.tar.gz) = 4aacb1ac1302ab979d5266e0c2fd39bab9bac81422d0ecbd46d4fa2115a1c305 -SIZE (libnet-1.25.tar.gz) = 68081 +SHA256 (libnet-1.27.tar.gz) = a6c8660844df64cd8389d2afddd596c9a5afb0cda8434b0b9313a53496cee803 +SIZE (libnet-1.27.tar.gz) = 68615 diff --git a/net/p5-Net/files/patch-Makefile.PL b/net/p5-Net/files/patch-Makefile.PL deleted file mode 100644 index 2c1bf24d785f..000000000000 --- a/net/p5-Net/files/patch-Makefile.PL +++ /dev/null @@ -1,30 +0,0 @@ ---- Makefile.PL.orig 2013-08-12 23:00:54.000000000 +0200 -+++ Makefile.PL 2013-08-22 12:10:13.000000000 +0200 -@@ -47,7 +47,7 @@ - last if ($config_pm = $_) =~ s/^ExtUtils(.)MakeMaker.pm/Net${1}libnet.cfg/; - } - -- system(($^O eq 'VMS' ? 'mcr ': ()),$^X, 'Configure') -+ system(($^O eq 'VMS' ? 'mcr ': ()),$^X, 'Configure','-d') - unless -f $libnet_cfg; - - $self->{PM}->{$libnet_cfg} = $self->catfile('$(INST_LIBDIR)',$config_pm); -@@ -98,6 +98,18 @@ - IO::Socket => 1.05 - }, - dist => { DIST_DEFAULT => 'mydist', }, -+ 'MAN3PODS' => { -+ 'Net/Cmd.pm' => '$(INST_MAN3DIR)/Net::Cmd.$(MAN3EXT)', -+ 'Net/Config.pm' => '$(INST_MAN3DIR)/Net::Config.$(MAN3EXT)', -+ 'Net/Domain.pm' => '$(INST_MAN3DIR)/Net::Domain.$(MAN3EXT)', -+ 'Net/FTP.pm' => '$(INST_MAN3DIR)/Net::FTP.$(MAN3EXT)', -+ 'Net/NNTP.pm' => '$(INST_MAN3DIR)/Net::NNTP.$(MAN3EXT)', -+ 'Net/Netrc.pm' => '$(INST_MAN3DIR)/Net::Netrc.$(MAN3EXT)', -+ 'Net/POP3.pm' => '$(INST_MAN3DIR)/Net::POP3.$(MAN3EXT)', -+ 'Net/SMTP.pm' => '$(INST_MAN3DIR)/Net::SMTP.$(MAN3EXT)', -+ 'Net/Time.pm' => '$(INST_MAN3DIR)/Net::Time.$(MAN3EXT)', -+ 'Net/libnetFAQ.pod' => '$(INST_MAN3DIR)/Net::libnetFAQ.$(MAN3EXT)', -+ }, - (eval { ExtUtils::MakeMaker->VERSION(6.21) } ? (LICENSE => 'perl') : ()), - ( eval { ExtUtils::MakeMaker->VERSION(6.46) } ? ( - META_MERGE => { |