[117074] trunk/dports/www/QupZilla

ryandesign at macports.org ryandesign at macports.org
Fri Feb 14 14:36:19 PST 2014


Revision: 117074
          https://trac.macports.org/changeset/117074
Author:   ryandesign at macports.org
Date:     2014-02-14 14:36:19 -0800 (Fri, 14 Feb 2014)
Log Message:
-----------
QupZilla: update to 1.6.3

Modified Paths:
--------------
    trunk/dports/www/QupZilla/Portfile

Added Paths:
-----------
    trunk/dports/www/QupZilla/files/
    trunk/dports/www/QupZilla/files/patch-mac-macdeploy.sh.diff

Modified: trunk/dports/www/QupZilla/Portfile
===================================================================
--- trunk/dports/www/QupZilla/Portfile	2014-02-14 22:19:57 UTC (rev 117073)
+++ trunk/dports/www/QupZilla/Portfile	2014-02-14 22:36:19 UTC (rev 117074)
@@ -5,7 +5,7 @@
 PortGroup           github 1.0
 PortGroup           qt4 1.0
 
-github.setup        QupZilla qupzilla 1.6.1 v
+github.setup        QupZilla qupzilla 1.6.3 v
 name                QupZilla
 categories          www
 platforms           darwin
@@ -22,9 +22,11 @@
 
 homepage            http://www.qupzilla.com/
 
-checksums           rmd160  3922d4b01cda1e7a80b4d626d255b11d8b4177b6 \
-                    sha256  cab0563dafa89da228e2631d5da37b150d2b3a1c503c91c167c380b99b8b50d4
+checksums           rmd160  a3d1186d3e226d01bb69b3a81094808117e5b235 \
+                    sha256  5e872a2bf9df7dafb406d43a3d06185738c4128278695eb38013de04dae063a3
 
+patchfiles          patch-mac-macdeploy.sh.diff
+
 configure.cmd       ${prefix}/bin/qmake
 configure.pre_args
 configure.universal_args
@@ -37,6 +39,6 @@
                     QUPZILLA_PREFIX=${prefix}/
 
 destroot {
-    system -W ${worksrcpath} "./scripts/macdeploy.sh true"
+    system -W ${worksrcpath} "./mac/macdeploy.sh true"
     copy ${worksrcpath}/bin/QupZilla.app ${destroot}${applications_dir}
 }

Added: trunk/dports/www/QupZilla/files/patch-mac-macdeploy.sh.diff
===================================================================
--- trunk/dports/www/QupZilla/files/patch-mac-macdeploy.sh.diff	                        (rev 0)
+++ trunk/dports/www/QupZilla/files/patch-mac-macdeploy.sh.diff	2014-02-14 22:36:19 UTC (rev 117074)
@@ -0,0 +1,9 @@
+--- mac/macdeploy.sh.orig	2014-02-14 04:42:43.000000000 -0600
++++ mac/macdeploy.sh	2014-02-14 16:24:39.000000000 -0600
+@@ -35,6 +35,4 @@
+ # run macdeployqt
+ $MACDEPLOYQT QupZilla.app
+ 
+-# create final dmg image
+-./create_dmg.sh
+ 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140214/c8b5b029/attachment.html>


More information about the macports-changes mailing list