Ticket #46218: Portfile.diff

File Portfile.diff, 1.4 KB (added by howarth.at.macports@…, 9 years ago)

revised Portfile diff against 1.7.1.1-2

  • 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 128656 2014-11-25 00:29:06Z ryandesign@macports.org $
     2# $Id: Portfile 123654 2014-08-12 05:49:50Z jmr@macports.org $
    33
    44PortSystem          1.0
    55PortGroup           python 1.0
    66PortGroup           active_variants 1.1
    77
    88name                pymol
    9 version             1.7.1.1
    10 revision            2
     9version             1.7.4.0
    1110categories          science chemistry
    1211license             GPL
    1312maintainers         gmail.com:howarth.at.macports
     
    2322master_sites        sourceforge
    2423fetch.type          svn
    2524svn.url             https://svn.code.sf.net/p/pymol/code/trunk/pymol
    26 svn.revision        4074
     25svn.revision        4107
    2726worksrcdir          pymol
    2827
    2928python.default_version 27
     
    4746                    pymol_shell.diff \
    4847                    pmg_tk_platform.patch \
    4948                    apbs-psize.patch \
    50                     apbs_tkinter.patch \
    51                     pymol-clang.diff
     49                    pymol-clang.diff
     50
     51if {${os.platform} eq "darwin" && ${os.major} >= 12} {
     52    patchfiles-append pymol-use-glkit.diff
     53}
    5254
    5355require_active_variants tcl "" corefoundation
    5456require_active_variants tk "" quartz