Ticket #20475: Portfile-hellanzb.diff

File Portfile-hellanzb.diff, 864 bytes (added by nerdling (Jeremy Lavergne), 15 years ago)

diff to move to python25

  • news/hellanzb/Portfile

    old new  
     1# -*- 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
    12# $Id: Portfile 50984 2009-05-14 21:08:43Z and.damore@macports.org $
    23
    34PortSystem 1.0
    4 PortGroup python24 1.0
     5PortGroup  python25 1.0
    56
    67name             hellanzb
    78version          0.13
     
    2526                 bin:unrar:unrar \
    2627                 bin:flac:flac \
    2728                 bin:shorten:shorten \
    28                  port:py-twisted
     29                 port:py25-twisted
    2930
    3031variant ssl {
    31     depends_run-append  port:py-openssl
     32    depends_run-append  port:py25-openssl
    3233}
    3334
    3435post-activate {