Ticket #16269: patch-py25-ipython-Portfile.diff

File patch-py25-ipython-Portfile.diff, 1.3 KB (added by paidhi@…, 16 years ago)

Patch for Portfile (py25-ipython)

  • Portfile

    old new  
    11# -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
    2 # $Id: Portfile 34635 2008-02-29 21:57:21Z jochen@macports.org $
     2# $Id$
    33
    44PortSystem              1.0
    55PortGroup               python25 1.0
    66
    77name                    py25-ipython
    88set my_name             ipython
    9 version                 0.8.2
    10 revision                1
     9version                 0.8.4
     10revision                0
    1111categories              python
    1212platforms               darwin
    1313maintainers             openmaintainer jochen
     
    2121homepage                http://ipython.scipy.org/
    2222master_sites            ${homepage}dist/
    2323distname                ${my_name}-${version}
    24 checksums               md5 fd5a1b6e518898a4aee8b8d8b428af70 \
    25                         sha1 2923c1f790d41aeacd2442af5de8ab61c43f6167 \
    26                         rmd160 976d8512d68ed4e1bf28ab50e90bcb7777c34e53
     24checksums               md5 9b8b439d295defa694b9fbf799203680 \
     25                        sha1 68b7666d2c552fe2f5f873cb06ee8823e7165f8e \
     26                        rmd160 345c3461f4166ec495eb84c582cf65c5bb11d6e2
    2727patchfiles              patch-setup.py.diff
    2828
    2929depends_run-append      port:py25-readline \