FreeBSD Bugzilla – Attachment 117699 Details for
Bug 159823
[patch] devel/bugzilla fix for chacksetup if p5-version>=0.92 is installed
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
bugzilla.diff
bugzilla.diff (text/plain), 2.04 KB, created by
Olli Hauer
on 2011-08-16 23:20:07 UTC
(
hide
)
Description:
bugzilla.diff
Filename:
MIME Type:
Creator:
Olli Hauer
Created:
2011-08-16 23:20:07 UTC
Size:
2.04 KB
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /home/pcvs/ports/devel/bugzilla/Makefile,v >retrieving revision 1.87 >diff -u -r1.87 Makefile >--- Makefile 13 Aug 2011 18:24:21 -0000 1.87 >+++ Makefile 16 Aug 2011 21:48:51 -0000 >@@ -7,6 +7,7 @@ > > PORTNAME= bugzilla > PORTVERSION= 4.0.2 >+PORTREVISION= 1 > CATEGORIES= devel > MASTER_SITES= ${MASTER_SITE_MOZILLA} > MASTER_SITE_SUBDIR= webtools webtools/archived >Index: pkg-plist >=================================================================== >RCS file: /home/pcvs/ports/devel/bugzilla/pkg-plist,v >retrieving revision 1.39 >diff -u -r1.39 pkg-plist >--- pkg-plist 18 Jul 2011 21:56:01 -0000 1.39 >+++ pkg-plist 16 Aug 2011 21:48:51 -0000 >@@ -970,7 +970,7 @@ > @dirrmtry %%WWWDIR%%/js/yui/assets > @dirrmtry %%WWWDIR%%/js/yui/animation > @dirrmtry %%WWWDIR%%/js/yui >-@dirrm %%WWWDIR%%/js >+@dirrmtry %%WWWDIR%%/js > @dirrm %%WWWDIR%%/images > %%CONTRIB%%@dirrm %%WWWDIR%%/contrib/cmdline > %%CONTRIB%%@dirrm %%WWWDIR%%/contrib/bugzilla-submit >Index: files/patch-Bugzilla__Install__Requirements.pm >=================================================================== >RCS file: files/patch-Bugzilla__Install__Requirements.pm >diff -N files/patch-Bugzilla__Install__Requirements.pm >--- /dev/null 1 Jan 1970 00:00:00 -0000 >+++ files/patch-Bugzilla__Install__Requirements.pm 16 Aug 2011 21:48:51 -0000 >@@ -0,0 +1,14 @@ >+--- ./Bugzilla/Install/Requirements.pm.orig 2011-08-05 04:25:35.000000000 +0200 >++++ ./Bugzilla/Install/Requirements.pm 2011-08-16 08:55:28.000000000 +0200 >+@@ -698,8 +698,9 @@ >+ # show "ok" or "not found". >+ if (exists $params->{found}) { >+ my $found_string; >+- # We do a string compare in case it's non-numeric. >+- if ($found and $found eq "-1") { >++ # We do a string compare in case it's non-numeric. We make sure >++ # it's not a version object as negative versions are forbidden. >++ if ($found && !ref($found) && $found eq '-1') { >+ $found_string = install_string('module_not_found'); >+ } >+ elsif ($found) {
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 159823
: 117699