[33173] trunk/dports/gnome/gail/Portfile

nox at macports.org nox at macports.org
Sun Jan 20 10:31:55 PST 2008


Revision: 33173
          http://trac.macosforge.org/projects/macports/changeset/33173
Author:   nox at macports.org
Date:     2008-01-20 10:31:47 -0800 (Sun, 20 Jan 2008)

Log Message:
-----------
gail:
 * Whitespace changes.
 * Taken over with open maintainership.

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

Modified: trunk/dports/gnome/gail/Portfile
===================================================================
--- trunk/dports/gnome/gail/Portfile	2008-01-20 17:34:57 UTC (rev 33172)
+++ trunk/dports/gnome/gail/Portfile	2008-01-20 18:31:47 UTC (rev 33173)
@@ -1,41 +1,42 @@
 # $Id$
-PortSystem 1.0
-name		gail
-version		1.20.1
-set branch  [join [lrange [split ${version} .] 0 1] .]
-revision    1
-description	An implementation of the ATK interfaces for GTK+ widgets.
-long_description        Gail, the Gnome Accessibility Implementation \
-			library, is implementation of the ATK interfaces \
-			for GTK+ widgets.
-maintainers	nomaintainer
-categories	gnome
-platforms	darwin 
-homepage	http://www.gnome.org/
-master_sites    gnome:sources/gail/${branch}/
 
-checksums	md5 3925b85849c720d4768682ff4eab1c58 \
-		sha1 cb9767641d89da64c1f0ca405319bcece907fbfb \
-		rmd160 01b43d9ae7eff9dd63a59879c8d906abe2503564
+PortSystem      1.0
 
+name            gail
+version         1.20.2
+set branch      [join [lrange [split ${version} .] 0 1] .]
+maintainers     nox openmaintainer
+categories      gnome
+platforms       darwin 
+description     An implementation of the ATK interfaces for GTK+ widgets.
+
+long_description \
+    Gail, the Gnome Accessibility Implementation library, is \
+    implementation of the ATK interfaces for GTK+ widgets.
+
+homepage        http://www.gnome.org/
+master_sites    gnome:sources/gail/${branch}
+use_bzip2       yes
+
+checksums       md5 3925b85849c720d4768682ff4eab1c58 \
+                sha1 cb9767641d89da64c1f0ca405319bcece907fbfb \
+                rmd160 01b43d9ae7eff9dd63a59879c8d906abe2503564
+
 depends_build   port:pkgconfig
 
-depends_lib \
-    port:gettext \
-    port:libiconv \
-    port:glib2 \
-    port:atk \
-    port:gtk2
+depends_lib     port:gettext \
+                port:libiconv \
+                port:glib2 \
+                port:atk \
+                port:gtk2
 
-use_bzip2	yes
 
-configure.cppflags-append "-L${prefix}/lib"
+configure.cppflags-append   -L${prefix}/lib
 
-variant quartz description "patch for gtk-quartz" {
-    patchfiles-append  gtk-quartz.patch
+variant quartz description {patch for gtk-quartz} {
+    patchfiles-append   gtk-quartz.patch
 }
 
 livecheck.check regex
 livecheck.url   http://ftp.gnome.org/pub/gnome/sources/${name}/${branch}/
 livecheck.regex {LATEST-IS-(\d+(?:\.\d+)*)}
-

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080120/4ad55d49/attachment.html


More information about the macports-changes mailing list