[62366] trunk/dports/x11/gtkspell2

toby at macports.org toby at macports.org
Mon Jan 4 20:19:14 PST 2010


Revision: 62366
          http://trac.macports.org/changeset/62366
Author:   toby at macports.org
Date:     2010-01-04 20:19:11 -0800 (Mon, 04 Jan 2010)
Log Message:
-----------
#23069 (Update gtkspell2 to 2.0.16 and apply patch)

Modified Paths:
--------------
    trunk/dports/x11/gtkspell2/Portfile

Added Paths:
-----------
    trunk/dports/x11/gtkspell2/files/
    trunk/dports/x11/gtkspell2/files/patch-Makefile.in.diff

Modified: trunk/dports/x11/gtkspell2/Portfile
===================================================================
--- trunk/dports/x11/gtkspell2/Portfile	2010-01-05 03:54:20 UTC (rev 62365)
+++ trunk/dports/x11/gtkspell2/Portfile	2010-01-05 04:19:11 UTC (rev 62366)
@@ -4,7 +4,7 @@
 PortSystem          1.0
 
 name                gtkspell2
-version             2.0.15
+version             2.0.16
 categories          x11 gnome textproc
 platforms           darwin
 maintainers         nomaintainer
@@ -17,9 +17,9 @@
 master_sites        ${homepage}/download
 distname            gtkspell-${version}
 
-checksums           md5     d90a7fe883f29caca149f04f31e2f0f9 \
-                    sha1    2eaf2de22e2bec39552416b66dcb2d5a7bbb833e \
-                    rmd160  bdfb9f432c93aec7c43c5df6663bac5270d97b1d
+checksums           md5     f75dcc9338f182c571b321d37c606a94 \
+                    sha1    49a3eaff850d119a94fc929635270f01e87cdca1 \
+                    rmd160  92c29780a43cd6fa2270d5ee77f9bc1ac09e56df
 
 depends_build       port:pkgconfig \
                     port:gtk-doc
@@ -27,6 +27,8 @@
 depends_lib         port:enchant \
                     port:gtk2
 
+patchfiles          patch-Makefile.in.diff
+
 configure.args      --disable-debug
 
 livecheck.type      regex
@@ -36,4 +38,3 @@
 #NOTES   Port is named gtkspell2 due to ongoing development of gtkspell3
 #        Although there are no ports that require this port, there are a
 #        number of ports that will build with it if it is present.
-

Added: trunk/dports/x11/gtkspell2/files/patch-Makefile.in.diff
===================================================================
--- trunk/dports/x11/gtkspell2/files/patch-Makefile.in.diff	                        (rev 0)
+++ trunk/dports/x11/gtkspell2/files/patch-Makefile.in.diff	2010-01-05 04:19:11 UTC (rev 62366)
@@ -0,0 +1,11 @@
+--- docs/Makefile.in.orig	2009-12-29 09:40:55.000000000 -0800
++++ docs/Makefile.in	2009-12-29 09:40:55.000000000 -0800
+@@ -548,7 +548,7 @@
+ 	cd $(srcdir)/html && gtkdoc-mkhtml $(mkhtml_options) $(MKHTML_OPTIONS) $(DOC_MODULE) ../$(DOC_MAIN_SGML_FILE)
+ 	test "x$(HTML_IMAGES)" = "x" || ( cd $(srcdir) && cp $(HTML_IMAGES) html )
+ 	@echo 'gtk-doc: Fixing cross-references'
+-	cd $(srcdir) && gtkdoc-fixxref --module-dir=html --html-dir=$(HTML_DIR) $(FIXXREF_OPTIONS)
++	cd $(srcdir) && gtkdoc-fixxref --module=gtkspell --module-dir=html --html-dir=$(HTML_DIR) $(FIXXREF_OPTIONS)
+ 	touch html-build.stamp
+ 
+ ##############
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100104/05eec329/attachment.html>


More information about the macports-changes mailing list