<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>[122697] trunk/dports/devel/bugzilla/Portfile</title>
</head>
<body>

<style type="text/css"><!--
#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dl.meta dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt;  }
#msg dl a { font-weight: bold}
#msg dl a:link    { color:#fc3; }
#msg dl a:active  { color:#ff0; }
#msg dl a:visited { color:#cc6; }
h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; }
#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; }
#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; }
#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; }
#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; }
#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; }
#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; }
#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; }
#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; }
#logmsg pre { background: #eee; padding: 1em; }
#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;}
#logmsg dl { margin: 0; }
#logmsg dt { font-weight: bold; }
#logmsg dd { margin: 0; padding: 0 0 0.5em 0; }
#logmsg dd:before { content:'\00bb';}
#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; }
#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; }
#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; }
#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; }
#logmsg table th.Corner { text-align: left; }
#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; }
#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; }
#patch { width: 100%; }
#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;}
#patch .propset h4, #patch .binary h4 {margin:0;}
#patch pre {padding:0;line-height:1.2em;margin:0;}
#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;}
#patch .propset .diff, #patch .binary .diff  {padding:10px 0;}
#patch span {display:block;padding:0 10px;}
#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<div id="msg">
<dl class="meta">
<dt>Revision</dt> <dd><a href="https://trac.macports.org/changeset/122697">122697</a></dd>
<dt>Author</dt> <dd>mojca@macports.org</dd>
<dt>Date</dt> <dd>2014-07-26 23:06:35 -0700 (Sat, 26 Jul 2014)</dd>
</dl>

