[75105] trunk/dports/devel/ccache/Portfile

stromnov at macports.org stromnov at macports.org
Sat Jan 15 12:13:51 PST 2011


Revision: 75105
          http://trac.macports.org/changeset/75105
Author:   stromnov at macports.org
Date:     2011-01-15 12:13:43 -0800 (Sat, 15 Jan 2011)
Log Message:
-----------
ccache: update to version 3.1.4 (#27956)

Modified Paths:
--------------
    trunk/dports/devel/ccache/Portfile

Modified: trunk/dports/devel/ccache/Portfile
===================================================================
--- trunk/dports/devel/ccache/Portfile	2011-01-15 20:11:53 UTC (rev 75104)
+++ trunk/dports/devel/ccache/Portfile	2011-01-15 20:13:43 UTC (rev 75105)
@@ -4,7 +4,7 @@
 PortSystem          1.0
 
 name                ccache
-version             3.1.3
+version             3.1.4
 categories          devel
 platforms           darwin freebsd
 
@@ -21,21 +21,16 @@
 homepage            http://ccache.samba.org/
 master_sites        http://samba.org/ftp/ccache/
 
-checksums           md5     b952d75e9ca37209d608ea58d84135cd \
-                    sha1    5782f7815a6eeb1a432d8e25793ad246d8ca40fa \
-                    rmd160  9167780f41c83f5bd5fde8693b8453b0dbb2f877
+checksums           md5     d43a8fbe83767978098ba7f8ee25d3d1 \
+                    sha1    caf5b3368419c36b3090b00ad2e03cd3f52f0df7 \
+                    rmd160  b2988fb7316419de9326513cc7c64100132bb6bc
 
-post-patch {
-    set config [open ${worksrcpath}/config.h.in a]
-    puts ${config} "#undef HAVE_PWD_H"
-    puts ${config} "#undef HAVE_GETPWUID"
-    close ${config}
-}
-
 configure.args      --mandir=${prefix}/share/man
 
 set symlinks_dir    ${prefix}/libexec/ccache
 
+depends_lib         port:zlib
+
 post-destroot {
     file mkdir ${destroot}${symlinks_dir}
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110115/9d059d91/attachment.html>


More information about the macports-changes mailing list