Ticket #45721: Portfile.diff
File Portfile.diff, 1.2 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 1 9 version 1.7.2.1 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 40 7425 svn.revision 4087 27 26 worksrcdir pymol 28 27 29 28 python.default_version 27 … … 103 102 } 104 103 105 104 post-destroot { 105 file delete ${destroot}${prefix}/bin/pymol 106 106 file copy ${worksrcpath}/setup/pymol_macports ${destroot}${prefix}/bin/pymol 107 107 file attributes ${destroot}${prefix}/bin/pymol -permissions a+x 108 108 foreach d {data modules examples test scripts} {