[19454] trunk/dports/devel/bugzilla

source_changes at macosforge.org source_changes at macosforge.org
Fri Sep 8 06:00:24 PDT 2006


Revision: 19454
Author:   yeled at macports.org
Date:     2006-09-08 06:00:22 -0700 (Fri, 08 Sep 2006)

Log Message:
-----------
closes #10662
update to latest (didnt test)

Modified Paths:
--------------
    trunk/dports/devel/bugzilla/Portfile
    trunk/dports/devel/bugzilla/files/patch-checksetup.pl

Modified: trunk/dports/devel/bugzilla/Portfile
===================================================================
--- trunk/dports/devel/bugzilla/Portfile	2006-09-08 12:56:44 UTC (rev 19453)
+++ trunk/dports/devel/bugzilla/Portfile	2006-09-08 13:00:22 UTC (rev 19454)
@@ -2,7 +2,7 @@
 PortSystem		1.0
 
 name			bugzilla
-version			2.21.1
+version			2.22
 categories		devel www databases
 maintainers		darwinports at opendarwin.org
 description		popular and extensive bug-tracking system
@@ -19,10 +19,10 @@
 homepage		http://www.bugzilla.org/
 master_sites	http://ftp.mozilla.org/pub/mozilla.org/webtools/ \
 				ftp://ftp.mozilla.org/pub/mozilla.org/webtools/
-checksums		md5 469f1f79ff670115cc7cdeb9543ab77c
+checksums		md5 bbf2f1ec5607978d39855df104231973
 
-depends_lib		bin:httpd:apache2 \
-				lib:libmysqlclient:mysql4 \
+depends_lib		port:apache2 \
+				port:mysql4 \
 				port:perl5.8 \
 				port:p5-appconfig \
 				port:p5-timedate \
@@ -36,7 +36,12 @@
 				port:p5-chart \
 				port:p5-template-toolkit \
 				port:p5-mime-tools \
-				bin:interdiff:patchutils
+				port:patchutils \
+                port:p5-cgi \ 
+                port:p5-perl-ldap \ 
+                port:p5-patchreader \ 
+                port:p5-xml-twig \ 
+                port:p5-perlmagick 
 
 patchfiles		patch-checksetup.pl
 post-patch {

Modified: trunk/dports/devel/bugzilla/files/patch-checksetup.pl
===================================================================
--- trunk/dports/devel/bugzilla/files/patch-checksetup.pl	2006-09-08 12:56:44 UTC (rev 19453)
+++ trunk/dports/devel/bugzilla/files/patch-checksetup.pl	2006-09-08 13:00:22 UTC (rev 19454)
@@ -1,16 +1,7 @@
---- checksetup.pl	2005-09-27 19:16:55.000000000 +0200
-+++ checksetup.pl	2005-10-11 13:55:12.000000000 +0200
-@@ -442,7 +442,7 @@
-         }
-     }
-     print "\n";
--    exit;
-+    exit 1;
- }
+--- orig-checksetup.pl	2006-09-06 11:44:36.000000000 -0400
++++ checksetup.pl	2006-09-06 15:05:45.000000000 -0400
+@@ -664,7 +664,7 @@
  
- }
-@@ -661,7 +661,7 @@
- 
  my $webservergroup_default;
  if ($^O !~ /MSWin32/i) {
 -    $webservergroup_default = 'apache';

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20060908/854fe806/attachment.html


More information about the macports-changes mailing list