<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>[134865] trunk/dports/net/transmission-x11/Portfile</title>
</head>
<body>

<style type="text/css"><!--
#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dl.meta dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt;  }
#msg dl a { font-weight: bold}
#msg dl a:link    { color:#fc3; }
#msg dl a:active  { color:#ff0; }
#msg dl a:visited { color:#cc6; }
h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; }
#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; }
#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; }
#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; }
#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; }
#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; }
#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; }
#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; }
#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; }
#logmsg pre { background: #eee; padding: 1em; }
#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;}
#logmsg dl { margin: 0; }
#logmsg dt { font-weight: bold; }
#logmsg dd { margin: 0; padding: 0 0 0.5em 0; }
#logmsg dd:before { content:'\00bb';}
#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; }
#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; }
#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; }
#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; }
#logmsg table th.Corner { text-align: left; }
#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; }
#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; }
#patch { width: 100%; }
#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;}
#patch .propset h4, #patch .binary h4 {margin:0;}
#patch pre {padding:0;line-height:1.2em;margin:0;}
#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;}
#patch .propset .diff, #patch .binary .diff  {padding:10px 0;}
#patch span {display:block;padding:0 10px;}
#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<div id="msg">
<dl class="meta">
<dt>Revision</dt> <dd><a href="https://trac.macports.org/changeset/134865">134865</a></dd>
<dt>Author</dt> <dd>devans@macports.org</dd>
<dt>Date</dt> <dd>2015-04-09 02:02:26 -0700 (Thu, 09 Apr 2015)</dd>
</dl>

<h3>Log Message</h3>
<pre>transmission-x11: update to version 2.84, reconfigure using autogen.sh for intltool 0.51 compatibility, drop +gtk variant and build gtk3 client unconditionally, update master_sites, dependencies, livecheck, add post-activate processing.</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkdportsnettransmissionx11Portfile">trunk/dports/net/transmission-x11/Portfile</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkdportsnettransmissionx11Portfile"></a>
<div class="modfile"><h4>Modified: trunk/dports/net/transmission-x11/Portfile (134864 => 134865)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/dports/net/transmission-x11/Portfile        2015-04-09 08:38:45 UTC (rev 134864)
+++ trunk/dports/net/transmission-x11/Portfile        2015-04-09 09:02:26 UTC (rev 134865)
</span><span class="lines">@@ -4,8 +4,7 @@
</span><span class="cx"> PortSystem          1.0
</span><span class="cx"> 
</span><span class="cx"> name                transmission-x11
</span><del>-version             1.73
-revision            2
</del><ins>+version             2.84
</ins><span class="cx"> categories          net x11
</span><span class="cx"> license             {GPL-2 OpenSSLException}
</span><span class="cx"> maintainers         nomaintainer
</span><span class="lines">@@ -17,42 +16,45 @@
</span><span class="cx">                     Linux/NetBSD/FreeBSD/OpenBSD (GTK+ interface) and BeOS \
</span><span class="cx">                     (native interface). This is the GTK+ version.
</span><span class="cx"> homepage            http://www.transmissionbt.com/
</span><ins>+master_sites        sourceforge:transmission
+
+platforms           darwin freebsd
+
+use_xz              yes
+
</ins><span class="cx"> distname            transmission-${version}
</span><span class="cx"> dist_subdir         transmission
</span><del>-master_sites        http://download.m0k.org/transmission/files/
-checksums           md5     9c1b5d84fb9ddbbd50b5776c1cd6daa4 \
-                    sha1    18e347141fcd65a385cd1406ba8a3303b0c99156 \
-                    rmd160  94140a7b699eb166472017ac3826763700e99352
-use_bzip2           yes
-platforms           darwin freebsd
</del><span class="cx"> 
</span><del>-depends_lib         port:openssl \
-                    port:curl \
-                    port:gettext \
-                    port:libevent1
</del><ins>+checksums           rmd160  9d209bdf0ebeb6f4d6d9dc726cf8bf9e9c8ccb40 \
+                    sha256  a9fc1936b4ee414acc732ada04e84339d6755cd0d097bcbd11ba2cfc540db9eb
+
</ins><span class="cx"> depends_build       port:gsed \
</span><span class="cx">                     port:intltool \
</span><del>-                    port:pkgconfig
</del><ins>+                    port:pkgconfig \
+                    port:autoconf \
+                    port:automake \
+                    port:libtool
</ins><span class="cx"> 
</span><ins>+depends_lib         port:desktop-file-utils \
+                    port:gtk3 \
+                    port:openssl \
+                    port:curl \
+                    port:gettext \
+                    port:libevent
+
+depends_run         port:gnome-themes-standard
+
+# reconfigure using autogen.sh for intltool 0.51 compatibility
+
+configure.cmd       ./autogen.sh
+
</ins><span class="cx"> configure.args      --enable-daemon \
</span><span class="cx">                     --enable-cli \
</span><del>-                    --disable-wx \
-                    --disable-darwin \
-                    --disable-gtk \
-                    --disable-libnotify
-configure.cppflags  &quot;-I${prefix}/include/libevent1 ${configure.cppflags}&quot;
-configure.ldflags   &quot;-L${prefix}/lib/libevent1 ${configure.ldflags}&quot;
</del><ins>+                    --with-gtk \
+                    --disable-mac
</ins><span class="cx"> 
</span><del>-variant gtk description {Build Gtk front-end} {
-    depends_lib-append      port:gtk2 \
-                            port:dbus-glib
-    configure.args-delete   --disable-gtk
-    configure.args-append   --enable-gtk
-}
-
</del><span class="cx"> variant aqua description {Build Aqua front-end} {
</span><del>-    configure.args-delete   --disable-darwin
-    configure.args-append   --enable-darwin
</del><ins>+    configure.args-replace  --disable-mac --enable-mac
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> platform darwin 8 {
</span><span class="lines">@@ -62,6 +64,11 @@
</span><span class="cx">     }
</span><span class="cx"> }
</span><span class="cx"> 
</span><ins>+post-activate {
+    system &quot;${prefix}/bin/update-desktop-database ${prefix}/share/applications&quot;
+    system &quot;${prefix}/bin/gtk-update-icon-cache-3.0 -f -t ${prefix}/share/icons/hicolor&quot;
+}
+
</ins><span class="cx"> livecheck.type      regex
</span><del>-livecheck.url       ${master_sites}
</del><ins>+livecheck.url       http://sourceforge.net/projects/transmission.mirror/files/
</ins><span class="cx"> livecheck.regex     &quot;transmission-(\\d+(?:\\.\\d+)*)${extract.suffix}&quot;
</span></span></pre>
</div>
</div>

</body>
</html>