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

larryv at macports.org larryv at macports.org
Mon Dec 14 10:16:01 PST 2015


Revision: 143531
          https://trac.macports.org/changeset/143531
Author:   larryv at macports.org
Date:     2015-12-14 10:16:01 -0800 (Mon, 14 Dec 2015)
Log Message:
-----------
cvs: Rearrange and reformat

I really can't believe I'm doing this.

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

Modified: trunk/dports/devel/cvs/Portfile
===================================================================
--- trunk/dports/devel/cvs/Portfile	2015-12-14 17:42:31 UTC (rev 143530)
+++ trunk/dports/devel/cvs/Portfile	2015-12-14 18:16:01 UTC (rev 143531)
@@ -9,29 +9,30 @@
 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.
+homepage            http://www.nongnu.org/cvs
 
-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
+master_sites        http://ftp.gnu.org/non-gnu/cvs/source/stable/${version}
 use_bzip2           yes
-
 checksums           rmd160  ff8c5c6777f1c12ee9134a3cf59e00c2ebaad279 \
                     sha256  400f51b59d85116e79b844f2d5dbbad4759442a789b401a94aa5052c3d7a4aa9
 
 depends_lib         port:libcomerr \
                     port:kerberos5 \
                     path:lib/libssl.dylib:openssl
+installs_libs       no
 
 # 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 \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151214/fbb11a6b/attachment.html>


More information about the macports-changes mailing list