Ticket #17654: Portfile.patch

File Portfile.patch, 1.4 KB (added by matteocorti (Matteo Corti), 15 years ago)
  • Portfile

    old new  
    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 39892 2008-09-10 20:23:03Z ryandesign@macports.org $
     2
     3# Subversion
     4# $Id$
     5# $Revision$
     6# $HeadURL$
     7# $Date$
    38
    49PortSystem          1.0
    510
    611name                roll
    7 version             1.1.3
     12version             1.1.4
     13revision            0
    814categories          games
    9 platforms           darwin
    10 maintainers         gmail.com:matteo.corti
     15maintainers         matteo.corti@gmail.com
    1116description         Dice roller
    1217long_description    rolls a user-defined dice sequence
    1318homepage            http://matteocorti.ch/software/roll/
    14 master_sites        ${homepage}
     19platforms           darwin
     20master_sites        http://matteocorti.ch/software/roll/
    1521
    16 checksums           md5 b7b9bcbb403a14d45a3201f9a161b540 \
    17                     sha1 d6de8e77731a4fb89a5dfe82293eb951705da05a \
    18                     rmd160 7e6144587d9ace1deab74a95815eeb04e6a43356
     22checksums           md5 534b733a08e80be39ab3e82ed6db5919 \
     23                    sha1 d052281e144817c97c9d89ad9408287fe7316bb8 \
     24                    rmd160 2ecaf7f099a27a4dad1c3eee887b8f9800dc0224
    1925
    2026use_parallel_build  yes
    2127