Revision: 91585 https://trac.macports.org/changeset/91585 Author: ryandesign@macports.org Date: 2012-04-06 01:28:20 -0700 (Fri, 06 Apr 2012) Log Message: ----------- QupZilla: update to 1.2.0 Modified Paths: -------------- trunk/dports/www/QupZilla/Portfile Modified: trunk/dports/www/QupZilla/Portfile =================================================================== --- trunk/dports/www/QupZilla/Portfile 2012-04-06 08:14:51 UTC (rev 91584) +++ trunk/dports/www/QupZilla/Portfile 2012-04-06 08:28:20 UTC (rev 91585) @@ -5,7 +5,7 @@ PortGroup github 1.0 PortGroup qt4 1.0 -github.setup nowrep QupZilla 1.1.8 v +github.setup nowrep QupZilla 1.2.0 v categories www platforms darwin maintainers ryandesign openmaintainer @@ -21,8 +21,8 @@ homepage http://www.qupzilla.com/ -checksums rmd160 5ae167157100a89ccd2f9d679357323c6343d619 \ - sha256 d0ba1c7825857cca975de15d3f625d5cb81753ca671ec2fead56b5790ddbf3ca +checksums rmd160 0ef5c4e224a6627bb58f43fe52dad3f21f931cf9 \ + sha256 2be583e9aca11aba19070ca7a128772649e3d2ed5da032128f4b451e71fddc31 configure.cmd ${prefix}/bin/qmake configure.pre_args @@ -36,5 +36,6 @@ QUPZILLA_PREFIX=${prefix}/ destroot { + system -W ${worksrcpath} "./scripts/macdeploy.sh true" copy ${worksrcpath}/bin/qupzilla.app ${destroot}${applications_dir}/${name}.app }