Ticket #52609: patch

File patch, 1.3 KB (added by jfcaron3, 7 years ago)

"Unified" diff version of the patch.

  • (a) Portfile.original vs. (b) PortFile

    a b  
    11# -*- 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
    2 # $Id: Portfile 147849 2016-04-18 06:04:48Z ryandesign@macports.org $
     2# $Id$
    33
    44PortSystem          1.0
    55
    66name                angband
    7 version             4.0.3
     7version             4.0.5
    88set branch          [join [lrange [split ${version} .] 0 1] .]
    99
    1010categories          games
    1111license             Noncommercial
    1212platforms           darwin
    1313
    14 maintainers         nomaintainer
     14maintainers         phas.ubc.ca:jfcaron
    1515
    1616description         a rogue-like dungeon exploration game (curses-based)
    1717long_description    Angband is a freeware computer dungeon exploration game \
     
    2222homepage            http://rephial.org/
    2323master_sites        ${homepage}downloads/${branch}
    2424
    25 checksums           rmd160  605443205fe1c5f55344b65ada99dc78ad3f348b \
    26                     sha256  1752d22a164bb073b9a7be322a2b607b06a4c919c073d012c010a61578081ce8
     25checksums           rmd160  3ef1c798f974fa03edc54b898d093bf6d5681b66 \
     26                    sha256  0d769a0f349842b0c78cbcd1804a9e08f064e75ca26b957710e4c2a3eb14f852
    2727
    2828depends_build       port:autoconf \
    2929                    port:automake \