Ticket #46218: Portfile.diff
File Portfile.diff, 1.4 KB (added by howarth.at.macports@…, 10 years ago) |
---|
-
Portfile
old new 1 1 # -*- 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 12 8656 2014-11-25 00:29:06Z ryandesign@macports.org $2 # $Id: Portfile 123654 2014-08-12 05:49:50Z jmr@macports.org $ 3 3 4 4 PortSystem 1.0 5 5 PortGroup python 1.0 6 6 PortGroup active_variants 1.1 7 7 8 8 name pymol 9 version 1.7.1.1 10 revision 2 9 version 1.7.4.0 11 10 categories science chemistry 12 11 license GPL 13 12 maintainers gmail.com:howarth.at.macports … … 23 22 master_sites sourceforge 24 23 fetch.type svn 25 24 svn.url https://svn.code.sf.net/p/pymol/code/trunk/pymol 26 svn.revision 4 07425 svn.revision 4107 27 26 worksrcdir pymol 28 27 29 28 python.default_version 27 … … 47 46 pymol_shell.diff \ 48 47 pmg_tk_platform.patch \ 49 48 apbs-psize.patch \ 50 apbs_tkinter.patch \ 51 pymol-clang.diff 49 pymol-clang.diff 50 51 if {${os.platform} eq "darwin" && ${os.major} >= 12} { 52 patchfiles-append pymol-use-glkit.diff 53 } 52 54 53 55 require_active_variants tcl "" corefoundation 54 56 require_active_variants tk "" quartz