[64195] trunk/dports/x11/pango-devel

jeremyhu at macports.org jeremyhu at macports.org
Wed Feb 24 16:45:04 PST 2010


Revision: 64195
          http://trac.macports.org/changeset/64195
Author:   jeremyhu at macports.org
Date:     2010-02-24 16:45:02 -0800 (Wed, 24 Feb 2010)
Log Message:
-----------
pango-devel: Bump to 1.27.1 which contains a workaround for #21624

Modified Paths:
--------------
    trunk/dports/x11/pango-devel/Portfile

Removed Paths:
-------------
    trunk/dports/x11/pango-devel/files/patch-which.diff

Modified: trunk/dports/x11/pango-devel/Portfile
===================================================================
--- trunk/dports/x11/pango-devel/Portfile	2010-02-24 22:54:03 UTC (rev 64194)
+++ trunk/dports/x11/pango-devel/Portfile	2010-02-25 00:45:02 UTC (rev 64195)
@@ -7,7 +7,7 @@
 name                    pango-devel
 conflicts               pango
 set my_name             pango
-version                 1.25.6
+version                 1.27.1
 set branch              [join [lrange [split ${version} .] 0 1] .]
 categories              x11
 maintainers             ryandesign
@@ -28,10 +28,9 @@
     open-source framework for the layout and rendering \
     of internationalized text.
 
-checksums \
-    md5     f578a348fbe5f616d104b3a5ecbd2005 \
-    sha1    092a4650158bb8e022482f22f26190bb0c3309b8 \
-    rmd160  2cdfeb0d13e80f251babfef37e26e3c9203381de
+checksums           md5     ffc867ee6c3173bc3941002f33ea4148 \
+                    sha1    e01daee61a8bc0afa863be364b03e73f8d9214c1 \
+                    rmd160  7cf754e21ce009d698937819e3b2c9c3d8f4b615
 
 depends_build \
     port:pkgconfig
@@ -46,7 +45,6 @@
                         lib/libcairo.dylib
 
 patchfiles \
-    patch-which.diff \
     patch-ltmain.sh.diff
 
 configure.ccache        no

Deleted: trunk/dports/x11/pango-devel/files/patch-which.diff
===================================================================
--- trunk/dports/x11/pango-devel/files/patch-which.diff	2010-02-24 22:54:03 UTC (rev 64194)
+++ trunk/dports/x11/pango-devel/files/patch-which.diff	2010-02-25 00:45:02 UTC (rev 64195)
@@ -1,20 +0,0 @@
---- docs/Makefile.in.orig	2009-05-04 15:05:17.000000000 -0500
-+++ docs/Makefile.in	2009-05-07 04:08:23.000000000 -0500
-@@ -785,7 +785,7 @@
- 	    mv -f $${installdir}/$(DOC_MODULE).devhelp \
- 	      $${installdir}/$(DOC_MODULE)-$(DOC_MODULE_VERSION).devhelp; \
- 	  fi; \
--	  ! which gtkdoc-rebase >/dev/null 2>&1 || \
-+	  ! test -x "`which gtkdoc-rebase`" || \
- 	    gtkdoc-rebase --relative --dest-dir=$(DESTDIR) --html-dir=$${installdir} ; \
- 	fi
- 
-@@ -815,7 +815,7 @@
- 	-cp $(srcdir)/$(DOC_MODULE).types $(distdir)/
- 	-cp $(srcdir)/$(DOC_MODULE)-sections.txt $(distdir)/
- 	cd $(distdir) && rm -f $(DISTCLEANFILES)
--	! which gtkdoc-rebase >/dev/null 2>&1 || \
-+	! test -x "`which gtkdoc-rebase`" || \
- 	  gtkdoc-rebase --online --relative --html-dir=$(distdir)/html
- 
- .PHONY : dist-hook-local docs
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100224/4d369da6/attachment.html>


More information about the macports-changes mailing list