Modified: trunk/dports/irc/quassel/Portfile (149582 => 149583)
--- trunk/dports/irc/quassel/Portfile 2016-06-27 13:30:13 UTC (rev 149582)
+++ trunk/dports/irc/quassel/Portfile 2016-06-27 13:35:39 UTC (rev 149583)
@@ -7,8 +7,7 @@
PortGroup qt4 1.0
name quassel
-version 0.12.2
-revision 3
+version 0.12.4
categories irc
license GPL-2 GPL-3
platforms darwin
@@ -16,8 +15,8 @@
homepage http://quassel-irc.org
master_sites ${homepage}/pub
-checksums rmd160 d729c689028b111774dd31d1b2daf7ea8cda2aca \
- sha256 6bd6f79ecb88fb857bea7e89c767a3bd0f413ff01bae9298dd2e563478947897
+checksums rmd160 f7282c07716342b235ab506722c17675854569fb \
+ sha256 93e4e54cb3743cbe2e5684c2fcba94fd2bc2cd739f7672dee14341b49c29444d
depends_lib-append \
port:dbusmenu-qt \
@@ -29,8 +28,8 @@
# Do not use git to find out the program version - there is no ".git" directory
# in the source tarball
-patchfiles patch-scripts-build-macosx_makebundle.py.diff \
- patch-render.diff
+patchfiles patch-scripts-build-macosx_makebundle.py.diff
+# patch-render.diff
post-patch {
reinplace "s|@@VERSION@@|${version}|" \
Modified: trunk/dports/irc/quassel/files/patch-scripts-build-macosx_makebundle.py.diff (149582 => 149583)
--- trunk/dports/irc/quassel/files/patch-scripts-build-macosx_makebundle.py.diff 2016-06-27 13:30:13 UTC (rev 149582)
+++ trunk/dports/irc/quassel/files/patch-scripts-build-macosx_makebundle.py.diff 2016-06-27 13:35:39 UTC (rev 149583)
@@ -1,11 +1,14 @@
---- scripts/build/macosx_makebundle.py.orig 2013-03-25 14:55:00.000000000 +0100
-+++ scripts/build/macosx_makebundle.py 2013-03-25 15:01:00.000000000 +0100
+Avoid build-dependency on git and dependency on checking out using git.
+
+Upstream-Status: Inappropriate [configuration]
+--- scripts/build/macosx_makebundle.py.orig 2016-06-27 14:47:05.000000000 +0200
++++ scripts/build/macosx_makebundle.py 2016-06-27 14:47:26.000000000 +0200
@@ -38,7 +38,7 @@
CONTENTS_DIR = os.path.dirname(EXE_NAME) + "/"
CONTENTS_DIR += BUNDLE_NAME + ".app/Contents/"
--BUNDLE_VERSION = commands.getoutput("git --git-dir="+SOURCE_DIR+"/.git/ describe")
+-BUNDLE_VERSION = commands.getoutput("git --git-dir=" + SOURCE_DIR + "/.git/ describe")
+BUNDLE_VERSION = "@@VERSION@@"
ICON_FILE = "pics/quassel.icns"
- def createBundle():
+