[85359] trunk/dports/www/drupal5/Portfile

jmr at macports.org jmr at macports.org
Wed Oct 12 19:12:47 PDT 2011


Revision: 85359
          http://trac.macports.org/changeset/85359
Author:   jmr at macports.org
Date:     2011-10-12 19:12:43 -0700 (Wed, 12 Oct 2011)
Log Message:
-----------
drupal5: update to 5.23, fix deps in postgresql variant (#27321)

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

Modified: trunk/dports/www/drupal5/Portfile
===================================================================
--- trunk/dports/www/drupal5/Portfile	2011-10-13 02:07:12 UTC (rev 85358)
+++ trunk/dports/www/drupal5/Portfile	2011-10-13 02:12:43 UTC (rev 85359)
@@ -3,7 +3,7 @@
 PortSystem          1.0
 
 name                drupal5
-version             5.21
+version             5.23
 categories          www php
 platforms           darwin
 maintainers         acm.org:c_dantonio
@@ -18,9 +18,9 @@
 distname            drupal-${version}
 master_sites        http://ftp.drupal.org/files/projects/ \
                     http://ftp.osuosl.org/pub/drupal/files/projects/
-checksums           md5     1efb86c2457f02cd40a976e1382d03bb \
-                    sha1    a361c7e0259f30994ff47c7f363711df2cd12793 \
-                    rmd160  e01121759dbcbe396ba0063e611519e07cce299a
+checksums           md5     562f3dde93657130d14405b99ac6a672 \
+                    sha1    9b70b5822a34d6ec9b97214675b1443c265ef481 \
+                    rmd160  3ef5e809d522efc7c91c2cfae564c3e6af3525b4
 depends_lib         port:apache2 \
                     port:php52 \
                     path:bin/mysql_config5:mysql5
@@ -42,7 +42,7 @@
 
 variant postgresql conflicts mysql4 description "use postgresql as the drupal database" {
   depends_lib-append      port:postgresql84
-  depends_lib-delete      port:mysql5
+  depends_lib-delete      path:bin/mysql_config5:mysql5
 }
 
 variant postgresql80 conflicts mysql4 postgresql81 postgresql82 postgresql83 postgresql84 description "use postgres80 as the drupal database" {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111012/6f641809/attachment-0001.html>


More information about the macports-changes mailing list