mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Update to 1.124.
Sponsored by: Absolight
This commit is contained in:
parent
817038a7ab
commit
a0c470b92a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=417255
3 changed files with 4 additions and 19 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Net-Address-Ethernet
|
||||
PORTVERSION= 1.123
|
||||
PORTVERSION= 1.124
|
||||
CATEGORIES= net perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
SHA256 (Net-Address-Ethernet-1.123.tar.gz) = 0461a58d75a93052714e258590a770ded72a0631f819dd73f9936af4a15a33b0
|
||||
SIZE (Net-Address-Ethernet-1.123.tar.gz) = 23534
|
||||
TIMESTAMP = 1466519456
|
||||
SHA256 (Net-Address-Ethernet-1.124.tar.gz) = ee04bd41c84b7978ba5a46380733152c20e898fd35aa820bad38f8f0e8570e9f
|
||||
SIZE (Net-Address-Ethernet-1.124.tar.gz) = 23842
|
||||
|
|
|
@ -1,16 +0,0 @@
|
|||
--- Makefile.PL.orig 2016-05-26 14:56:06 UTC
|
||||
+++ Makefile.PL
|
||||
@@ -33,11 +33,11 @@ if ($ENV{MTHURN_PERL_DEV})
|
||||
{
|
||||
warn " EEE did not find DIRFILESEP in Makefile\n";
|
||||
} # if
|
||||
- if ($s !~ s/(pm_to_blib\(){{\@ARGV}}/$1 . '{@ARGV}'/e)
|
||||
+ if ($s !~ s/(pm_to_blib\()\{\{\@ARGV\}\}/$1 . '{@ARGV}'/e)
|
||||
{
|
||||
warn " EEE did not find pm_to_blib@ARGV in Makefile\n";
|
||||
} # if
|
||||
- if ($s !~ s/(from_to\s+=>\s+){{\@ARGV}}/$1 . '{@ARGV}'/e)
|
||||
+ if ($s !~ s/(from_to\s+=>\s+)\{\{\@ARGV\}\}/$1 . '{@ARGV}'/e)
|
||||
{
|
||||
warn " EEE did not find from_to@ARGV in Makefile\n";
|
||||
} # if
|
Loading…
Add table
Reference in a new issue