Ticket #45721: Portfile.diff

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

Portfile diff to unbreak post-destroot and update to 1.7.2.1

  • 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            1
     9version             1.7.2.1
    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        4087
    2726worksrcdir          pymol
    2827
    2928python.default_version 27
     
    103102}
    104103
    105104post-destroot {
     105     file delete ${destroot}${prefix}/bin/pymol
    106106     file copy ${worksrcpath}/setup/pymol_macports ${destroot}${prefix}/bin/pymol
    107107     file attributes ${destroot}${prefix}/bin/pymol -permissions a+x
    108108     foreach d {data modules examples test scripts} {