[127924] trunk/dports/devel/cvs/Portfile

mojca at macports.org mojca at macports.org
Fri Nov 7 07:22:00 PST 2014


Revision: 127924
          https://trac.macports.org/changeset/127924
Author:   mojca at macports.org
Date:     2014-11-07 07:22:00 -0800 (Fri, 07 Nov 2014)
Log Message:
-----------
cvs: whitespace, add sha256

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

Modified: trunk/dports/devel/cvs/Portfile
===================================================================
--- trunk/dports/devel/cvs/Portfile	2014-11-07 15:07:02 UTC (rev 127923)
+++ trunk/dports/devel/cvs/Portfile	2014-11-07 15:22:00 UTC (rev 127924)
@@ -1,42 +1,41 @@
 # -*- 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
+PortSystem          1.0
 
-name            cvs
-version         1.11.23
-revision        1
-categories      devel net
-platforms       darwin
-license         GPL-2+
-installs_libs   no
-maintainers     nomaintainer
-description     Concurrent Versions System
+name                cvs
+version             1.11.23
+revision            1
+categories          devel net
+platforms           darwin
+license             GPL-2+
+installs_libs       no
+maintainers         nomaintainer
+description         Concurrent Versions System
 
-long_description \
-    CVS is the Concurrent Versions System, the dominant open-source network-transparent version control \
-    system. CVS is useful for everyone from individual developers to large, distributed teams.
+long_description    CVS is the Concurrent Versions System, the dominant open-source \
+                    network-transparent version control system. \
+                    CVS is useful for everyone from individual developers to large, distributed teams.
 
-homepage        http://www.nongnu.org/cvs/
-master_sites    http://ftp.gnu.org/non-gnu/cvs/source/stable/$version
-use_bzip2       yes
+homepage            http://www.nongnu.org/cvs/
+master_sites        http://ftp.gnu.org/non-gnu/cvs/source/stable/$version
+use_bzip2           yes
 
-checksums       md5     0213ea514e231559d6ff8f80a34117f0 \
-                sha1    a51c531eebaff2dfdcc0fb6d94c8c6e509e06d7d \
-                rmd160  ff8c5c6777f1c12ee9134a3cf59e00c2ebaad279
+checksums           rmd160  ff8c5c6777f1c12ee9134a3cf59e00c2ebaad279 \
+                    sha256  400f51b59d85116e79b844f2d5dbbad4759442a789b401a94aa5052c3d7a4aa9
 
-depends_lib     port:libcomerr \
-                port:kerberos5 \
-                port:openssl
+depends_lib         port:libcomerr \
+                    port:kerberos5 \
+                    port:openssl
 
 # Lion provides a POSIX getline; rename the one in the source to use
 # the OS-provided one instead, and avoid conflict on name
 if {${os.platform} eq "darwin" && ${os.major} >= 11} {
-    patchfiles-append      patch-getline
+    patchfiles-append       patch-getline
 }
 
-configure.args  --infodir=${prefix}/share/info \
-                --mandir=${prefix}/share/man
+configure.args      --infodir=${prefix}/share/info \
+                    --mandir=${prefix}/share/man
 
 variant gssapi {
     configure.args-append   --enable-encryption \
@@ -44,9 +43,9 @@
 }
 
 variant proxy {
-    patchfiles-append   patch-cvs-proxy
+    patchfiles-append       patch-cvs-proxy
 }
 
-livecheck.type  regex
-livecheck.url   http://savannah.nongnu.org/projects/cvs/
-livecheck.regex Stable CVS Version (\[0-9.\]+) Released!
+livecheck.type      regex
+livecheck.url       http://savannah.nongnu.org/projects/cvs/
+livecheck.regex     Stable CVS Version (\[0-9.\]+) Released!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141107/915ec601/attachment-0001.html>


More information about the macports-changes mailing list