[103320] trunk/dports/sysutils/bacula/Portfile
Revision: 103320 https://trac.macports.org/changeset/103320 Author: macsforever2000@macports.org Date: 2013-02-21 09:17:11 -0800 (Thu, 21 Feb 2013) Log Message: ----------- bacula: Fix license. Add +console_bat to default variants. Modified Paths: -------------- trunk/dports/sysutils/bacula/Portfile Modified: trunk/dports/sysutils/bacula/Portfile =================================================================== --- trunk/dports/sysutils/bacula/Portfile 2013-02-21 14:55:30 UTC (rev 103319) +++ trunk/dports/sysutils/bacula/Portfile 2013-02-21 17:17:11 UTC (rev 103320) @@ -7,7 +7,7 @@ version 5.2.13 categories sysutils platforms darwin -license FDL GPL-2 LGPL +license {AGPL-3 OpenSSLException} maintainers macsforever2000 googlemail.com:robertoschwald description network based backup program @@ -58,7 +58,7 @@ --disable-gnome \ --disable-wx-console \ --disable-tray-monitor \ - --with-tcp-wrappers + --with-tcp-wrappers configure.cppflags-append -I${prefix}/ncurses configure.ldflags "" @@ -132,8 +132,10 @@ configure.args-delete --without-sqlite3 } +default_variants +console_bat + if {![variant_isset mysql5] && ![variant_isset postgresql83] && ![variant_isset postgresql84] && ![variant_isset sqlite2] && ![variant_isset sqlite3]} { - default_variants +client_only + default_variants-append +client_only } livecheck.type regex
participants (1)
-
macsforever2000@macports.org