From mark@alu.reidel.info  Wed Jul 27 20:53:51 2005
Return-Path: <mark@alu.reidel.info>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 8C5C916A41F
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 27 Jul 2005 20:53:51 +0000 (GMT)
	(envelope-from mark@alu.reidel.info)
Received: from smtprelay02.ispgateway.de (smtprelay02.ispgateway.de [80.67.18.14])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 796E643D53
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 27 Jul 2005 20:53:49 +0000 (GMT)
	(envelope-from mark@alu.reidel.info)
Received: (qmail 18679 invoked from network); 27 Jul 2005 20:53:48 -0000
Received: from unknown (HELO raffi.reidel.info) (793055@[62.245.163.134])
          (envelope-sender <mark@alu.reidel.info>)
          by smtprelay02.ispgateway.de (qmail-ldap-1.03) with SMTP
          for <FreeBSD-gnats-submit@freebsd.org>; 27 Jul 2005 20:53:48 -0000
Received: (qmail 53918 invoked by uid 0); 27 Jul 2005 20:53:48 -0000
Received: from unknown (HELO alu.reidel.info) (192.168.42.12)
  by karm.dyndns.org with SMTP; 27 Jul 2005 20:53:48 -0000
Received: by alu.reidel.info (sSMTP sendmail emulation); Wed, 27 Jul 2005 22:53:49 +0000
Message-Id: <20050727205349.796E643D53@mx1.FreeBSD.org>
Date: Wed, 27 Jul 2005 22:53:49 +0000
From: "Mark Daniel Reidel" <mark@alu.reidel.info>
To: FreeBSD-gnats-submit@freebsd.org
Cc: matt@bsdfly.org
Subject: [PATCH] x11/libexo: update to 0.3.0
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         84191
>Category:       ports
>Synopsis:       [PATCH] x11/libexo: update to 0.3.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jul 27 21:00:36 GMT 2005
>Closed-Date:    Thu Jul 28 12:02:58 GMT 2005
>Last-Modified:  Thu Jul 28 12:02:58 GMT 2005
>Originator:     Mark Daniel Reidel
>Release:        FreeBSD 6.0-BETA1 amd64
>Organization:
>Environment:
System: FreeBSD alu.reidel.info 6.0-BETA1 FreeBSD 6.0-BETA1 #0: Tue Jul 26 23:28:22 UTC 2005
>Description:
- Update to 0.3.0
- Remove unneeded dependency on dbus

Port maintainer (matt@bsdfly.org) is cc'd.
>How-To-Repeat:
>Fix:

--- libexo-0.3.0.patch begins here ---
diff -ruN --exclude=CVS /var/tmp/portbackup/x11/libexo/Makefile /usr/ports/x11/libexo/Makefile
--- /var/tmp/portbackup/x11/libexo/Makefile	Sat Apr  2 21:09:14 2005
+++ /usr/ports/x11/libexo/Makefile	Wed Jul 27 22:35:54 2005
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	libexo
-PORTVERSION=	0.2.0
-PORTREVISION=	2
+PORTVERSION=	0.3.0
 CATEGORIES=	x11 xfce
 MASTER_SITES=	http://download.berlios.de/xfce-goodies/
 DISTNAME=	exo-${PORTVERSION}
@@ -15,8 +14,7 @@
 MAINTAINER=	matt@bsdfly.org
 COMMENT=	Terminal library, extensions to Xfce by os-cillation
 
-LIB_DEPENDS=	xfcegui4.3:${PORTSDIR}/x11-toolkits/libxfce4gui \
-		dbus-1.1:${PORTSDIR}/devel/dbus
+LIB_DEPENDS=	xfcegui4.3:${PORTSDIR}/x11-toolkits/libxfce4gui
 
 WRKSRC=		${WRKDIR}/${DISTNAME}
 
@@ -27,15 +25,25 @@
 USE_X_PREFIX=	yes
 INSTALLS_SHLIB=	yes
 
+CONFIGURE_ARGS=	--disable-python \
+		--enable-final
+
+.include <bsd.port.pre.mk>
+
+LIBEXO_VERSION=	exo-0.3
+PLIST_SUB+=	LIBEXO_VERSION=${LIBEXO_VERSION}
+
 .if defined(WITH_GTKDOC)
 BUILD_DEPENDS+=	gtkdocize:${PORTSDIR}/textproc/gtk-doc
 CONFIGURE_ARGS+=--enable-gtk-doc
+PLIST_SUB+=	GTKDOC:=""
 .else
 CONFIGURE_ARGS+=--disable-gtk-doc
