Ticket #14699: patch-Portfile2.diff

File patch-Portfile2.diff, 2.1 KB (added by kurthindenburg (Kurt Hindenburg), 10 years ago)

Patch for 4.4.0

  • Portfile

    old new  
     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: Portfile 93048 2012-05-14 13:32:10Z jmr@macports.org $
    23
    34PortSystem 1.0
    45
    5 name                    spread
    6 version                 3.17.3
    7 categories              devel
    8 license                 Restrictive
    9 platforms               darwin
    10 maintainers             nomaintainer
    11 description             configurable logging for C++
    12 long_description        Spread is a toolkit that provides a high performance \
    13                                 messaging service that is resilient to faults across external \
    14                                 or internal networks.
    15 
    16 homepage                http://www.spread.org/
    17 master_sites    http://www.cnds.jhu.edu/download/noformdown/
    18 distname                spread-src-${version}
    19 checksums               md5 2eec25b5adc96fd840aa251e44325f9f
    20 patchfiles              patch-Makefile.in
     6name                spread
     7version             4.4.0
     8categories          devel
     9license             Restrictive
     10platforms           darwin
     11maintainers         nomaintainer
    2112
    22 configure.args  --mandir=${prefix}/share/man \
    23                                 --with-pid-dir=${prefix}/var/run
     13description         configurable logging for C++
     14long_description    Spread is a toolkit that provides a high performance \
     15                    messaging service that is resilient to faults across external \
     16                    or internal networks.
     17
     18homepage            http://www.spread.org
     19master_sites        http://www.spread.org/download/
     20distname            spread-src-${version}
     21
     22depends_fetch       port:curl
     23
     24fetch {
     25    system "cd ${distpath} && curl --location --remote-name [lindex ${master_sites} 0]/[lindex ${distfiles} 0] --data FILE=[lindex ${distfiles} 0] --data name=MacPorts --data company=MacPorts --data email=[lindex ${maintainers} 0]@macports.org --data Stage=Download"
     26}
     27
     28checksums           rmd160  f05cbca46efdd9dd1a4219188f4a5483188bb109 \
     29                    sha256  5beb09fe27cdb8332075847af0b9288e58ba8cdcf5c7cc685fd57c6b65680f4d
     30
     31
     32#patchfiles             patch-Makefile.in
     33
     34configure.args      --mandir=${prefix}/share/man \
     35                    --with-pid-dir=${prefix}/var/run