[66886] trunk/dports/net/unison/Portfile

snc at macports.org snc at macports.org
Sat Apr 24 13:17:48 PDT 2010


Revision: 66886
          http://trac.macports.org/changeset/66886
Author:   snc at macports.org
Date:     2010-04-24 13:17:47 -0700 (Sat, 24 Apr 2010)
Log Message:
-----------
update version, #22647. add modeline,livecheck. maintainer timeout

Modified Paths:
--------------
    trunk/dports/net/unison/Portfile

Modified: trunk/dports/net/unison/Portfile
===================================================================
--- trunk/dports/net/unison/Portfile	2010-04-24 20:15:16 UTC (rev 66885)
+++ trunk/dports/net/unison/Portfile	2010-04-24 20:17:47 UTC (rev 66886)
@@ -1,3 +1,4 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
 # $Id$
 
 PortSystem        1.0
@@ -2,3 +3,3 @@
 name              unison
-version           2.27.57
+version           2.32.52
 categories        net
@@ -15,8 +16,9 @@
 homepage          http://www.cis.upenn.edu/~bcpierce/unison/
 master_sites      ${homepage}/download/releases/stable/
 platforms         darwin openbsd
-checksums         md5 4ba0a3e4bf4b4ad0c063f86391371f78 \
-                  sha1 9892680d8bd3e3c50031451cc6e77eb5431768ea
+checksums           md5     0701f095c1721776a0454b94607eda48 \
+                    sha1    68ea5709de4fcc2f9aef7b01b24637503b61b5ac \
+                    rmd160  8216a2e482d5a445dd7acdb62e1bb6377e90d1a1
 patchfiles        patch-Makefile
 
 use_configure	no
@@ -46,3 +48,7 @@
 			${destroot}/Applications/MacPorts/
 	}
 }
+
+livecheck.type      regex
+livecheck.url       ${master_sites}
+livecheck.regex     {unison-(\d+(?:\.\d+)*)}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100424/f90774d3/attachment.html>


More information about the macports-changes mailing list