id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	port
11429	gimp-user-manual 2-0.12 fails to install	jo.irisson@…	rhwood@macports.org	"the gimp manual on the official gimp ftp server is not available any more at version 2.0.9. The available version is 2.0.11. 

Here is the diff for the Portfile to fetch this new version:


{{{
--- /dev/fd/63	2007-02-24 05:07:27.000000000 +0100
+++ -	2007-02-24 05:07:27.000000000 +0100
@@ -2,7 +2,7 @@
 
 PortSystem 1.0
 name             gimp-user-manual
-version          0.9
+version          0.11
 categories       graphics
 maintainers    nomaintainer@macports.org
 description      A multilingual user manual for the Gimp.
@@ -14,11 +14,14 @@
 platforms        darwin
 
 distname	gimp-help-2-${version}
-master_sites     ftp://ftp.gimp.org/pub/gimp/help/testing/
-checksums        md5 c2f5c20cc5d861e7d403dda8e46d1c97
+master_sites     ftp://ftp.gimp.org/pub/gimp/help/
+checksums        md5 1becf4914fe51d8f0ce4142202c8cb92
 
 depends_build    bin:pkg-config:pkgconfig
-depends_lib      port:gimp2
+depends_lib      port:gimp2 \
+                 port:docbook-xsl
+
+configure.args   --enable-build --with-xsl=/opt/local/share/xsl/docbook-xsl
 
 variant no-gimp {
 	configure.args-append --without-gimp

}}}



In addition, this new version requires some patches, and at least this one to the file stylesheets/profile.xsl

{{{
--- /dev/fd/63	2007-02-24 04:39:58.000000000 +0100
+++ -	2007-02-24 04:39:58.000000000 +0100
@@ -2,7 +2,7 @@
 <xsl:stylesheet xmlns:xsl=""http://www.w3.org/1999/XSL/Transform"" version='1.0'>
   
   <xsl:import
-      href=""http://docbook.sourceforge.net/release/xsl/current/profiling/profile.xsl"" />
+      href=""/opt/local/share/xsl/docbook-xsl/profiling/profile.xsl"" />
   
   <!-- Generate DocBook instance with correct DOCTYPE -->
   <xsl:output method=""xml"" encoding=""utf-8""
}}}

I hope this helps

JiHO
"	defect	closed	High		ports		fixed		yves@… boeyms@… markd@…	
