[MacPorts] #51336: Quassel Version Bump
MacPorts
noreply at macports.org
Sun May 8 08:15:05 PDT 2016
#51336: Quassel Version Bump
------------------------------+--------------------------------
Reporter: wintermute_77@… | Owner: macports-tickets@…
Type: update | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.3.4
Resolution: | Keywords:
Port: quassel-client |
------------------------------+--------------------------------
Comment (by cal@…):
Here's a unified diff of the changes, which we usually want instead of the
updated Portfile because it makes reviewing the changes easier:
{{{#!patch
Index: Portfile
===================================================================
--- Portfile (revision 148414)
+++ Portfile (working copy)
@@ -7,8 +7,8 @@
PortGroup qt4 1.0
name quassel
-version 0.12.2
-revision 3
+version 0.12.4
+revision 0
categories irc
license GPL-2 GPL-3
platforms darwin
@@ -16,8 +16,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 \
@@ -27,16 +27,6 @@
use_bzip2 yes
-# 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
-
-post-patch {
- reinplace "s|@@VERSION@@|${version}|" \
- ${worksrcpath}/scripts/build/macosx_makebundle.py
-}
-
cmake.out_of_source yes
configure.args -DWANT_CORE=OFF \
}}}
Any reason why you're dropping the patches? The `patch-scripts-build-
macosx_makebundle.py.diff` still seems to be necessary because we're not
building from a git checkout.
The change to `src/common/main.cpp` in `patch-render.diff` was related to
retina displays IIRC, see r126718.
--
Ticket URL: <https://trac.macports.org/ticket/51336#comment:2>
MacPorts <https://www.macports.org/>
Ports system for OS X
More information about the macports-tickets
mailing list