Commits

Zero King authored and Clemens Lang committed 103ed684489
csu: update to 85, lint fix

Fixes: https://trac.macports.org/ticket/53858
No tags

devel/csu/Portfile

Modified
1 1 PortSystem 1.0
2 +
2 3 name csu
3 -version 79
4 -revision 4
4 +version 85
5 5 categories devel
6 6 platforms darwin
7 7 maintainers mfeiri
8 8 license {APSL-1.1 APSL-2}
9 9 description Common startup and C runtime setup code
10 10 long_description Common startup and C runtime setup code
11 11 homepage http://opensource.apple.com/source/Csu/
12 12 master_sites http://opensource.apple.com/tarballs/Csu/
13 13
14 14 distname Csu-${version}
15 -checksums rmd160 2ab6404116ff40c0e5a3c1cf6f4afc592db33fe2 \
16 - sha256 d052e1daa1f5de7fc02e7e7cb8b79ee2eeaad0f321c0a70bea4fc7217e232ec2
15 +checksums rmd160 5196472e25fbe87566646d3cfba55f8c20c6d482 \
16 + sha256 f2291d7548da854322acf194a875609bfae96c2481738cf6fd1d89eea9ae057a
17 17
18 18 use_configure no
19 19 default_variants +universal
20 20 build.env-append CC='${configure.cc} -Wl,-new_linker'
21 21 destroot.env-append DSTROOT=${destroot}${prefix}/Developer/SDKs/Darwin${os.major}.sdk
22 22
23 23 variant universal {
24 24 if {${os.major} == 9} {
25 25 configure.universal_archs ppc ppc64 i386 x86_64
26 26 }

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut