[50307] trunk/dports/python/py25-gtkglext/Portfile

devans at macports.org devans at macports.org
Tue Apr 28 17:14:58 PDT 2009


Revision: 50307
          http://trac.macports.org/changeset/50307
Author:   devans at macports.org
Date:     2009-04-28 17:14:58 -0700 (Tue, 28 Apr 2009)
Log Message:
-----------
py25-gtkglext: fix livecheck, add mode line, lint.

Modified Paths:
--------------
    trunk/dports/python/py25-gtkglext/Portfile

Modified: trunk/dports/python/py25-gtkglext/Portfile
===================================================================
--- trunk/dports/python/py25-gtkglext/Portfile	2009-04-28 23:53:03 UTC (rev 50306)
+++ trunk/dports/python/py25-gtkglext/Portfile	2009-04-29 00:14:58 UTC (rev 50307)
@@ -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
@@ -8,7 +9,7 @@
 maintainers     nomaintainer
 platforms       darwin
 description     Python bindings for GtkGLExt
-long_description ${description} 
+long_description ${description}
 homepage	http://sourceforge.net/projects/gtkglext/
 master_sites	sourceforge:gtkglext
 distname        pygtkglext-${version}
@@ -21,9 +22,11 @@
 platform darwin 9 {
     configure.ldflags-append "-L/usr/X11/lib -dylib_file /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib"
 
-    post-extract { 
+    post-extract {
         reinplace "s| -export-symbols-regex.*||g" \
             ${worksrcpath}/gtk/gdkgl/Makefile.in \
             ${worksrcpath}/gtk/gtkgl/Makefile.in
-    } 
-} 
+    }
+}
+
+livecheck.regex "<title>pygtkglext (.*) released.*</title>"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090428/888d5703/attachment.html>


More information about the macports-changes mailing list