Ticket #47882: Portfile-pyxplot.diff
File Portfile-pyxplot.diff, 1.0 KB (added by Schamschula (Marius Schamschula), 9 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 $2 # $Id: Portfile 133339 2015-02-26 19:43:32Z larryv@macports.org $ 3 3 4 4 PortSystem 1.0 5 5 PortGroup muniversal 1.0 6 6 7 7 name pyxplot 8 8 version 0.9.2 9 revision 29 revision 3 10 10 categories math science 11 11 platforms darwin 12 12 maintainers gmail.com:mschamschula openmaintainer … … 41 41 port:wget \ 42 42 port:libxml2 43 43 44 patchfiles patch-configure.diff 45 44 46 post-patch { 45 47 reinplace "s|USRDIR=/usr/local|USRDIR=${prefix}|g" \ 46 48 ${worksrcpath}/Makefile.skel 47 49 } 48 50 51 build.env CC=${configure.cc} 52 49 53 livecheck.type regex 50 54 livecheck.url [lindex ${master_sites} 0] 51 55 livecheck.regex ${name}_(\[0-9.\]+)${extract.suffix}