Ticket #39477: 0002-Fix-style-and-add-vim-modeline.patch

File 0002-Fix-style-and-add-vim-modeline.patch, 2.1 KB (added by robsonpeixoto@…, 11 years ago)
  • Portfile

    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 b  
     1# -*- 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
    12# $Id$
    23
    3 PortSystem            1.0
     4PortSystem          1.0
    45
    5 name                  varnish
    6 epoch                 20110709
    7 version               3.0.4
    8 categories            www
    9 license               BSD zlib
    10 platforms             darwin
    11 maintainers           pmq openmaintainer
     6name                varnish
     7epoch               20110709
     8version             3.0.4
     9categories          www
     10license             BSD zlib
     11platforms           darwin
     12maintainers         pmq openmaintainer
    1213
    13 description           Varnish is a state-of-the-art, high-performance HTTP accelerator
    14 long_description      Varnish was written from the ground up to be a high \
    15                       performance caching reverse proxy.
     14description         Varnish is a state-of-the-art, high-performance HTTP accelerator
     15long_description    Varnish was written from the ground up to be a high \
     16                    performance caching reverse proxy.
    1617
    17 homepage              http://www.varnish-cache.org
    18 master_sites          http://repo.varnish-cache.org/source/
     18homepage            http://www.varnish-cache.org
     19master_sites        http://repo.varnish-cache.org/source/
    1920
    20 checksums             rmd160  ed8aba21af17d5fee225eb03950fd90ad7b07911 \
    21                       sha256  4e044ccb5c76222bddf89c808f13ea8f66977972675aecb48a920f6800ad0f79
     21checksums           rmd160  ed8aba21af17d5fee225eb03950fd90ad7b07911 \
     22                    sha256  4e044ccb5c76222bddf89c808f13ea8f66977972675aecb48a920f6800ad0f79
    2223
    23 depends_build         port:pkgconfig
     24depends_build       port:pkgconfig
    2425
    25 depends_lib           port:pcre
     26depends_lib         port:pcre