[149947] trunk/dports/x11/gksu/Portfile

devans at macports.org devans at macports.org
Wed Jul 6 08:21:09 PDT 2016


Revision: 149947
          https://trac.macports.org/changeset/149947
Author:   devans at macports.org
Date:     2016-07-06 08:21:09 -0700 (Wed, 06 Jul 2016)
Log Message:
-----------
gksu: add modeline and reformat, white space only.

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

Modified: trunk/dports/x11/gksu/Portfile
===================================================================
--- trunk/dports/x11/gksu/Portfile	2016-07-06 14:58:25 UTC (rev 149946)
+++ trunk/dports/x11/gksu/Portfile	2016-07-06 15:21:09 UTC (rev 149947)
@@ -1,38 +1,38 @@
+# -*- 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			gksu
-version			1.3.7
-revision                1
-platforms		darwin
-categories		x11 sysutils
-license			GPL-2+
-maintainers		nomaintainer
-description		Graphical frontend to su and sudo
-long_description \
-	Gtk+ frontend to su and sudo. It supports login shells and preserving \
-	environment when acting as a su frontend. It is useful to menu items or \
-	other graphical programs that need to ask a user's password to run another \
-	program as another user.
+name                gksu
+version             1.3.7
+revision            1
+platforms           darwin
+categories          x11 sysutils
+license             GPL-2+
+maintainers         nomaintainer
+description         Graphical frontend to su and sudo
+long_description    Gtk+ frontend to su and sudo. It supports login shells and preserving \
+                    environment when acting as a su frontend. It is useful to menu items or \
+                    other graphical programs that need to ask a user's password to run another \
+                    program as another user.
 
-homepage		http://www.nongnu.org/gksu/
-master_sites		http://people.debian.org/~kov/gksu/old_stuff/gksu/
-checksums		md5 15031e06ebb482f8aa1515499212eeaf
+homepage            http://www.nongnu.org/gksu/
+master_sites        http://people.debian.org/~kov/gksu/old_stuff/gksu/
+checksums           md5 15031e06ebb482f8aa1515499212eeaf
 
-depends_lib		port:gtk2 \
-			port:libgnome-keyring port:gconf \
-			port:libgksu12 port:libgksuui10
-depends_build		port:pkgconfig port:intltool
+depends_lib         port:gtk2 \
+                    port:libgnome-keyring port:gconf \
+                    port:libgksu12 port:libgksuui10
+depends_build       port:pkgconfig port:intltool
 
-patchfiles		patch-gksu.diff patch-gksu-gksu.c.diff
+patchfiles          patch-gksu.diff patch-gksu-gksu.c.diff
 
-configure.args		--infodir=${prefix}/share/info \
-			--mandir=${prefix}/share/man \
-			--disable-gtk-doc
+configure.args      --infodir=${prefix}/share/info \
+                    --mandir=${prefix}/share/man \
+                    --disable-gtk-doc
 
 variant docs {
-	depends_build-append port:gtk-doc
-	configure.args-delete --disable-gtk-doc
-	configure.args-append --enable-gtk-doc
+    depends_build-append port:gtk-doc
+    configure.args-delete --disable-gtk-doc
+    configure.args-append --enable-gtk-doc
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160706/c7657ae2/attachment.html>


More information about the macports-changes mailing list