Update to 1.23

This commit is contained in:
Mathieu Arnold 2013-08-22 11:09:32 +00:00
parent 8f93be6d26
commit faebcfa53a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=325181
3 changed files with 25 additions and 22 deletions

View file

@ -2,8 +2,7 @@
# $FreeBSD$ # $FreeBSD$
PORTNAME= Net PORTNAME= Net
PORTVERSION= 1.22 PORTVERSION= 1.23
PORTREVISION= 2
PORTEPOCH= 1 PORTEPOCH= 1
CATEGORIES= net perl5 CATEGORIES= net perl5
MASTER_SITES= CPAN MASTER_SITES= CPAN
@ -13,7 +12,11 @@ DISTNAME= libnet-${PORTVERSION}
MAINTAINER= perl@FreeBSD.org MAINTAINER= perl@FreeBSD.org
COMMENT= Perl5 modules to access and use network protocols COMMENT= Perl5 modules to access and use network protocols
RUN_DEPENDS= p5-Authen-SASL>=0:${PORTSDIR}/security/p5-Authen-SASL OPTIONS_DEFINE= SASL
OPTIONS_DEFAULT= SASL
SASL_DESC= SASL auth for POP3 and SMTP support.
SASL_RUN_DEPENDS= p5-Authen-SASL>=0:${PORTSDIR}/security/p5-Authen-SASL
PORTSCOUT= skipv:1.0901 PORTSCOUT= skipv:1.0901

View file

@ -1,2 +1,2 @@
SHA256 (libnet-1.22.tar.gz) = 372c581d0c6b256952c774bfdbd8714e2a20d41251d4097d326d2f1ab1196c84 SHA256 (libnet-1.23.tar.gz) = 67edd05f0a2b93ca8fe9ba98d45667df74b78b1eaeb502404ae511e7a5f6513c
SIZE (libnet-1.22.tar.gz) = 67836 SIZE (libnet-1.23.tar.gz) = 67699

View file

@ -1,5 +1,5 @@
--- Makefile.PL.orig 2007-08-26 08:14:13.000000000 -0400 --- Makefile.PL.orig 2013-08-12 23:00:54.000000000 +0200
+++ Makefile.PL 2012-04-25 14:43:48.565212760 -0400 +++ Makefile.PL 2013-08-22 12:10:13.000000000 +0200
@@ -47,7 +47,7 @@ @@ -47,7 +47,7 @@
last if ($config_pm = $_) =~ s/^ExtUtils(.)MakeMaker.pm/Net${1}libnet.cfg/; last if ($config_pm = $_) =~ s/^ExtUtils(.)MakeMaker.pm/Net${1}libnet.cfg/;
} }
@ -25,6 +25,6 @@
+ 'Net/Time.pm' => '$(INST_MAN3DIR)/Net::Time.$(MAN3EXT)', + 'Net/Time.pm' => '$(INST_MAN3DIR)/Net::Time.$(MAN3EXT)',
+ 'Net/libnetFAQ.pod' => '$(INST_MAN3DIR)/Net::libnetFAQ.$(MAN3EXT)', + 'Net/libnetFAQ.pod' => '$(INST_MAN3DIR)/Net::libnetFAQ.$(MAN3EXT)',
+ }, + },
@ppd, (eval { ExtUtils::MakeMaker->VERSION(6.21) } ? (LICENSE => 'perl') : ()),
); ( eval { ExtUtils::MakeMaker->VERSION(6.46) } ? (
META_MERGE => {