Ticket #39751: check_0.9.10_tabs2spaces.diff

File check_0.9.10_tabs2spaces.diff, 2.8 KB (added by tresni (Brian Hartvigsen), 11 years ago)

Same patch but with tabs converted to spaces

  • Portfile

    old new  
    11# $Id: Portfile 97669 2012-09-11 09:48:22Z jmr@macports.org $
    22
    3 PortSystem                      1.0
     3PortSystem          1.0
    44
    5 name                            check
    6 version                         0.9.8
    7 categories                      devel
    8 license                         LGPL-2.1+
    9 maintainers                     landonf openmaintainer
    10 homepage                        http://check.sf.net/
    11 description                     C unit testing framework
    12 long_description                Check is a unit test framework for C. It \
    13                                 features a simple interface for defining unit \
    14                                 tests, putting little in the way of the \
    15                                 developer. Tests are run in a separate address \
    16                                 space, so Check can catch both assertion \
    17                                 failures and code errors that cause \
    18                                 segmentation faults or other signals. The \
    19                                 output from unit tests can be used within \
    20                                 source code editors and IDEs.
    21 platforms                       darwin
    22 
    23 master_sites                    sourceforge:check
    24 
    25 checksums                       md5     5d75e9a6027cde79d2c339ef261e7470 \
    26                                 sha1    a75cc89411e24b5d39b7869f8233e19f210de555 \
    27                                 rmd160  75e0d1981109086ac597e57655ba9561f1b79211
    28 
    29 configure.args                  --infodir=${prefix}/share/info \
    30                                 --mandir=${prefix}/share/info
    31 
    32 test.run                        yes
    33 test.target                     check
    34 
    35 livecheck.type                  regex
    36 livecheck.url                   https://sourceforge.net/projects/check/files/
    37 livecheck.regex                 {check-(\d+(\.\d+?)+)}
     5name                check
     6version             0.9.10
     7categories          devel
     8license             LGPL-2.1+
     9maintainers         landonf openmaintainer
     10homepage            http://check.sf.net/
     11description         C unit testing framework
     12long_description    Check is a unit test framework for C. It \
     13                    features a simple interface for defining unit \
     14                    tests, putting little in the way of the \
     15                    developer. Tests are run in a separate address \
     16                    space, so Check can catch both assertion \
     17                    failures and code errors that cause \
     18                    segmentation faults or other signals. The \
     19                    output from unit tests can be used within \
     20                    source code editors and IDEs.
     21platforms           darwin
     22
     23master_sites        sourceforge:check
     24
     25depends_build       port:autoconf \
     26                    port:automake \
     27                    port:libtool \
     28                    port:pkgconfig
     29
     30checksums           md5     6d10a8efb9a683467b92b3bce97aeb30 \
     31                    sha1    56da5197bcff07d42da18f9ed1d55bff638a6896 \
     32                    rmd160  0e81979e59072c8b507a8754be61d18a1281d9c1
     33
     34configure.args      --infodir=${prefix}/share/info \
     35                    --mandir=${prefix}/share/info
     36
     37test.run            yes
     38test.target         check