Index: head/mail/p5-Mail-Alias/Makefile =================================================================== --- head/mail/p5-Mail-Alias/Makefile (revision 426828) +++ head/mail/p5-Mail-Alias/Makefile (revision 426829) @@ -1,17 +1,17 @@ # Created by: snowchyld # $FreeBSD$ PORTNAME= Mail-Alias PORTVERSION= 1.12 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Mail::Alias USES= perl5 USE_PERL5= configure .include Index: head/mail/p5-Mail-Alias/files/patch-Alias.pm =================================================================== --- head/mail/p5-Mail-Alias/files/patch-Alias.pm (nonexistent) +++ head/mail/p5-Mail-Alias/files/patch-Alias.pm (revision 426829) @@ -0,0 +1,11 @@ +--- Alias.pm.orig 2016-11-22 14:55:19 UTC ++++ Alias.pm +@@ -82,7 +82,7 @@ sub format { + my $pkg = "Mail::Alias::" . $fmt; + + croak "Unknown format '$fmt'" +- unless defined @{$pkg . "::ISA"}; ++ unless @{$pkg . "::ISA"}; + + bless $me, $pkg; + } Property changes on: head/mail/p5-Mail-Alias/files/patch-Alias.pm ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property