Changeset 98810


Ignore:
Timestamp:
Oct 17, 2012, 7:19:54 AM (12 years ago)
Author:
g5pw@…
Message:

devel/tig:

  • Bump to 1.1
  • better checksums
  • removed unnecessary reinplace
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/devel/tig/Portfile

    r92947 r98810  
    55PortGroup           github 1.0
    66
    7 github.setup        jonas tig 1.0 tig-
     7github.setup        jonas tig 1.1 tig-
    88categories          devel
    99maintainers         cal openmaintainer
     
    1414platforms           darwin
    1515
    16 checksums           sha1    090830c1b3d2d979e2986ff7f089f3365e5a2e9d \
    17                     rmd160  ff12c694cfc1de38349c644980eb9cdbe9b147fb
     16checksums           rmd160  b2a32bba14a359115461a5ff89493d5ac0cebf60 \
     17                    sha256  7c55d2f5d0df6387175e7d431559d72e95b51d1dca82fa64f98b7d716e93bce5
    1818
    1919depends_lib         port:git-core \
     
    2323                    port:asciidoc \
    2424                    port:xmlto
    25 
    26 # Just a small patch: graph->position is type size_t which on my machine is unsigned.
    27 # so clang happily detects an expression which is always false and dies with an error.
    28 post-patch {
    29     reinplace "s/graph->position < 0/false/" $worksrcpath/graph.c
    30 }
    3125
    3226# We need to create the configure file,
Note: See TracChangeset for help on using the changeset viewer.