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

macsforever2000 at macports.org macsforever2000 at macports.org
Tue Aug 28 07:46:30 PDT 2012


Revision: 97162
          https://trac.macports.org/changeset/97162
Author:   macsforever2000 at macports.org
Date:     2012-08-28 07:46:30 -0700 (Tue, 28 Aug 2012)
Log Message:
-----------
bacula: Update to version 5.2.10. Fix build on Mountain Lion.

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

Modified: trunk/dports/sysutils/bacula/Portfile
===================================================================
--- trunk/dports/sysutils/bacula/Portfile	2012-08-28 14:37:28 UTC (rev 97161)
+++ trunk/dports/sysutils/bacula/Portfile	2012-08-28 14:46:30 UTC (rev 97162)
@@ -4,8 +4,7 @@
 PortSystem 1.0
 
 name             bacula
-version          5.0.3
-revision         2
+version          5.2.10
 categories       sysutils
 platforms        darwin
 license          GPL
@@ -19,23 +18,24 @@
 homepage         http://www.bacula.org/
 master_sites     sourceforge
 
-checksums           md5     9de254ae39cab0587fdb2f5d8d90b03b \
-                    sha1    4ced1c4f8984a063a1134b59968d163243017611 \
-                    rmd160  0ae8f303b379daffdf09e4eab9b35182759add41
+checksums           sha256  51f311e6c51d6c9575ca458cd63198c6984eeaaff4ce6f334ff82bc999b8b360 \
+                    rmd160  6e3229d3ed1cf1dde8669617b1577f8d94cf96c8
 
 depends_lib      port:gawk \
-                 port:zlib \
+                 port:gettext \
+                 port:libiconv \
+                 port:ncurses \
                  port:openssl \
-                 port:libiconv \
-                 port:gettext \
-                 port:ncurses
+                 port:tcp_wrappers \
+                 port:zlib
 
-patchfiles       patch-configure.diff \
-                 patch-base64-typecast.diff
+# Comment out patchfiles in case they are needed in the future or for the non-client version which is completely untested at this point
+#patchfiles       patch-configure.diff \
+#                 patch-base64-typecast.diff
 
-post-patch {
-                 reinplace "s|@@PREFIX@@|${prefix}|g" ${worksrcpath}/configure
-}
+#post-patch {
+#                 reinplace "s|@@PREFIX@@|${prefix}|g" ${worksrcpath}/configure
+#}
 
 configure.ccache no
 configure.args   --mandir=${prefix}/share/man \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120828/25c2eb37/attachment-0001.html>


More information about the macports-changes mailing list