On 9/17/14, 12:19 AM, Lawrence Velázquez wrote:
If you have both whitespace and functional changes to make to a port, please commit the whitespace changes /before/ the functional ones, if you can at all help it. Whitespace changes render `svn blame` completely useless.

vq

Ok thanks - I wasn't aware of that.
   Kurt


On Sep 16, 2014, at 11:37 PM, [email protected] <mailto:[email protected]> wrote:

Revision
    125412 <https://trac.macports.org/changeset/125412>
Author
    [email protected] <mailto:[email protected]>
Date
    2014-09-16 20:37:19 -0700 (Tue, 16 Sep 2014)


      Log Message

py-geopy: add modeline + whitespace


      Modified Paths

  * trunk/dports/python/py-geopy/Portfile
    <x-msg://59/#trunkdportspythonpygeopyPortfile>


      Diff


        Modified: trunk/dports/python/py-geopy/Portfile (125411 =>
        125412)


--- trunk/dports/python/py-geopy/Portfile       2014-09-17 03:34:28 UTC (rev 
125411)
+++ trunk/dports/python/py-geopy/Portfile       2014-09-17 03:37:19 UTC (rev 
125412)
@@ -1,37 +1,38 @@
+# -*- 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
-PortGroup       python 1.0
+PortSystem          1.0
+PortGroup           python 1.0
-name py-geopy
-version         1.1.5
+name                py-geopy
+version             1.1.5
  categories-append   devel
-license         MIT
-platforms       darwin
-supported_archs noarch
-maintainers     landonf openmaintainer
-description     Network geocoding toolbox for Python.
+license             MIT
+platforms           darwin
+supported_archs     noarch
+maintainers         landonf openmaintainer
+description         Network geocoding toolbox for Python.
long_description \
-               geopy makes it easy for developers to locate the coordinates of 
addresses, \
-               cities, countries, and landmarks across the globe using 
third-party \
-               geocoders and other sources of data. \
-               geopy includes geocoder classes for MediaWiki (with the GIS 
extension), \
-               Semantic MediaWiki, the Google geocoder, the Yahoo! \
-               geocoder,geocoder.us  <http://geocoder.us/>, Virtual Earth, and 
GeoNames.
+    geopy makes it easy for developers to locate the coordinates of addresses, 
\
+    cities, countries, and landmarks across the globe using third-party \
+    geocoders and other sources of data. \
+    geopy includes geocoder classes for MediaWiki (with the GIS extension), \
+    Semantic MediaWiki, the Google geocoder, the Yahoo! \
+    geocoder,geocoder.us  <http://geocoder.us/>, Virtual Earth, and GeoNames.
-homepagehttps://pypi.python.org/pypi/geopy
-master_siteshttps://pypi.python.org/packages/source/g/geopy
-distname        geopy-${version}
+homepagehttps://pypi.python.org/pypi/geopy
+master_siteshttps://pypi.python.org/packages/source/g/geopy
+distname            geopy-${version}
-checksums rmd160 8bab923ca4466f3b31e8fef1d92589f6a103a259 \
-                sha256  
6fc47220beef3cc4234240623bc475456f8cbdfe8356ec0bcc6f4716195466f6
+checksums           rmd160  8bab923ca4466f3b31e8fef1d92589f6a103a259 \
+                    sha256  
6fc47220beef3cc4234240623bc475456f8cbdfe8356ec0bcc6f4716195466f6
-python.versions 24 25 26 27 31 32 33 34
+python.versions     24 25 26 27 31 32 33 34
if {${name} ne ${subport}} {
-    depends_lib-append     port:py${python.version}-simplejson \
-                           port:py${python.version}-setuptools
+    depends_lib-append      port:py${python.version}-simplejson \
+                            port:py${python.version}-setuptools
livecheck.type none _______________________________________________
macports-changes mailing list
[email protected] <mailto:[email protected]>
https://lists.macosforge.org/mailman/listinfo/macports-changes


_______________________________________________
macports-dev mailing list
[email protected]
https://lists.macosforge.org/mailman/listinfo/macports-dev

Reply via email to