Revision: 75880 http://trac.macports.org/changeset/75880 Author: mk@macports.org Date: 2011-02-11 14:01:59 -0800 (Fri, 11 Feb 2011) Log Message: ----------- makeicns: get sources now from download section to avoid trouble with checksum changes of dist files supplied by bitbucket via /get, append to build.env, update maintainers, use version 1.4.1 due to minor changes Modified Paths: -------------- trunk/dports/graphics/makeicns/Portfile Modified: trunk/dports/graphics/makeicns/Portfile =================================================================== --- trunk/dports/graphics/makeicns/Portfile 2011-02-11 21:13:26 UTC (rev 75879) +++ trunk/dports/graphics/makeicns/Portfile 2011-02-11 22:01:59 UTC (rev 75880) @@ -4,30 +4,31 @@ PortSystem 1.0 name makeicns -version 1.4 -revision 5 +version 1.4.1 categories graphics -maintainers techno.ms:mk-macports pixilla.com:brad +maintainers mk pixilla platforms darwin license MIT -description This program lets you convert all kinds of images to Apple's icns format on the command line. +description This program lets you convert all kinds of images to Apple icns format on the command line. long_description ${description} homepage http://bitbucket.org/mkae/makeicns -master_sites ${homepage}/get +master_sites ${homepage}/downloads +livecheck.type regex +livecheck.url ${homepage}/downloads +livecheck.regex "/mkae/makeicns/src/.*>(1\\.\\d+)<" + use_bzip2 yes -distname ${version} +distname ${name}-${version} worksrcdir ${name} -checksums md5 37cc153f69b60625a03c322bd3bafef8 \ - sha1 592c2c17fb3ad6f7b480878a2c5764953b69c125 \ - rmd160 ccdfb493b63f19d508d3ef18aaad67b12c9eda70 +checksums md5 e62f6453152764dd42fec10dce949304 \ + sha1 1dfae1de3643b15385dcf8e7ef3c24326e0d8d45 \ + rmd160 3c3d9e6a53e11878ee33c0fae031463f90f57ac6 -patchfiles patch-Makefile.diff - use_configure no variant universal { @@ -39,16 +40,14 @@ } else { set archflags ${configure.cc_archflags} } + +build.env-append CC=${configure.cc} \ + CXX=${configure.cxx} + if {${configure.sdkroot} != ""} { - configure.ldflags-append "-isysroot ${configure.sdkroot}" + build.env-append SDK=${configure.sdkroot} } -build.env CC=${configure.cc} \ - CXX=${configure.cxx} \ - CFLAGS="${configure.cflags} ${archflags}" \ - CXXFLAGS="${configure.cxxflags} ${archflags}" \ - LDFLAGS="[join ${configure.ldflags}] ${archflags}" - destroot { xinstall ${worksrcpath}/${name} ${destroot}${prefix}/bin/${name} }
participants (1)
-
mk@macports.org