[69410] trunk/dports/fuse/encfs/Portfile

dports at macports.org dports at macports.org
Sun Jul 4 12:11:49 PDT 2010


Revision: 69410
          http://trac.macports.org/changeset/69410
Author:   dports at macports.org
Date:     2010-07-04 12:11:45 -0700 (Sun, 04 Jul 2010)
Log Message:
-----------
encfs: update to v1.6.0 (#25427)
* use three-part version number
* new maintainer

Modified Paths:
--------------
    trunk/dports/fuse/encfs/Portfile

Modified: trunk/dports/fuse/encfs/Portfile
===================================================================
--- trunk/dports/fuse/encfs/Portfile	2010-07-04 14:40:40 UTC (rev 69409)
+++ trunk/dports/fuse/encfs/Portfile	2010-07-04 19:11:45 UTC (rev 69410)
@@ -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,9 +4,10 @@
 
 name                encfs
-version             1.5
-revision            1
+version             1.6.0
+set branch          [join [lrange [split ${version} .] 0 1] .]
+
 categories          fuse
 platforms           darwin
-maintainers         nomaintainer
+maintainers         gmail.com:Markus.Ueberall
 description         An encrypted pass-through FUSE filesystem
 
@@ -19,12 +21,13 @@
 
 homepage            http://www.arg0.net/encfs
 
-distname            ${name}-${version}-2
+distname            ${name}-${branch}-1
 master_sites        googlecode
 extract.suffix      .tgz
-worksrcdir          ${name}-${version}
-checksums           md5 b07008545545b4a57cf2bf65f08a14ad \
-                    sha1 7fe225855645d98a33bf9f5fe64ac508fdb75257
+worksrcdir          ${name}-${branch}
+checksums           md5  db99570557cf432cca088748944fb74a \
+                    sha1 584128305764d794ea7644d033aa1247eff66b08 \
+                    rmd160 5503afc03e79f94db03c657c36df3a7118f34789
 
 depends_build       path:bin/pkg-config:pkgconfig
 depends_lib         port:rlog port:openssl port:macfuse port:gettext port:boost
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100704/192b89c2/attachment.html>


More information about the macports-changes mailing list