[26093] trunk/dports/www/phpmyadmin/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Tue Jun 12 02:55:12 PDT 2007


Revision: 26093
          http://trac.macosforge.org/projects/macports/changeset/26093
Author:   ryandesign at macports.org
Date:     2007-06-12 02:55:11 -0700 (Tue, 12 Jun 2007)

Log Message:
-----------
phpmyadmin: don't depend on apache2, and remove apache variant.

phpmyadmin does not require apache; it merely requires some web server
that can serve php files. lighttpd with fastcgi, for example, would work
just as well.

Modified Paths:
--------------
    trunk/dports/www/phpmyadmin/Portfile

Modified: trunk/dports/www/phpmyadmin/Portfile
===================================================================
--- trunk/dports/www/phpmyadmin/Portfile	2007-06-12 09:49:32 UTC (rev 26092)
+++ trunk/dports/www/phpmyadmin/Portfile	2007-06-12 09:55:11 UTC (rev 26093)
@@ -20,13 +20,8 @@
 checksums		md5 87ee2e17c9381e969c8f740242220e29
 platforms		darwin freebsd
 
-depends_lib	port:mysql5 port:php5 port:apache2
+depends_lib	port:mysql5 port:php5
 
-variant apache {
-	depends_lib-append	port:apache
-	depends_lib-delete	port:apache2
-}
-
 variant php4 {
 	depends_lib-append 	port:php4
 	depends_lib-delete	port:php5

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070612/20034a05/attachment.html


More information about the macports-changes mailing list