[59864] trunk/dports/sysutils/bacula/Portfile
macsforever2000 at macports.org
macsforever2000 at macports.org
Sat Oct 24 19:16:27 PDT 2009
Revision: 59864
http://trac.macports.org/changeset/59864
Author: macsforever2000 at macports.org
Date: 2009-10-24 19:16:24 -0700 (Sat, 24 Oct 2009)
Log Message:
-----------
Update to version 3.0.3. Add livecheck. Remove now un-needed patch for snow leopard. Patch not deleted until I can test it though.
Modified Paths:
--------------
trunk/dports/sysutils/bacula/Portfile
Modified: trunk/dports/sysutils/bacula/Portfile
===================================================================
--- trunk/dports/sysutils/bacula/Portfile 2009-10-25 01:57:04 UTC (rev 59863)
+++ trunk/dports/sysutils/bacula/Portfile 2009-10-25 02:16:24 UTC (rev 59864)
@@ -4,8 +4,7 @@
PortSystem 1.0
name bacula
-version 3.0.2
-revision 6
+version 3.0.3
categories sysutils
platforms darwin
license GPL
@@ -19,9 +18,9 @@
homepage http://www.bacula.org/
master_sites sourceforge
-checksums md5 52f4bc25d8988dffcff429bb5e1ee81b \
- sha1 a397d953a51a88206f7613626265c60bdf77198e \
- rmd160 e21ca4296a439a2ba804cb3b2fc0e2e2996f41b1
+checksums md5 feba58691b674b12056359d459ad6940 \
+ sha1 b4f7f7b2eb9afa805e1bae110be6bc6e9861c506 \
+ rmd160 843cca6290b2780ccc37a211f94106a4a74e953f
depends_build port:gawk
depends_lib port:zlib \
@@ -76,11 +75,6 @@
startupitem.start "\[ -x \${BIN} \] && \${BIN} -c ${prefix}/etc/bacula/bacula-fd.conf"
startupitem.stop "\[ -r \${PID} \] && /bin/kill \$(cat \${PID})"
-platform darwin 10 {
- # This patch can be removed for version 3.0.3.
- patchfiles-append patch-3.0.2-mac-path-len.diff
-}
-
variant client_only conflicts mysql4 mysql5 postgresql83 sqlite2 sqlite3 description "Install bacula client (bacula-fd) only" {
configure.args-append --enable-client-only
}
@@ -119,3 +113,7 @@
if {![variant_isset mysql4] && ![variant_isset mysql5] && ![variant_isset postgresql83] && ![variant_isset sqlite2] && ![variant_isset sqlite3]} {
default_variants +client_only
}
+
+livecheck.type regex
+livecheck.url ${homepage}en/?page=downloads
+livecheck.regex bacula-(\[0-9.\]\\.\[0-9.\]\\.\[0-9.\]).tar.gz
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091024/e6e6e02c/attachment.html>
More information about the macports-changes
mailing list