[153871] trunk/dports/gnome/gnotify/Portfile

devans at macports.org devans at macports.org
Fri Oct 14 21:48:23 CEST 2016


Revision: 153871
          https://trac.macports.org/changeset/153871
Author:   devans at macports.org
Date:     2016-10-14 12:48:22 -0700 (Fri, 14 Oct 2016)
Log Message:
-----------
gnotify: reformat per modeline, white space only.

Modified Paths:
--------------
    trunk/dports/gnome/gnotify/Portfile

Modified: trunk/dports/gnome/gnotify/Portfile
===================================================================
--- trunk/dports/gnome/gnotify/Portfile	2016-10-14 18:38:44 UTC (rev 153870)
+++ trunk/dports/gnome/gnotify/Portfile	2016-10-14 19:48:22 UTC (rev 153871)
@@ -1,30 +1,32 @@
 # -*- 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		gnotify
-version		1.2
-description	Gnotify is a notification-service daemon.
-long_description	GNotify is a little daemon written in C using GTK. It \
-			provides (like the KDE KNotify-system) a notification-service \
-			for Gnome/XFce/FVWM/Fluxbox/Enlightenment and other \
-			Desktop-Environments/WindowManagers.
-maintainers	nomaintainer
-categories	gnome
-license		GPL-2+
-platforms	darwin
-homepage	http://gnotify.sf.net
-master_sites    sourceforge
-checksums	md5 6e7a031a5b1e9b12ac04992ccbf71627
-patchfiles	patch_Makefile.in
-depends_build	port:pkgconfig port:automake
-depends_lib	bin:gnome-session:gnome-session
-post-patch	{
-		foreach tool [glob -directory ${prefix}/share automake-*/{install-sh,mkinstalldirs,missing}] {
-			file copy -force $tool ${worksrcpath}
-		}
+name                gnotify
+version             1.2
+description         Gnotify is a notification-service daemon.
+long_description    GNotify is a little daemon written in C using GTK. It \
+                    provides (like the KDE KNotify-system) a notification-service \
+                    for Gnome/XFce/FVWM/Fluxbox/Enlightenment and other \
+                    Desktop-Environments/WindowManagers.
+maintainers         nomaintainer
+categories          gnome
+license             GPL-2+
+platforms           darwin
+homepage            http://gnotify.sf.net
+master_sites        sourceforge
+checksums           md5 6e7a031a5b1e9b12ac04992ccbf71627
+patchfiles          patch_Makefile.in
+depends_build       port:pkgconfig \
+                    port:automake
+
+depends_lib         bin:gnome-session:gnome-session
+post-patch  {
+    foreach tool [glob -directory ${prefix}/share automake-*/{install-sh,mkinstalldirs,missing}] {
+        file copy -force $tool ${worksrcpath}
+    }
 }
 
-livecheck.url   http://sourceforge.net/projects/${name}/files/${name}/
-livecheck.regex "(?i)${name} (\\d+(?:\\.\\d+)*)"
+livecheck.url       http://sourceforge.net/projects/${name}/files/${name}/
+livecheck.regex     "(?i)${name} (\\d+(?:\\.\\d+)*)"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macports.org/pipermail/macports-changes/attachments/20161014/a5dcc9ce/attachment-0002.html>


More information about the macports-changes mailing list