Ticket #18154: pkgconfig-Portfile.diff
File pkgconfig-Portfile.diff, 628 bytes (added by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez), 16 years ago) |
---|
-
Portfile
old new 1 1 # $Id: Portfile 42121 2008-11-15 22:24:23Z ryandesign@macports.org $ 2 2 3 3 PortSystem 1.0 4 PortGroup merge_universal 1.0 4 5 5 6 name pkgconfig 6 7 version 0.23 … … 36 37 -no-cpp-precomp 37 38 } 38 39 40 if { ${os.arch}=="i386" } { 41 set universal_archs_supported "ppc i386 x86_64" 42 } else { 43 set universal_archs_supported "ppc ppc64" 44 } 45 39 46 livecheck.check regex 40 47 livecheck.url "${homepage}releases/?C=M&O=D" 41 48 livecheck.regex pkg-config-(\[0-9.\]+)\\.tar