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

landonf at macports.org landonf at macports.org
Thu Sep 16 12:06:08 PDT 2010


Revision: 71552
          http://trac.macports.org/changeset/71552
Author:   landonf at macports.org
Date:     2010-09-16 12:06:07 -0700 (Thu, 16 Sep 2010)
Log Message:
-----------
Update to 3.0.1. Resolves issue #26493

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

Modified: trunk/dports/devel/ccache/Portfile
===================================================================
--- trunk/dports/devel/ccache/Portfile	2010-09-16 18:54:27 UTC (rev 71551)
+++ trunk/dports/devel/ccache/Portfile	2010-09-16 19:06:07 UTC (rev 71552)
@@ -3,8 +3,7 @@
 PortSystem      1.0
 
 name            ccache
-version         2.4
-revision        4
+version         3.0.1
 categories      devel
 maintainers     landonf openmaintainer
 description     object-file caching compiler wrapper
@@ -19,9 +18,9 @@
 platforms       darwin freebsd
 master_sites    http://samba.org/ftp/ccache/
 
-checksums       md5 73c1ed1e767c1752dd0f548ec1e66ce7 \
-                sha1 9833ec13de9b90d5409e60d679ac681115ef465e \
-                rmd160 43a0647c7faf659121a53a92ec45d245b8140124
+checksums       md5     15f2449899d9e8dc3aff6b86f97ab63e \
+                sha1    eaeabbcda7be97bbe5b7207523b7ed146264b713 \
+                rmd160  2f2bda605a9b5c2a5b382122f185859d4edeb318
 
 post-patch {
     set config [open ${worksrcpath}/config.h.in a]
@@ -45,11 +44,6 @@
     } {
         ln -sf ${prefix}/bin/ccache ${destroot}${symlinks_dir}/${bin}
     }
-
-    set docdir ${prefix}/share/doc/${name}-${version}
-    xinstall -d ${destroot}${docdir}/html
-    xinstall -m 0644 -W ${worksrcpath} COPYING README ${destroot}${docdir}
-    eval xinstall -m 0644 [glob ${worksrcpath}/web/*.html] ${destroot}${docdir}/html
 }
 
 notes "The ccache symlinks are installed in ${symlinks_dir}"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100916/74fd0b6e/attachment.html>


More information about the macports-changes mailing list