[29836] trunk/dports/gnome/gnome-doc-utils/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Thu Oct 11 07:16:33 PDT 2007


Revision: 29836
          http://trac.macosforge.org/projects/macports/changeset/29836
Author:   nox at macports.org
Date:     2007-10-11 07:16:33 -0700 (Thu, 11 Oct 2007)

Log Message:
-----------
gnome-doc-utils:
 * Added perl5.8 and p5-xml-parser build dependencies.
 * scrollkeeper-update path is now hardcoded.
 * Disabled universal variant as this port is arch-agnostic.

Modified Paths:
--------------
    trunk/dports/gnome/gnome-doc-utils/Portfile

Modified: trunk/dports/gnome/gnome-doc-utils/Portfile
===================================================================
--- trunk/dports/gnome/gnome-doc-utils/Portfile	2007-10-11 13:36:52 UTC (rev 29835)
+++ trunk/dports/gnome/gnome-doc-utils/Portfile	2007-10-11 14:16:33 UTC (rev 29836)
@@ -5,7 +5,7 @@
 name		gnome-doc-utils
 version		0.12.0
 set branch  [join [lrange [split ${version} .] 0 1] .]
-revision	0
+revision	1
 description	GNOME document utils.
 long_description \
 	gnome-doc-utils is a collection of documentation utilities \
@@ -19,14 +19,16 @@
 homepage	http://www.gnome.org/
 master_sites    gnome:sources/${name}/${branch}/
 
-checksums	md5 5934c08d12407d8233416343cd73df24 \
-		sha1 e20c74ad415b9ddfdf6c8d663e22bf27c0b939c4 \
-		rmd160 3ac9b6f04163ba2581b048282f64558f608ca44d
+checksums       md5 5934c08d12407d8233416343cd73df24 \
+                sha1 e20c74ad415b9ddfdf6c8d663e22bf27c0b939c4 \
+                rmd160 3ac9b6f04163ba2581b048282f64558f608ca44d
 
 use_bzip2 	yes
 
 depends_build	\
-	port:pkgconfig
+    port:pkgconfig \
+    port:perl5.8 \
+    port:p5-xml-parser
 depends_lib	\
 	port:gettext \
 	port:libiconv \
@@ -51,9 +53,11 @@
 } 
  
 post-activate	{
-	system "scrollkeeper-update"
+    system "${prefix}/bin/scrollkeeper-update"
 }
 
+universal_variant   no
+
 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/20071011/f35df5cc/attachment.html


More information about the macports-changes mailing list