Revision: 86765 http://trac.macports.org/changeset/86765 Author: ryandesign@macports.org Date: 2011-11-02 20:42:28 -0700 (Wed, 02 Nov 2011) Log Message: ----------- gobby: update to 0.4.94, disable universal variant libinfinity: update to 0.5.1 (#31865), add gtk2 dependency, disable universal variant net6: update to 1.3.14, fix license Modified Paths: -------------- trunk/dports/comms/libinfinity/Portfile trunk/dports/net/net6/Portfile trunk/dports/x11/gobby/Portfile Added Paths: ----------- trunk/dports/comms/libinfinity/files/ trunk/dports/comms/libinfinity/files/patch-infinoted-infinoted-pam.c.diff Modified: trunk/dports/comms/libinfinity/Portfile =================================================================== --- trunk/dports/comms/libinfinity/Portfile 2011-11-03 03:14:34 UTC (rev 86764) +++ trunk/dports/comms/libinfinity/Portfile 2011-11-03 03:42:28 UTC (rev 86765) @@ -4,7 +4,7 @@ PortSystem 1.0 name libinfinity -version 0.3.1 +version 0.5.1 description libinfinity is an implementation of the Infinote protocol written in GObject-based C. long_description ${description} maintainers phw openmaintainer @@ -14,17 +14,24 @@ homepage http://gobby.0x539.de/trac/wiki/Infinote/Libinfinity master_sites http://releases.0x539.de/libinfinity/ -checksums md5 226b90061b8f576373c7fad68575dbab \ - sha1 3562f7387fda267f5ea7d0e93fe313191a311135 \ - rmd160 62323ef54d8259445c6d493fbc29b725c189111d +checksums rmd160 12d57cbb12f961bea842a47bae9b7a83ea2f085b \ + sha256 783071349fc6e08e2af6564bc46b3d4a44122991c9330b26553e01bcc42cb573 depends_build port:pkgconfig depends_lib path:lib/pkgconfig/glib-2.0.pc:glib2 \ + port:gtk2 \ port:libxml2 \ port:gnutls \ port:libgsasl +# /usr/bin/ranlib: library member: libinftestutil.a(libinfinity-0.5.la) is not an object file (not allowed in a library with multiple architectures) +universal_variant no + +if {${os.platform} == "darwin" && ${os.major} >= 10} { + patchfiles-append patch-infinoted-infinoted-pam.c.diff +} + livecheck.type regex livecheck.url ${master_sites} livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}" Added: trunk/dports/comms/libinfinity/files/patch-infinoted-infinoted-pam.c.diff =================================================================== --- trunk/dports/comms/libinfinity/files/patch-infinoted-infinoted-pam.c.diff (rev 0) +++ trunk/dports/comms/libinfinity/files/patch-infinoted-infinoted-pam.c.diff 2011-11-03 03:42:28 UTC (rev 86765) @@ -0,0 +1,15 @@ +OS X uses security/ instead of pam/ as of Snow Leopard +--- infinoted/infinoted-pam.c.orig 2011-07-17 04:17:04.000000000 -0500 ++++ infinoted/infinoted-pam.c 2011-11-02 22:09:29.000000000 -0500 +@@ -26,11 +26,7 @@ + #ifdef LIBINFINITY_HAVE_PAM + + #include <infinoted/infinoted-pam.h> +-#ifdef __APPLE__ +-#include <pam/pam_appl.h> +-#else + #include <security/pam_appl.h> +-#endif + #include <sys/types.h> + #include <grp.h> + #include <pwd.h> Modified: trunk/dports/net/net6/Portfile =================================================================== --- trunk/dports/net/net6/Portfile 2011-11-03 03:14:34 UTC (rev 86764) +++ trunk/dports/net/net6/Portfile 2011-11-03 03:42:28 UTC (rev 86765) @@ -3,9 +3,9 @@ PortSystem 1.0 name net6 -version 1.3.12 +version 1.3.14 categories net -license LGPL +license LGPL-2+ maintainers nomaintainer description Network access framework for IPv4/IPv6 homepage http://gobby.0x539.de/ @@ -19,9 +19,8 @@ master_sites http://releases.0x539.de/${name}/ \ http://gentoo.osuosl.org/distfiles/ -checksums md5 506776416d8aea2b9ea13a81f9145383 \ - sha1 edf024fded743da8951e3ae17ab23ea0d53a1f80 \ - rmd160 b12c21c46d3e5bc945f521eed69e070306ea99be +checksums rmd160 c1445cdf2e7a34d0639d7bb410404d83ab972d27 \ + sha256 155dd82cbe1f8354205c79ab2bb54af4957047422250482596a34b0e0cc61e21 depends_build port:pkgconfig Modified: trunk/dports/x11/gobby/Portfile =================================================================== --- trunk/dports/x11/gobby/Portfile 2011-11-03 03:14:34 UTC (rev 86764) +++ trunk/dports/x11/gobby/Portfile 2011-11-03 03:42:28 UTC (rev 86765) @@ -3,8 +3,7 @@ PortSystem 1.0 name gobby -version 0.4.92 -revision 1 +version 0.4.94 categories x11 net maintainers phw openmaintainer description Realtime collaborative editor @@ -19,11 +18,9 @@ master_sites http://releases.0x539.de/${name}/ \ http://gentoo.osuosl.org/distfiles/ -checksums md5 2e75fd54638298ace62b5f12f8113187 \ - sha1 5e04195cce24fea669ccfb163c900345a3be916b \ - rmd160 362f06335b41c1edfd19de591d3c7f36d48acaf4 +checksums rmd160 806adfba1de4cb07099fa4d084e8c8ceb755652a \ + sha256 b9798808447cd94178430f0fb273d0e45d0ca30ab04560e3790bac469e03bb00 - depends_build port:pkgconfig depends_lib path:lib/pkgconfig/glib-2.0.pc:glib2 \ @@ -38,6 +35,9 @@ port:libgsasl \ port:libinfinity +# libinfinity is not universal +universal_variant no + livecheck.type regex livecheck.url [lindex ${master_sites} 0] livecheck.regex ${name}-(\\d+(?:\\.\\d+)*\\.(?:\\d|\[0-8\]\\d))\\.tar
participants (1)
-
ryandesign@macports.org