[107971] trunk/dports/genealogy/gramps/Portfile

devans at macports.org devans at macports.org
Tue Jul 9 20:16:43 PDT 2013


Revision: 107971
          https://trac.macports.org/changeset/107971
Author:   devans at macports.org
Date:     2013-07-09 20:16:43 -0700 (Tue, 09 Jul 2013)
Log Message:
-----------
gramps: whitespace only.

Modified Paths:
--------------
    trunk/dports/genealogy/gramps/Portfile

Modified: trunk/dports/genealogy/gramps/Portfile
===================================================================
--- trunk/dports/genealogy/gramps/Portfile	2013-07-10 03:11:15 UTC (rev 107970)
+++ trunk/dports/genealogy/gramps/Portfile	2013-07-10 03:16:43 UTC (rev 107971)
@@ -1,63 +1,63 @@
 # -*- 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                            gramps
-version                         3.4.5
-license                         GPL-2
-categories                      genealogy python
-platforms                       darwin
-supported_archs                 noarch
-maintainers                     devans openmaintainer
+name                    gramps
+version                 3.4.5
+license                 GPL-2
+categories              genealogy python
+platforms               darwin
+supported_archs         noarch
+maintainers             devans openmaintainer
            
-description                     GRAMPS is a genealogy program
+description             GRAMPS is a genealogy program
 
-long_description                GRAMPS is a genealogy program to store, edit, \
-                                and research genealogical data.  It provides \
-                                advanced capabilities for research, analysis, and \
-                                correlation to potentially fill relationship gaps.
+long_description        GRAMPS is a genealogy program to store, edit, \
+                        and research genealogical data.  It provides \
+                        advanced capabilities for research, analysis, and \
+                        correlation to potentially fill relationship gaps.
 
-homepage                        http://www.gramps-project.org/
-master_sites                    sourceforge:gramps
+homepage                http://www.gramps-project.org/
+master_sites            sourceforge:gramps
 
-checksums                       rmd160  5bc900a35d5ced084e7cdcc32504e0eea835b3b9 \
-                                sha256  940b665a2e0dadf7ee310bdd1a1033c20816c856df8a7d6c4e0850a60471dbc7
+checksums               rmd160  5bc900a35d5ced084e7cdcc32504e0eea835b3b9 \
+                        sha256  940b665a2e0dadf7ee310bdd1a1033c20816c856df8a7d6c4e0850a60471dbc7
 
-patchfiles                      patch-configure.diff
+patchfiles              patch-configure.diff
 
-configure.args                  --disable-mime-install
+configure.args          --disable-mime-install
 
-depends_build                   port:pkgconfig \
-                                port:intltool \
-                                port:gnome-doc-utils \
-                                port:shared-mime-info
+depends_build           port:pkgconfig \
+                        port:intltool \
+                        port:gnome-doc-utils \
+                        port:shared-mime-info
 
 # librsvg is required at least for icons in dialogs
 
-depends_lib                     port:librsvg \
-                                port:aspell-dict-en
+depends_lib             port:librsvg \
+                        port:aspell-dict-en
 
 variant python26 conflicts python27 description {Use python 2.6} {
-    depends_lib-append        port:py26-gtkspell \
-                              port:py26-enchant \
-                              port:py26-webkitgtk \
-                              port:py26-osmgpsmap \
-                              port:py26-exiv2 \
-                              port:py26-pil \
-                              port:py26-pyicu
-    configure.python          ${prefix}/bin/python2.6
+    depends_lib-append  port:py26-gtkspell \
+                        port:py26-enchant \
+                        port:py26-webkitgtk \
+                        port:py26-osmgpsmap \
+                        port:py26-exiv2 \
+                        port:py26-pil \
+                        port:py26-pyicu
+    configure.python    ${prefix}/bin/python2.6
 }
 
 variant python27 conflicts python26 description {Use python 2.7} {
-    depends_lib-append        port:py27-gtkspell \
-                              port:py27-enchant \
-                              port:py27-webkitgtk \
-                              port:py27-osmgpsmap \
-                              port:py27-exiv2 \
-                              port:py27-pil \
-                              port:py27-pyicu
-    configure.python          ${prefix}/bin/python2.7
+    depends_lib-append  port:py27-gtkspell \
+                        port:py27-enchant \
+                        port:py27-webkitgtk \
+                        port:py27-osmgpsmap \
+                        port:py27-exiv2 \
+                        port:py27-pil \
+                        port:py27-pyicu
+    configure.python    ${prefix}/bin/python2.7
 }
 
 if {![variant_isset python26]} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130709/ee9bbfd8/attachment-0001.html>


More information about the macports-changes mailing list