[101391] trunk/dports/net/obby/Portfile

ryandesign at macports.org ryandesign at macports.org
Wed Jan 9 16:18:07 PST 2013


Revision: 101391
          https://trac.macports.org/changeset/101391
Author:   ryandesign at macports.org
Date:     2013-01-09 16:18:06 -0800 (Wed, 09 Jan 2013)
Log Message:
-----------
obby: update to 0.4.8; add modeline; add comment explaining why clang is blacklisted

Modified Paths:
--------------
    trunk/dports/net/obby/Portfile

Modified: trunk/dports/net/obby/Portfile
===================================================================
--- trunk/dports/net/obby/Portfile	2013-01-10 00:14:40 UTC (rev 101390)
+++ trunk/dports/net/obby/Portfile	2013-01-10 00:18:06 UTC (rev 101391)
@@ -1,3 +1,4 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
 PortSystem              1.0
@@ -3,5 +4,5 @@
 
 name                    obby
-version                 0.4.7
+version                 0.4.8
 categories              net
 license                 GPL-2+
@@ -18,9 +19,8 @@
 master_sites            http://releases.0x539.de/${name}/ \
                         http://gentoo.osuosl.org/distfiles/
 
-checksums               md5     33fac4228c1efc1a1635bacf6480dc31 \
-                        sha1    efe4e6b406eb0628af63e88807d5d2115d88f390 \
-                        rmd160  4042662bb2ab803f96c477c1a3035dbe169a8544
+checksums               rmd160  9b45340938cd0a85e379deab553be7396851366b \
+                        sha256  7d1d7ba6e800cea1b1a3c47d1189f959ef49a647ebe77170351e2dfd27b89b67
 
 depends_build           port:pkgconfig
 
@@ -31,9 +31,8 @@
 configure.args          --with-zeroconf \
                         --enable-ipv6
 
-if {${configure.compiler} == "clang"} {
-    configure.compiler llvm-gcc-4.2
-}
+# error: assigning to 'AvahiWatchEvent' from incompatible type 'int'
+compiler.blacklist      clang
 
 livecheck.type          regex
 livecheck.url           [lindex ${master_sites} 0]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130109/c9d57849/attachment.html>


More information about the macports-changes mailing list