[108132] trunk/dports/x11/gtkglarea2/Portfile

devans at macports.org devans at macports.org
Sat Jul 13 10:39:47 PDT 2013


Revision: 108132
          https://trac.macports.org/changeset/108132
Author:   devans at macports.org
Date:     2013-07-13 10:39:47 -0700 (Sat, 13 Jul 2013)
Log Message:
-----------
gtkglarea: use gnome livecheck type, add license, whitespace.

Modified Paths:
--------------
    trunk/dports/x11/gtkglarea2/Portfile

Modified: trunk/dports/x11/gtkglarea2/Portfile
===================================================================
--- trunk/dports/x11/gtkglarea2/Portfile	2013-07-13 17:14:12 UTC (rev 108131)
+++ trunk/dports/x11/gtkglarea2/Portfile	2013-07-13 17:39:47 UTC (rev 108132)
@@ -1,10 +1,12 @@
 # -*- 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
+PortSystem              1.0
 
 name                    gtkglarea2
+set gname               gtkglarea
 version                 2.0.1
+license                 GPL-2
 set branch              [join [lrange [split ${version} .] 0 1] .]
 categories              x11 devel
 maintainers             nomaintainer
@@ -19,9 +21,10 @@
                         on any widget that has OpenGL capable visual, rendering to off-screen \
                         pixmaps is also supported.
 
-homepage                http://ftp.gnome.org/mirror/gnome.org/sources/gtkglarea
-master_sites            gnome:sources/gtkglarea/${branch}
-distname                gtkglarea-${version}
+homepage                http://ftp.gnome.org/mirror/gnome.org/sources/${gname}
+master_sites            gnome:sources/${gname}/${branch}
+distname                ${gname}-${version}
+
 use_bzip2               yes
 
 checksums               sha1    436f3c1e267a421a6df11248b250c82e93a8331d \
@@ -32,3 +35,6 @@
                         port:gtk2
 
 configure.args          --with-GL-prefix=${prefix}
+
+livecheck.type          gnome
+livecheck.name          ${gname}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130713/4e7dbce6/attachment.html>


More information about the macports-changes mailing list