Index: head/net/p5-Net/Makefile =================================================================== --- head/net/p5-Net/Makefile (revision 184721) +++ head/net/p5-Net/Makefile (revision 184722) @@ -1,42 +1,46 @@ # New ports collection makefile for: p5-Net # Date created: September 30th 1996 # Whom: James FitzGibbon # # $FreeBSD$ # PORTNAME= p5-Net PORTVERSION= 1.20 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Net DISTNAME= libnet-${PORTVERSION} MAINTAINER= mat@FreeBSD.org COMMENT= Perl5 modules to access and use network protocols RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 PERL_CONFIGURE= yes CONFIGURE_ARGS= < /dev/null MAN3= Net::Cmd.3 \ Net::Config.3 \ Net::Domain.3 \ Net::FTP.3 \ Net::NNTP.3 \ Net::Netrc.3 \ Net::POP3.3 \ Net::SMTP.3 \ Net::Time.3 \ Net::libnetFAQ.3 + +post-patch: + @${RM} ${WRKSRC}/Net/Cmd.pm.orig .include # Authen-SASL is not available under perl 5.005_03 .if ${PERL_LEVEL} >= 500600 RUN_DEPENDS+= ${SITE_PERL}/Authen/SASL.pm:${PORTSDIR}/security/p5-Authen-SASL .endif .include Property changes on: head/net/p5-Net/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.44 \ No newline at end of property +1.45 \ No newline at end of property Index: head/net/p5-Net/files/patch-Net_Cmd.pm =================================================================== --- head/net/p5-Net/files/patch-Net_Cmd.pm (nonexistent) +++ head/net/p5-Net/files/patch-Net_Cmd.pm (revision 184722) @@ -0,0 +1,20 @@ +--- Net/Cmd.pm~ Fri Oct 27 13:08:07 2006 ++++ Net/Cmd.pm Fri Feb 9 16:02:10 2007 +@@ -21,8 +21,6 @@ + } + } + +-my $doUTF8 = eval { require utf8 }; +- + $VERSION = "2.27"; + @ISA = qw(Exporter); + @EXPORT = qw(CMD_INFO CMD_OK CMD_MORE CMD_REJECT CMD_ERROR CMD_PENDING); +@@ -394,8 +392,6 @@ + my $cmd = shift; + my $arr = @_ == 1 && ref($_[0]) ? $_[0] : \@_; + my $line = join("" ,@$arr); +- +- utf8::encode($line) if $doUTF8; + + return 0 unless defined(fileno($cmd)); + Property changes on: head/net/p5-Net/files/patch-Net_Cmd.pm ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property