[126041] users/devans/GNOME-3/stable/dports/gnome

devans at macports.org devans at macports.org
Thu Oct 2 07:47:28 PDT 2014


Revision: 126041
          https://trac.macports.org/changeset/126041
Author:   devans at macports.org
Date:     2014-10-02 07:47:28 -0700 (Thu, 02 Oct 2014)
Log Message:
-----------
GNOME-3/stable: new port vte-2.90, for ports that do not yet support API version 2.91 provided by vte 0.38, installs in parallel with vte, vte-gtk2-compat without conflicts.

Modified Paths:
--------------
    users/devans/GNOME-3/stable/dports/gnome/vte-2.90/Portfile

Added Paths:
-----------
    users/devans/GNOME-3/stable/dports/gnome/vte-2.90/

Modified: users/devans/GNOME-3/stable/dports/gnome/vte-2.90/Portfile
===================================================================
--- users/devans/GNOME-3/stable/dports/gnome/vte/Portfile	2014-09-19 04:41:59 UTC (rev 125510)
+++ users/devans/GNOME-3/stable/dports/gnome/vte-2.90/Portfile	2014-10-02 14:47:28 UTC (rev 126041)
@@ -3,7 +3,8 @@
 
 PortSystem          1.0
 
-name                vte
+name                vte-2.90
+set gname           vte
 version             0.36.3
 set branch          [join [lrange [split $version .] 0 1] .]
 maintainers         nomaintainer
@@ -18,10 +19,12 @@
                     console/terminal in games, editors, IDEs, etc.
 
 homepage            https://wiki.gnome.org/Apps/Terminal/VTE
-master_sites        gnome:sources/$name/$branch/
+master_sites        gnome:sources/$gname/$branch/
 
 use_xz              yes
 
+distname            ${gname}-${version}
+
 checksums           rmd160  0f948d580cf9cdd040c881c26230198b4c85aff5 \
                     sha256  54e5b07be3c0f7b158302f54ee79d4de1cb002f4259b6642b79b1e0e314a959c
 
@@ -53,10 +56,11 @@
 # glade expects catalog modules and libraries to have a .so suffix
 
 post-destroot {
+    move ${destroot}${prefix}/etc/profile.d/vte.sh ${destroot}${prefix}/etc/profile.d/vte-2.90.sh
     if {[variant_isset glade]} {
         set libdir ${prefix}/lib
         ln -s ${libdir}/libvte2_90.dylib ${destroot}${libdir}/libvte2_90.so
     }
 }
 
-livecheck.type      gnome
+livecheck.type      none
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141002/d1cd95b4/attachment.html>


More information about the macports-changes mailing list