<h3>Log Message</h3>
<pre>bugzilla: whitespace, add first line, sha256</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkdportsdevelbugzillaPortfile">trunk/dports/devel/bugzilla/Portfile</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkdportsdevelbugzillaPortfile"></a>
<div class="modfile"><h4>Modified: trunk/dports/devel/bugzilla/Portfile (122696 => 122697)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/dports/devel/bugzilla/Portfile        2014-07-27 05:58:43 UTC (rev 122696)
+++ trunk/dports/devel/bugzilla/Portfile        2014-07-27 06:06:35 UTC (rev 122697)
</span><span class="lines">@@ -1,132 +1,132 @@
</span><ins>+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
</ins><span class="cx"> # $Id$
</span><span class="cx"> 
</span><del>-PortSystem                1.0
</del><ins>+PortSystem          1.0
</ins><span class="cx"> 
</span><del>-name                        bugzilla
-version                        2.22.3
-revision                3
-categories                devel www databases
-maintainers                nomaintainer
-platforms               darwin
-description                popular and extensive bug-tracking system
-long_description        Bugzilla is a Defect Tracking System or \
-                                        Bug-Tracking System. Defect Tracking Systems allow \
-                                        individual or groups of developers to keep track of \
-                                        outstanding bugs in their product effectively. Most \
-                                        commercial defect-tracking software vendors charge \
-                                        enormous licensing fees. Despite being free, \
-                                        Bugzilla has many features its expensive \
-                                        counterparts lack. Consequently, Bugzilla has \
-                                        quickly become a favorite of hundreds of \
-                                        organizations across the globe.
</del><ins>+name                bugzilla
+version             2.22.3
+revision            3
+categories          devel www databases
+maintainers         nomaintainer
+platforms           darwin
+description         popular and extensive bug-tracking system
+long_description    Bugzilla is a Defect Tracking System or \
+                    Bug-Tracking System. Defect Tracking Systems allow \
+                    individual or groups of developers to keep track of \
+                    outstanding bugs in their product effectively. Most \
+                    commercial defect-tracking software vendors charge \
+                    enormous licensing fees. Despite being free, \
+                    Bugzilla has many features its expensive \
+                    counterparts lack. Consequently, Bugzilla has \
+                    quickly become a favorite of hundreds of \
+                    organizations across the globe.
</ins><span class="cx"> 
</span><del>-homepage                http://www.bugzilla.org/
-master_sites                http://ftp.mozilla.org/pub/mozilla.org/webtools/ \
-                        ftp://ftp.mozilla.org/pub/mozilla.org/webtools/
</del><ins>+homepage            http://www.bugzilla.org/
+master_sites        http://ftp.mozilla.org/pub/mozilla.org/webtools/ \
+                    ftp://ftp.mozilla.org/pub/mozilla.org/webtools/
</ins><span class="cx"> 
</span><del>-checksums               md5     871044e9ef0b5ea523408b66dbe4c5ae \
-                        sha1    461d1a754cdc4a9e26fc6936c48fbd7cf71fab14 \
-                        rmd160  787f84e343297b1a8caee8310354e01f7c8cc2f8
</del><ins>+checksums           rmd160  787f84e343297b1a8caee8310354e01f7c8cc2f8 \
+                    sha256  17fe0de4921d31fe7c8ec4d92658f4f7025ffaed9942575892220922851e13ef
</ins><span class="cx"> 
</span><del>-depends_lib                port:apache2 \
-                        port:perl5.12 \
-                        port:p5.12-appconfig \
-                        port:p5.12-timedate \
-                        port:p5.12-dbi \
-                        port:p5.12-dbd-mysql \
-                        port:p5.12-xml-parser \
-                        port:p5.12-patchreader \
-                        port:p5.12-gd \
-                        port:p5.12-gdtextutil \
-                        port:p5.12-gdgraph \
-                        port:p5.12-chart \
-                        port:p5.12-template-toolkit \
-                        port:p5.12-mime-tools \
-                        port:patchutils \
-                        port:p5.12-perl-ldap \
-                        port:p5.12-xml-twig
</del><ins>+depends_lib         port:apache2 \
+                    port:perl5.12 \
+                    port:p5.12-appconfig \
+                    port:p5.12-timedate \
+                    port:p5.12-dbi \
+                    port:p5.12-dbd-mysql \
+                    port:p5.12-xml-parser \
+                    port:p5.12-patchreader \
+                    port:p5.12-gd \
+                    port:p5.12-gdtextutil \
+                    port:p5.12-gdgraph \
+                    port:p5.12-chart \
+                    port:p5.12-template-toolkit \
+                    port:p5.12-mime-tools \
+                    port:patchutils \
+                    port:p5.12-perl-ldap \
+                    port:p5.12-xml-twig
</ins><span class="cx"> 
</span><span class="cx"> variant mysql4 conflicts mysql5 description &quot;Use mysql4 database&quot; {
</span><del>-                depends_lib-append   port:mysql4
</del><ins>+    depends_lib-append  port:mysql4
</ins><span class="cx"> }
</span><span class="cx"> variant mysql5 conflicts mysql4 description &quot;Use mysql5 database&quot; {
</span><del>-                depends_lib-append   path:bin/mysql_config5:mysql5
</del><ins>+    depends_lib-append  path:bin/mysql_config5:mysql5
</ins><span class="cx"> }
</span><span class="cx"> if {![variant_isset mysql4]} {
</span><del>-    default_variants +mysql5
</del><ins>+    default_variants    +mysql5
</ins><span class="cx"> }
</span><span class="cx"> 
</span><del>-patchfiles                patch-checksetup.pl
</del><ins>+patchfiles          patch-checksetup.pl
</ins><span class="cx"> post-patch {
</span><del>-        foreach item [exec find ${worksrcpath} -type f -name .cvsignore] {
-                file delete -force ${item}
-        }
-        foreach item [exec find ${worksrcpath} -type d -name CVS] {
-                file delete -force ${item}
-        }
-        foreach item [glob ${worksrcpath}/*.cgi ${worksrcpath}/*.pl \
-                           ${worksrcpath}/contrib/*.pl ${worksrcpath}/docs/*.pl] {
-                reinplace -locale C &quot;s%^#!.*perl%#!${prefix}/bin/perl5.12%&quot; ${item}
-        }
-        foreach item [glob ${worksrcpath}/*.pl ${worksrcpath}/contrib/*.pl \
-                           ${worksrcpath}/Bugzilla/*.pm ${worksrcpath}/docs/html/*.html \
-                           ${worksrcpath}/docs/txt/*.txt ${worksrcpath}/docs/xml/*.xml] {
-                reinplace -locale C &quot;s%/usr/lib/sendmail%/usr/sbin/sendmail%g&quot; ${item}
-        }
</del><ins>+    foreach item [exec find ${worksrcpath} -type f -name .cvsignore] {
+        file delete -force ${item}
+    }
+    foreach item [exec find ${worksrcpath} -type d -name CVS] {
+        file delete -force ${item}
+    }
+    foreach item [glob ${worksrcpath}/*.cgi ${worksrcpath}/*.pl \
+                       ${worksrcpath}/contrib/*.pl ${worksrcpath}/docs/*.pl] {
+        reinplace -locale C &quot;s%^#!.*perl%#!${prefix}/bin/perl5.12%&quot; ${item}
+    }
+    foreach item [glob ${worksrcpath}/*.pl ${worksrcpath}/contrib/*.pl \
+                       ${worksrcpath}/Bugzilla/*.pm ${worksrcpath}/docs/html/*.html \
+                       ${worksrcpath}/docs/txt/*.txt ${worksrcpath}/docs/xml/*.xml] {
+        reinplace -locale C &quot;s%/usr/lib/sendmail%/usr/sbin/sendmail%g&quot; ${item}
+    }
</ins><span class="cx"> }
</span><span class="cx"> 
</span><del>-configure.cmd                ./checksetup.pl
-configure.pre_args        --check-modules
</del><ins>+configure.cmd       ./checksetup.pl
+configure.pre_args  --check-modules
</ins><span class="cx"> 
</span><del>-build.cmd                ./checksetup.pl
</del><ins>+build.cmd           ./checksetup.pl
</ins><span class="cx"> build.target
</span><span class="cx"> 
</span><span class="cx"> destroot {
</span><del>-        # Warn user if not running as root
-        if {[geteuid] != 0} {
-                ui_msg &quot;-----------------------------------------------------------&quot;
-                ui_msg &quot;Note that you are not running as root, so files installed&quot;
-                ui_msg &quot;by this port will not end up with proper ownership and&quot;
-                ui_msg &quot;likely not work correctly with Apache.&quot;
-                ui_msg &quot;-----------------------------------------------------------&quot;
-        }
</del><ins>+    # Warn user if not running as root
+    if {[geteuid] != 0} {
+        ui_msg &quot;-----------------------------------------------------------&quot;
+        ui_msg &quot;Note that you are not running as root, so files installed&quot;
+        ui_msg &quot;by this port will not end up with proper ownership and&quot;
+        ui_msg &quot;likely not work correctly with Apache.&quot;
+        ui_msg &quot;-----------------------------------------------------------&quot;
+    }
</ins><span class="cx"> 
</span><del>-        set wwwRoot &quot;${prefix}/www&quot;
-        xinstall -d -m 0755 ${destroot}${wwwRoot}
-        ui_info &quot;copying ${worksrcpath}\n     to ${destroot}${wwwRoot}/${name}&quot;
-        system &quot;cp -R ${worksrcpath}/. ${destroot}${wwwRoot}/${name}&quot;
-        # Fix owner and group on installed data
-        if {[geteuid] == 0} {
-                foreach item [exec find ${destroot}${wwwRoot}/${name} -type f] {
-                        file attributes ${item} -permissions go+r -owner www -group www
-                }
-                foreach item [exec find ${destroot}${wwwRoot}/${name} -type d] {
-                        file attributes ${item} -permissions go+rx -owner www -group www
-                }
-        } else {
-                foreach item [exec find ${destroot}${wwwRoot}/${name} -type f] {
-                        file attributes ${item} -permissions go+r
-                }
-                foreach item [exec find ${destroot}${wwwRoot}/${name} -type d] {
-                        file attributes ${item} -permissions go+rx
-                }
-        }
</del><ins>+    set wwwRoot &quot;${prefix}/www&quot;
+    xinstall -d -m 0755 ${destroot}${wwwRoot}
+    ui_info &quot;copying ${worksrcpath}\n     to ${destroot}${wwwRoot}/${name}&quot;
+    system &quot;cp -R ${worksrcpath}/. ${destroot}${wwwRoot}/${name}&quot;
+    # Fix owner and group on installed data
+    if {[geteuid] == 0} {
+        foreach item [exec find ${destroot}${wwwRoot}/${name} -type f] {
+            file attributes ${item} -permissions go+r -owner www -group www
+        }
+        foreach item [exec find ${destroot}${wwwRoot}/${name} -type d] {
+            file attributes ${item} -permissions go+rx -owner www -group www
+        }
+    } else {
+        foreach item [exec find ${destroot}${wwwRoot}/${name} -type f] {
+            file attributes ${item} -permissions go+r
+        }
+        foreach item [exec find ${destroot}${wwwRoot}/${name} -type d] {
+            file attributes ${item} -permissions go+rx
+        }
+    }
</ins><span class="cx"> 
</span><del>-        set docPath &quot;${prefix}/share/doc/${name}&quot;
-        xinstall -d -m 0755 ${destroot}${docPath}
-        xinstall -m 0644 \
-                ${worksrcpath}/README ${worksrcpath}/QUICKSTART \
-                ${worksrcpath}/UPGRADING \
-                ${worksrcpath}/UPGRADING-pre-2.8 \
-                ${destroot}${docPath}/
-        ui_info &quot;copying docs\n     to ${destroot}${docPath}/guide&quot;
-        system &quot;cp -R ${worksrcpath}/docs ${destroot}${docPath}/guide&quot;
-        foreach item [exec find ${destroot}${docPath}/guide -type f] {
-                file attributes ${item} -permissions go+r
-        }
-        foreach item [exec find ${destroot}${docPath}/guide -type d] {
-                file attributes ${item} -permissions go+rx
-        }
</del><ins>+    set docPath &quot;${prefix}/share/doc/${name}&quot;
+    xinstall -d -m 0755 ${destroot}${docPath}
+    xinstall -m 0644 \
+        ${worksrcpath}/README ${worksrcpath}/QUICKSTART \
+        ${worksrcpath}/UPGRADING \
+        ${worksrcpath}/UPGRADING-pre-2.8 \
+        ${destroot}${docPath}/
+    ui_info &quot;copying docs\n     to ${destroot}${docPath}/guide&quot;
+    system &quot;cp -R ${worksrcpath}/docs ${destroot}${docPath}/guide&quot;
+    foreach item [exec find ${destroot}${docPath}/guide -type f] {
+        file attributes ${item} -permissions go+r
+    }
+    foreach item [exec find ${destroot}${docPath}/guide -type d] {
+        file attributes ${item} -permissions go+rx
+    }
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> notes &quot;
</span></span></pre>
</div>
</div>

</body>
</html>