Ticket #47882: Portfile-pyxplot.diff

File Portfile-pyxplot.diff, 1.0 KB (added by Schamschula (Marius Schamschula), 9 years ago)
  • 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$
     2# $Id: Portfile 133339 2015-02-26 19:43:32Z larryv@macports.org $
    33
    44PortSystem          1.0
    55PortGroup           muniversal 1.0
    66
    77name                pyxplot
    88version             0.9.2
    9 revision            2
     9revision            3
    1010categories          math science
    1111platforms           darwin
    1212maintainers         gmail.com:mschamschula openmaintainer
     
    4141                    port:wget \
    4242                    port:libxml2
    4343
     44patchfiles          patch-configure.diff
     45
    4446post-patch {
    4547    reinplace "s|USRDIR=/usr/local|USRDIR=${prefix}|g" \
    4648                ${worksrcpath}/Makefile.skel
    4749}
    4850
     51build.env           CC=${configure.cc}
     52
    4953livecheck.type      regex
    5054livecheck.url       [lindex ${master_sites} 0]
    5155livecheck.regex     ${name}_(\[0-9.\]+)${extract.suffix}