From 626a8a2e06c5b4b5e4ebdca9235f77828d0be82e Mon Sep 17 00:00:00 2001
From: Robson Peixoto <robsonpeixoto@gmail.com>
Date: Wed, 19 Jun 2013 23:51:23 -0300
Subject: [PATCH 3/4] Fix style and add vim modeline

---
 Portfile | 35 ++++++++++++++++++-----------------
 1 file changed, 18 insertions(+), 17 deletions(-)

diff --git a/Portfile b/Portfile
index fb59969..49e3b1b 100644
--- a/Portfile
+++ b/Portfile
@@ -1,25 +1,26 @@
+# -*- 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		      varnish
-epoch                 20110709
-version               3.0.4
-categories	      www
-license               BSD zlib
-platforms	      darwin
-maintainers	      pmq openmaintainer
+name                varnish
+epoch               20110709
+version             3.0.4
+categories          www
+license             BSD zlib
+platforms           darwin
+maintainers         pmq openmaintainer
 
-description	      Varnish is a state-of-the-art, high-performance HTTP accelerator
-long_description      Varnish was written from the ground up to be a high \
-		      performance caching reverse proxy.
+description         Varnish is a state-of-the-art, high-performance HTTP accelerator
+long_description    Varnish was written from the ground up to be a high \
+                    performance caching reverse proxy.
 
-homepage	      http://www.varnish-cache.org
-master_sites	      http://repo.varnish-cache.org/source/
+homepage            http://www.varnish-cache.org
+master_sites        http://repo.varnish-cache.org/source/
 
-checksums             rmd160  ed8aba21af17d5fee225eb03950fd90ad7b07911 \
-                      sha256  4e044ccb5c76222bddf89c808f13ea8f66977972675aecb48a920f6800ad0f79
+checksums           rmd160  ed8aba21af17d5fee225eb03950fd90ad7b07911 \
+                    sha256  4e044ccb5c76222bddf89c808f13ea8f66977972675aecb48a920f6800ad0f79
 
-depends_build         port:pkgconfig
+depends_build       port:pkgconfig
 
-depends_lib           port:pcre
+depends_lib         port:pcre
-- 
1.8.3.1

