[102933] trunk/dports/x11/rxvt-unicode/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Sun Feb 10 18:04:43 PST 2013


Revision: 102933
          https://trac.macports.org/changeset/102933
Author:   jeremyhu at macports.org
Date:     2013-02-10 18:04:43 -0800 (Sun, 10 Feb 2013)
Log Message:
-----------
rxvt-unicode: Bump to 9.15

Modified Paths:
--------------
    trunk/dports/x11/rxvt-unicode/Portfile

Modified: trunk/dports/x11/rxvt-unicode/Portfile
===================================================================
--- trunk/dports/x11/rxvt-unicode/Portfile	2013-02-11 02:01:56 UTC (rev 102932)
+++ trunk/dports/x11/rxvt-unicode/Portfile	2013-02-11 02:04:43 UTC (rev 102933)
@@ -10,9 +10,9 @@
 ####################################################################
 
 PortSystem      1.0
-
+PortGroup       compiler_blacklist_versions 1.0
 name            rxvt-unicode
-version         9.11
+version         9.15
 revision        2
 categories      x11
 license         GPL-2+
@@ -33,8 +33,8 @@
                 http://dist.schmorp.de/rxvt-unicode/Attic/
 use_bzip2       yes
 
-checksums       sha1    21d0fad9a6032dbcf2c43a85f288543c6bd5ab3d \
-                rmd160  957852e0cbec209aa5ae340a38b59cda0ff49edd
+checksums       sha1    e6fdf091860ecb458730dc68b0176f67f207a2f7 \
+                rmd160  80b33c123edee498f267147b5c2361a81c42f160
 
 depends_build \
 	port:pkgconfig
@@ -46,12 +46,9 @@
 	path:bin/perl:perl5 \
 	port:zlib
 
-# FIXME: clang++ 3.0 produces unstable urxvt binary which sometimes causes errors like:
+# clang++ 3.0 produces unstable urxvt binary which sometimes causes errors like:
 #        "terminate called throwing an exceptionAbort trap: 6"
-compiler.blacklist macports-clang-2.9 macports-clang-3.0
-if {[vercmp $xcodeversion 4.3] < 0} {
-    compiler.blacklist-append clang
-}
+compiler.blacklist {clang < 318} macports-clang-2.9 macports-clang-3.0
 
 configure.perl  ${prefix}/bin/perl
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130210/52ef1e8b/attachment.html>


More information about the macports-changes mailing list