+PLIST_SUB+=	GTKDOC:="@comment "
 .endif
 
 post-patch:
 	@${REINPLACE_CMD} -e 's|$$(libdir)/pkgconfig|${PREFIX}/libdata/pkgconfig|g' \
 		${WRKSRC}/exo/Makefile.in
 
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
diff -ruN --exclude=CVS /var/tmp/portbackup/x11/libexo/distinfo /usr/ports/x11/libexo/distinfo
--- /var/tmp/portbackup/x11/libexo/distinfo	Thu Jan 27 17:16:55 2005
+++ /usr/ports/x11/libexo/distinfo	Wed Jul 27 22:35:54 2005
@@ -1,2 +1,2 @@
-MD5 (exo-0.2.0.tar.gz) = 9298d5dbfd49d8aeb1c21b45f3c66e47
-SIZE (exo-0.2.0.tar.gz) = 506686
+MD5 (exo-0.3.0.tar.gz) = 078d50c378064823696995f38e759b08
+SIZE (exo-0.3.0.tar.gz) = 541683
diff -ruN --exclude=CVS /var/tmp/portbackup/x11/libexo/pkg-plist /usr/ports/x11/libexo/pkg-plist
--- /var/tmp/portbackup/x11/libexo/pkg-plist	Thu Jan 27 17:16:55 2005
+++ /usr/ports/x11/libexo/pkg-plist	Wed Jul 27 22:35:54 2005
@@ -1,63 +1,59 @@
-lib/libexo-0.2.a
-lib/libexo-0.2.so
-lib/libexo-0.2.so.0
-libdata/pkgconfig/exo-0.2.pc
-include/exo-0.2/exo/exo-binding.h
-include/exo-0.2/exo/exo-cell-renderer-ellipsized-text.h
-include/exo-0.2/exo/exo-config.h
-include/exo-0.2/exo/exo-dbus.h
-include/exo-0.2/exo/exo-ellipsized-label.h
-include/exo-0.2/exo/exo-enum-types.h
-include/exo-0.2/exo/exo-file-watch.h
-include/exo-0.2/exo/exo-gdk-pixbuf-extensions.h
-include/exo-0.2/exo/exo-gobject-extensions.h
-include/exo-0.2/exo/exo-gtk-extensions.h
-include/exo-0.2/exo/exo-ice.h
-include/exo-0.2/exo/exo-icon-bar.h
-include/exo-0.2/exo/exo-icon-view.h
-include/exo-0.2/exo/exo-md5.h
-include/exo-0.2/exo/exo-pango-extensions.h
-include/exo-0.2/exo/exo-property-proxy.h
-include/exo-0.2/exo/exo-string.h
-include/exo-0.2/exo/exo-toolbars-editor-dialog.h
-include/exo-0.2/exo/exo-toolbars-editor.h
-include/exo-0.2/exo/exo-toolbars-model.h
-include/exo-0.2/exo/exo-toolbars-view.h
-include/exo-0.2/exo/exo-uri.h
-include/exo-0.2/exo/exo-xsession-client.h
-include/exo-0.2/exo/exo.h
-share/gtk-doc/html/exo/ExoCellRendererEllipsizedText.html
-share/gtk-doc/html/exo/ExoEllipsizedLabel.html
-share/gtk-doc/html/exo/ExoIconBar.html
-share/gtk-doc/html/exo/ExoIconView.html
-share/gtk-doc/html/exo/ExoToolbarsEditor.html
-share/gtk-doc/html/exo/ExoToolbarsEditorDialog.html
-share/gtk-doc/html/exo/ExoToolbarsModel.html
-share/gtk-doc/html/exo/ExoToolbarsView.html
-share/gtk-doc/html/exo/ExoXsessionClient.html
-share/gtk-doc/html/exo/exo-Binding-Properties-Functions.html
-share/gtk-doc/html/exo/exo-Extensions-to-GObject.html
-share/gtk-doc/html/exo/exo-Extensions-to-Pango.html
-share/gtk-doc/html/exo/exo-Extensions-to-gdk-pixbuf.html
-share/gtk-doc/html/exo/exo-MD5-functions.html
-share/gtk-doc/html/exo/exo-String-Utility-Functions.html
-share/gtk-doc/html/exo/exo-Version-Information.html
-share/gtk-doc/html/exo/exo-extensions.html
-share/gtk-doc/html/exo/exo-miscelleanous.html
-share/gtk-doc/html/exo/exo-overview.html
-share/gtk-doc/html/exo/exo-toolbars.html
-share/gtk-doc/html/exo/exo-widgets.html
-share/gtk-doc/html/exo/exo.devhelp
-share/gtk-doc/html/exo/home.png
-share/gtk-doc/html/exo/index.html
-share/gtk-doc/html/exo/index.sgml
-share/gtk-doc/html/exo/ix01.html
-share/gtk-doc/html/exo/left.png
-share/gtk-doc/html/exo/right.png
-share/gtk-doc/html/exo/up.png
-@dirrm include/exo-0.2/exo
-@dirrm include/exo-0.2
-@dirrm share/gtk-doc/html/exo
-@unexec rmdir %D/share/gtk-doc/html 2>/dev/null || true
-@unexec rmdir %D/share/gtk-doc 2>/dev/null || true
+lib/lib%%LIBEXO_VERSION%%.a
+lib/lib%%LIBEXO_VERSION%%.so
+lib/lib%%LIBEXO_VERSION%%.so.0
+libdata/pkgconfig/%%LIBEXO_VERSION%%.pc
+include/%%LIBEXO_VERSION%%/exo/exo-binding.h
+include/%%LIBEXO_VERSION%%/exo/exo-cell-renderer-ellipsized-text.h
+include/%%LIBEXO_VERSION%%/exo/exo-config.h
+include/%%LIBEXO_VERSION%%/exo/exo-ellipsized-label.h
+include/%%LIBEXO_VERSION%%/exo/exo-enum-types.h
+include/%%LIBEXO_VERSION%%/exo/exo-gdk-pixbuf-extensions.h
+include/%%LIBEXO_VERSION%%/exo/exo-gobject-extensions.h
+include/%%LIBEXO_VERSION%%/exo/exo-gtk-extensions.h
+include/%%LIBEXO_VERSION%%/exo/exo-icon-bar.h
+include/%%LIBEXO_VERSION%%/exo/exo-icon-view.h
+include/%%LIBEXO_VERSION%%/exo/exo-md5.h
+include/%%LIBEXO_VERSION%%/exo/exo-pango-extensions.h
+include/%%LIBEXO_VERSION%%/exo/exo-string.h
+include/%%LIBEXO_VERSION%%/exo/exo-toolbars-editor-dialog.h
+include/%%LIBEXO_VERSION%%/exo/exo-toolbars-editor.h
+include/%%LIBEXO_VERSION%%/exo/exo-toolbars-model.h
+include/%%LIBEXO_VERSION%%/exo/exo-toolbars-view.h
+include/%%LIBEXO_VERSION%%/exo/exo-xsession-client.h
+include/%%LIBEXO_VERSION%%/exo/exo.h
+%%GTKDOC:%%share/gtk-doc/html/exo/ExoCellRendererEllipsizedText.html
+%%GTKDOC:%%share/gtk-doc/html/exo/ExoEllipsizedLabel.html
+%%GTKDOC:%%share/gtk-doc/html/exo/ExoIconBar.html
+%%GTKDOC:%%share/gtk-doc/html/exo/ExoIconView.html
+%%GTKDOC:%%share/gtk-doc/html/exo/ExoToolbarsEditor.html
+%%GTKDOC:%%share/gtk-doc/html/exo/ExoToolbarsEditorDialog.html
+%%GTKDOC:%%share/gtk-doc/html/exo/ExoToolbarsModel.html
+%%GTKDOC:%%share/gtk-doc/html/exo/ExoToolbarsView.html
+%%GTKDOC:%%share/gtk-doc/html/exo/ExoXsessionClient.html
+%%GTKDOC:%%share/gtk-doc/html/exo/exo-Binding-Properties-Functions.html
+%%GTKDOC:%%share/gtk-doc/html/exo/exo-Extensions-to-GObject.html
+%%GTKDOC:%%share/gtk-doc/html/exo/exo-Extensions-to-Pango.html
+%%GTKDOC:%%share/gtk-doc/html/exo/exo-Extensions-to-gdk-pixbuf.html
+%%GTKDOC:%%share/gtk-doc/html/exo/exo-MD5-functions.html
+%%GTKDOC:%%share/gtk-doc/html/exo/exo-String-Utility-Functions.html
+%%GTKDOC:%%share/gtk-doc/html/exo/exo-Version-Information.html
+%%GTKDOC:%%share/gtk-doc/html/exo/exo-extensions.html
+%%GTKDOC:%%share/gtk-doc/html/exo/exo-miscelleanous.html
+%%GTKDOC:%%share/gtk-doc/html/exo/exo-overview.html
+%%GTKDOC:%%share/gtk-doc/html/exo/exo-toolbars.html
+%%GTKDOC:%%share/gtk-doc/html/exo/exo-widgets.html
+%%GTKDOC:%%share/gtk-doc/html/exo/exo.devhelp
+%%GTKDOC:%%share/gtk-doc/html/exo/home.png
+%%GTKDOC:%%share/gtk-doc/html/exo/index.html
+%%GTKDOC:%%share/gtk-doc/html/exo/index.sgml
+%%GTKDOC:%%share/gtk-doc/html/exo/ix01.html
+%%GTKDOC:%%share/gtk-doc/html/exo/left.png
+%%GTKDOC:%%share/gtk-doc/html/exo/right.png
+%%GTKDOC:%%share/gtk-doc/html/exo/style.css
+%%GTKDOC:%%share/gtk-doc/html/exo/up.png
+@dirrm include/%%LIBEXO_VERSION%%/exo
+@dirrm include/%%LIBEXO_VERSION%%
+%%GTKDOC:%%@dirrm share/gtk-doc/html/exo
+%%GTKDOC:%%@unexec rmdir %D/share/gtk-doc/html 2>/dev/null || true
+%%GTKDOC:%%@unexec rmdir %D/share/gtk-doc 2>/dev/null || true
 @unexec rmdir %D/lib/pkgconfig 2>/dev/null || true
--- libexo-0.3.0.patch ends here ---

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: pav 
State-Changed-When: Thu Jul 28 12:02:48 GMT 2005 
State-Changed-Why:  
Duplicate of ports/83532 

http://www.freebsd.org/cgi/query-pr.cgi?pr=84191 
>Unformatted:
