Revision: 87466 http://trac.macports.org/changeset/87466 Author: devans@macports.org Date: 2011-11-22 15:55:48 -0800 (Tue, 22 Nov 2011) Log Message: ----------- libcroco: update to version 0.6.3, add mode line. Modified Paths: -------------- trunk/dports/gnome/libcroco/Portfile Modified: trunk/dports/gnome/libcroco/Portfile =================================================================== --- trunk/dports/gnome/libcroco/Portfile 2011-11-22 23:42:53 UTC (rev 87465) +++ trunk/dports/gnome/libcroco/Portfile 2011-11-22 23:55:48 UTC (rev 87466) @@ -1,3 +1,4 @@ +# -*- 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 @@ -3,6 +4,5 @@ name libcroco -version 0.6.2 -revision 2 +version 0.6.3 license LGPL-2 set branch [join [lrange [split ${version} .] 0 1] .] @@ -20,9 +20,8 @@ master_sites gnome:sources/${name}/${branch}/ use_bzip2 yes -checksums md5 1429c597aa4b75fc610ab3a542c99209 \ - sha1 4b0dd540a47f2492b1ac7cd7e3ec63c2ef4c9c2a \ - rmd160 402daf6ef986f90998449c254822080b38e28cd7 +checksums sha1 ae162e57fc5ff6f7503b458ca76b2454f8496b05 \ + rmd160 2b0512f7e861f845163a241a6f3b4ecfda495782 depends_build port:pkgconfig
participants (1)
-
devans@macports.org