Index: devel/pango/Makefile
===================================================================
RCS file: /cvs/ports/devel/pango/Makefile,v
retrieving revision 1.23
diff -u -p -r1.23 Makefile
--- devel/pango/Makefile	23 Apr 2007 16:24:18 -0000	1.23
+++ devel/pango/Makefile	5 May 2007 22:54:52 -0000
@@ -2,7 +2,7 @@
 
 COMMENT=		"library for layout and rendering of text"
 
-DISTNAME=		pango-1.16.1
+DISTNAME=		pango-1.16.4
 SHARED_LIBS += pango-1.0	   1300.0    # .0.0
 SHARED_LIBS += pangox-1.0	   1300.0    # .0.0
 SHARED_LIBS += pangoft2-1.0	   1300.0    # .0.0
Index: devel/pango/distinfo
===================================================================
RCS file: /cvs/ports/devel/pango/distinfo,v
retrieving revision 1.17
diff -u -p -r1.17 distinfo
--- devel/pango/distinfo	23 Apr 2007 16:24:18 -0000	1.17
+++ devel/pango/distinfo	5 May 2007 22:55:04 -0000
@@ -1,5 +1,5 @@
-MD5 (pango-1.16.1.tar.bz2) = SqcgYz5TcBplLydwCnlG3Q==
-RMD160 (pango-1.16.1.tar.bz2) = yXMVpWhfxvo/xwY43m7yTp0nObk=
-SHA1 (pango-1.16.1.tar.bz2) = dbSLH7zwf10mTHBkd9fft8sbJYM=
-SHA256 (pango-1.16.1.tar.bz2) = j09LSpNZzeNRIhJNf6hyXgqLxpv/BoggLOfXBkidqks=
-SIZE (pango-1.16.1.tar.bz2) = 1354214
+MD5 (pango-1.16.4.tar.bz2) = Al4qxeQMrBY6rkZTru9VnA==
+RMD160 (pango-1.16.4.tar.bz2) = N3vJ9uJT24mdPrMdMang0LpYa6c=
+SHA1 (pango-1.16.4.tar.bz2) = aiESZjLtmZUIGMZNhZi26S+n2lg=
+SHA256 (pango-1.16.4.tar.bz2) = G974AvE4+r2uoQuXpKhgYKSqxj25cOo6od9pezOVT/w=
+SIZE (pango-1.16.4.tar.bz2) = 1355938
Index: devel/pango/patches/patch-configure
===================================================================
RCS file: /cvs/ports/devel/pango/patches/patch-configure,v
retrieving revision 1.12
diff -u -p -r1.12 patch-configure
--- devel/pango/patches/patch-configure	23 Apr 2007 16:24:18 -0000	1.12
+++ devel/pango/patches/patch-configure	5 May 2007 23:05:37 -0000
@@ -1,7 +1,7 @@
 $OpenBSD: patch-configure,v 1.12 2007/04/23 16:24:18 jasper Exp $
---- configure.orig	Fri Apr 20 17:58:51 2007
-+++ configure	Fri Apr 20 18:54:23 2007
-@@ -20970,7 +20970,7 @@ if test -n "$PKG_CONFIG"; then
+--- configure.orig	Fri Apr 27 02:47:55 2007
++++ configure	Sat May  5 18:57:55 2007
+@@ -20973,7 +20973,7 @@ if test -n "$PKG_CONFIG"; then
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); }; then
@@ -10,7 +10,7 @@ $OpenBSD: patch-configure,v 1.12 2007/04
  else
    pkg_failed=yes
  fi
-@@ -21184,7 +21184,7 @@ if test -n "$PKG_CONFIG"; then
+@@ -21187,7 +21187,7 @@ if test -n "$PKG_CONFIG"; then
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); }; then
Index: devel/pango/patches/patch-modules_Makefile_in
===================================================================
RCS file: /cvs/ports/devel/pango/patches/patch-modules_Makefile_in,v
retrieving revision 1.11
diff -u -p -r1.11 patch-modules_Makefile_in
--- devel/pango/patches/patch-modules_Makefile_in	23 Apr 2007 16:24:18 -0000	1.11
+++ devel/pango/patches/patch-modules_Makefile_in	5 May 2007 23:08:39 -0000
@@ -1,16 +1,16 @@
 $OpenBSD: patch-modules_Makefile_in,v 1.11 2007/04/23 16:24:18 jasper Exp $
---- modules/Makefile.in.orig	Mon Mar 12 22:58:18 2007
-+++ modules/Makefile.in	Sun Mar 18 18:22:38 2007
-@@ -655,21 +655,11 @@ uninstall-info: uninstall-info-recursive
+--- modules/Makefile.in.orig	Fri Apr 27 02:47:50 2007
++++ modules/Makefile.in	Sat May  5 19:08:34 2007
+@@ -657,21 +657,11 @@ uninstall-info: uninstall-info-recursive
  @CROSS_COMPILING_FALSE@all-local: pango.modules
  
- install-data-local: $(top_builddir)/pango/pango-querymodules
+ install-data-local: $(top_builddir)/pango/pango-querymodules$(EXEEXT)
 -	@if $(RUN_QUERY_MODULES_TEST) ; then 				\
 -	  echo $(mkinstalldirs) $(DESTDIR)$(sysconfdir)/pango \&\& 	\
--	  $(top_builddir)/pango/pango-querymodules 			\
+-	  $(top_builddir)/pango/pango-querymodules$(EXEEXT) 			\
 -		\> $(DESTDIR)$(sysconfdir)/pango/pango.modules ;	\
 -	  $(mkinstalldirs) $(DESTDIR)$(sysconfdir)/pango && 		\
--	  $(top_builddir)/pango/pango-querymodules 			\
+-	  $(top_builddir)/pango/pango-querymodules$(EXEEXT) 			\
 -		> $(DESTDIR)$(sysconfdir)/pango/pango.modules ;		\
 -	else								\
 -	  echo "***" ; 							\
@@ -22,7 +22,7 @@ $OpenBSD: patch-modules_Makefile_in,v 1.
 -	fi
 +	$(mkinstalldirs) $(DESTDIR)$(sysconfdir)/pango &&	\
 +	  LD_LIBRARY_PATH=$(top_builddir)/pango/.libs		\
-+	  $(top_builddir)/pango/pango-querymodules		\
++	  $(top_builddir)/pango/pango-querymodules$(EXEEXT)	\
 +	  `find $(DESTDIR)$(moduledir) -name '*.so'` | sed 's,$(DESTDIR),,' \
 +	  > $(DESTDIR)$(sysconfdir)/pango/pango.modules
  
