1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

- Forgot to remove the patch we don't need

- bump PORTREVISION

Noted by:   pav
Changes:
This commit is contained in:
Cheng-Lung Sung 2008-03-31 05:12:53 +00:00
parent 457a48cec2
commit cb8c2cef87
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=210198
2 changed files with 1 additions and 11 deletions

View File

@ -7,6 +7,7 @@
PORTNAME= WWW-Search
PORTVERSION= 2.498
PORTREVISION= 1
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-

View File

@ -1,11 +0,0 @@
--- lib/WWW/Search/Test.pm~ Tue Jul 15 05:02:28 2003
+++ lib/WWW/Search/Test.pm Thu Aug 7 15:18:31 2003
@@ -627,7 +627,7 @@
print $oResult->url, "\n";
foreach my $sField (qw( title description score change_date index_date size company location source ))
{
- print " $sField==", $oResult->$sField, "==\n" if defined($oResult->$sField);
+ print " $sField==", eval "$oResult->$sField", "==\n" if $oResult->can($sField);
} # foreach
} # foreach
} # if