[55726] users/devans/GNOME_2_27/gnome

devans at macports.org devans at macports.org
Mon Aug 17 15:27:17 PDT 2009


Revision: 55726
          http://trac.macports.org/changeset/55726
Author:   devans at macports.org
Date:     2009-08-17 15:27:14 -0700 (Mon, 17 Aug 2009)
Log Message:
-----------
GNOME_2_27/gnome/zenity: copy zenity from trunk and update to version 2.27.90, update dependencies, configuration, add mode line.

Modified Paths:
--------------
    users/devans/GNOME_2_27/gnome/zenity/Portfile

Added Paths:
-----------
    users/devans/GNOME_2_27/gnome/zenity/

Modified: users/devans/GNOME_2_27/gnome/zenity/Portfile
===================================================================
--- trunk/dports/gnome/zenity/Portfile	2009-08-17 21:09:40 UTC (rev 55724)
+++ users/devans/GNOME_2_27/gnome/zenity/Portfile	2009-08-17 22:27:14 UTC (rev 55726)
@@ -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
@@ -3,5 +4,5 @@
 
 name		zenity
-version		2.26.0
+version		2.27.90
 set branch  [join [lrange [split ${version} .] 0 1] .]
 description	zenity allows you to display dialog boxes from the commandline.
@@ -11,20 +12,25 @@
 			from the commandline and shell scripts.
 maintainers	devans openmaintainer
 categories	gnome
-platforms	darwin 
+platforms	darwin
 homepage	http://www.gnome.org/
 master_sites    gnome:sources/${name}/${branch}/
 
-checksums       md5     6660ce6dac0a6ca495a0e954cb6b40a2 \
-                sha1    4dbce1e3058eb9f7166045ea4d7b468499239774 \
-                rmd160  4172557d0ba85f9040767772ca2973de96b6eb40
+checksums       md5     2245c6f836e61d0115a826648d85758b \
+                sha1    a458fdc73cb5104b893e680284a031b88c21a3d5 \
+                rmd160  611229b382d3a74164b6c8b69593d1431ed5c96b
 
-depends_lib     port:libgnomeui \
+depends_build   port:pkgconfig \
+                port:intltool \
+                port:p5-xml-parser \
+                port:gnome-doc-utils 
+
+depends_lib     port:gtk2 \
 	        port:libnotify
 
 use_bzip2 	yes
 
-configure.args	--mandir=${prefix}/share/man --disable-scrollkeeper
+configure.args	--disable-scrollkeeper
 
 post-activate	{
 	system "scrollkeeper-update"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090817/d41e11e9/attachment.html>


More information about the macports-changes mailing list