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

macsforever2000 at macports.org macsforever2000 at macports.org
Wed Oct 24 15:49:05 PDT 2012


Revision: 99042
          http://trac.macports.org//changeset/99042
Author:   macsforever2000 at macports.org
Date:     2012-10-24 15:49:05 -0700 (Wed, 24 Oct 2012)
Log Message:
-----------
bacula: Update to version 5.2.12. Fix livecheck.

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

Modified: trunk/dports/sysutils/bacula/Portfile
===================================================================
--- trunk/dports/sysutils/bacula/Portfile	2012-10-24 22:36:21 UTC (rev 99041)
+++ trunk/dports/sysutils/bacula/Portfile	2012-10-24 22:49:05 UTC (rev 99042)
@@ -1,25 +1,25 @@
 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
-PortSystem 1.0
+PortSystem       1.0
 
 name             bacula
-version          5.2.10
+version          5.2.12
 categories       sysutils
 platforms        darwin
 license          GPL
 maintainers      macsforever2000
 
 description      network based backup program
-long_description "Bacula is a set of computer programs that permit you to \
+long_description Bacula is a set of computer programs that permit you to \
                  manage backup, recovery, and verification of computer data across \
-                 a network of computers of different kinds."
+                 a network of computers of different kinds.
 
 homepage         http://www.bacula.org/
 master_sites     sourceforge
 
-checksums           sha256  51f311e6c51d6c9575ca458cd63198c6984eeaaff4ce6f334ff82bc999b8b360 \
-                    rmd160  6e3229d3ed1cf1dde8669617b1577f8d94cf96c8
+checksums        rmd160  dd5b9f457a524acd9cdbbe0c4842670c4ee5bd5a \
+                 sha256  360435634e28881b3fedb0dc1901b9c9be1895ce1e39c9737262b25f44513887
 
 depends_lib      port:gawk \
                  port:gettext \
@@ -124,5 +124,5 @@
 }
 
 livecheck.type          regex
-livecheck.url           ${homepage}en/?page=downloads
-livecheck.regex         bacula-(\[0-9.\]\\.\[0-9.\]\\.\[0-9.\]).tar.gz
+livecheck.url           http://sourceforge.net/projects/bacula/files/
+livecheck.regex         {bacula-([0-9\.]+)\.tar\.gz}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121024/df60fc2f/attachment.html>


More information about the macports-changes mailing list