[105869] trunk/dports/devel/patchutils/Portfile

larryv at macports.org larryv at macports.org
Wed May 8 11:17:30 PDT 2013


Revision: 105869
          https://trac.macports.org/changeset/105869
Author:   larryv at macports.org
Date:     2013-05-08 11:17:30 -0700 (Wed, 08 May 2013)
Log Message:
-----------
patchutils: Add modeline; adjust whitespace.

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

Modified: trunk/dports/devel/patchutils/Portfile
===================================================================
--- trunk/dports/devel/patchutils/Portfile	2013-05-08 18:14:38 UTC (rev 105868)
+++ trunk/dports/devel/patchutils/Portfile	2013-05-08 18:17:30 UTC (rev 105869)
@@ -1,26 +1,29 @@
+# -*- 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                patchutils
-version             0.3.3
-platforms           darwin
-categories          devel
-license             GPL-2+
-maintainers         nomaintainer
-description         small collection of programs that operate on patch files
-long_description    Patchutils is a small collection of programs that \
-                    operate on  patch files.  They are the following: \
-                    interdiff, combinediff, filterdiff, fixcvsdiff, \
-                    lsdiff, splitdiff, rediff, grepdiff, recountdiff, \
-                    unwrapdiff, dehtmldiff, flipdiff, espdiff
-homepage            http://cyberelk.net/tim/${name}/
-master_sites        http://cyberelk.net/tim/data/${name}/stable/
-use_xz              yes
-checksums           rmd160  92cd118e8520eba57b32058b55ba553727fffad2 \
-                    sha256  91f4e8451b2efcac5d40c966e42c175803450f0de94c926bfecc12c90070ad3c
+name                    patchutils
+version                 0.3.3
+platforms               darwin
+categories              devel
+license                 GPL-2+
+maintainers             nomaintainer
 
-depends_lib         port:perl5.12
+description             small collection of programs that operate on patch files
+long_description        Patchutils is a small collection of programs that \
+                        operate on  patch files.  They are the following: \
+                        interdiff, combinediff, filterdiff, fixcvsdiff, \
+                        lsdiff, splitdiff, rediff, grepdiff, recountdiff, \
+                        unwrapdiff, dehtmldiff, flipdiff, espdiff
+homepage                http://cyberelk.net/tim/${name}/
 
+master_sites            http://cyberelk.net/tim/data/${name}/stable/
+use_xz                  yes
+checksums               rmd160  92cd118e8520eba57b32058b55ba553727fffad2 \
+                        sha256  91f4e8451b2efcac5d40c966e42c175803450f0de94c926bfecc12c90070ad3c
+
+depends_lib             port:perl5.12
+
 configure.env-append    PERL=${prefix}/bin/perl5.12
-configure.args      --mandir="${prefix}/share/man"
+configure.args          --mandir="${prefix}/share/man"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130508/7d9ad8d2/attachment-0001.html>


More information about the macports-changes mailing list