[93945] trunk/dports/graphics/libgeotiff/Portfile

stromnov at macports.org stromnov at macports.org
Mon Jun 4 12:16:59 PDT 2012


Revision: 93945
          https://trac.macports.org/changeset/93945
Author:   stromnov at macports.org
Date:     2012-06-04 12:16:58 -0700 (Mon, 04 Jun 2012)
Log Message:
-----------
libgeotiff: fix whitespaces

Modified Paths:
--------------
    trunk/dports/graphics/libgeotiff/Portfile

Modified: trunk/dports/graphics/libgeotiff/Portfile
===================================================================
--- trunk/dports/graphics/libgeotiff/Portfile	2012-06-04 19:16:39 UTC (rev 93944)
+++ trunk/dports/graphics/libgeotiff/Portfile	2012-06-04 19:16:58 UTC (rev 93945)
@@ -1,39 +1,43 @@
 # -*- 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                    libgeotiff
-version                 1.3.0
-categories              graphics
-license                 X11
-platforms               darwin
-maintainers             nomaintainer
-homepage                http://geotiff.osgeo.org/
-master_sites            ftp://ftp.remotesensing.org/pub/geotiff/libgeotiff/
+name                libgeotiff
+version             1.3.0
+revision            0
+categories          graphics
+license             X11
+platforms           darwin
 
-description             Library and tools for dealing with GeoTIFF
+maintainers         nomaintainer
 
-long_description        This software provides support for the Tag Image File \
-                        Format (TIFF) Geo extensions.
+description         Library and tools for dealing with GeoTIFF
 
+long_description    This software provides support for the Tag Image File \
+                    Format (TIFF) Geo extensions.
+
+homepage            http://geotiff.osgeo.org/
+master_sites        ftp://ftp.remotesensing.org/pub/geotiff/libgeotiff/
+
 checksums           md5     6ac3c22e44711e9a3add9044e40b9527 \
                     sha1    b8cde5014cf82fe4683fa35fc81a5ea8d64b940f \
                     rmd160  845a2bba9b8b6204d86895f7580e3ae9f3b8ed67
 
-depends_lib             port:tiff port:proj port:zlib port:jpeg
+depends_lib         port:tiff port:proj port:zlib port:jpeg
 
 post-patch {
     reinplace "s|epsg_csv|${name}/epsg_csv|" ${worksrcpath}/Makefile.in
 }
 
-configure.args          --with-zip=${prefix} \
-                        --with-jpeg=${prefix} \
-                        --with-proj=${prefix} \
-                        --enable-incode-epsg
+configure.args-append   \
+                    --with-zip=${prefix} \
+                    --with-jpeg=${prefix} \
+                    --with-proj=${prefix} \
+                    --enable-incode-epsg
 
-use_parallel_build      no
+use_parallel_build  no
 
-livecheck.type          regex
-livecheck.url           [lindex ${master_sites} 0]
-livecheck.regex         ${name}-(\[0-9.\]+)\\.tar
+livecheck.type      regex
+livecheck.url       [lindex ${master_sites} 0]
+livecheck.regex     ${name}-(\[0-9.\]+)\\.tar
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120604/44bc7481/attachment.html>


More information about the macports-changes mailing list