[56483] trunk/dports/sysutils/bacula/Portfile

macsforever2000 at macports.org macsforever2000 at macports.org
Fri Aug 28 08:59:41 PDT 2009


Revision: 56483
          http://trac.macports.org/changeset/56483
Author:   macsforever2000 at macports.org
Date:     2009-08-28 08:59:40 -0700 (Fri, 28 Aug 2009)
Log Message:
-----------
Update to version 3.0.2. Add license field. Allow mysql5-devel to satisfy mysql5 dependency.

Modified Paths:
--------------
    trunk/dports/sysutils/bacula/Portfile

Modified: trunk/dports/sysutils/bacula/Portfile
===================================================================
--- trunk/dports/sysutils/bacula/Portfile	2009-08-28 15:53:50 UTC (rev 56482)
+++ trunk/dports/sysutils/bacula/Portfile	2009-08-28 15:59:40 UTC (rev 56483)
@@ -4,9 +4,10 @@
 PortSystem 1.0
 
 name             bacula
-version          3.0.1
+version          3.0.2
 categories       sysutils
 platforms        darwin
+license          GPL
 maintainers      macsforever2000
 
 description      network based backup program
@@ -17,9 +18,9 @@
 homepage         http://www.bacula.org/
 master_sites     sourceforge
 
-checksums        md5    173ef4d07ff10dfdbcc1142d8be21f17 \
-                 sha1   073d3d9458b51b928c0b5f8cf830c94362366c9a \
-                 rmd160 8f23238a7475fb1d3371e583d43fbd6f49efc113
+checksums        md5    52f4bc25d8988dffcff429bb5e1ee81b \
+                 sha1   a397d953a51a88206f7613626265c60bdf77198e \
+                 rmd160 e21ca4296a439a2ba804cb3b2fc0e2e2996f41b1
 
 depends_build    port:gawk
 depends_lib      port:zlib \
@@ -82,7 +83,7 @@
 }
 
 variant mysql5 conflicts client_only mysql4 postgresql83 sqlite2 sqlite3 description "Install bacula client and server with mysql 5 backend" {
-  depends_lib-append    port:mysql5
+  depends_lib-append    path:bin/mysql_config5:mysql5
   configure.args-append --with-mysql
   configure.args-delete --without-mysql
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090828/4184db19/attachment.html>


More information about the macports-changes mailing list