From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jul 15 23:30:19 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 06CC316A427 for ; Fri, 15 Jul 2005 23:30:19 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C925743D4C for ; Fri, 15 Jul 2005 23:30:17 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j6FNUH9q003500 for ; Fri, 15 Jul 2005 23:30:17 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j6FNUHA5003496; Fri, 15 Jul 2005 23:30:17 GMT (envelope-from gnats) Resent-Date: Fri, 15 Jul 2005 23:30:17 GMT Resent-Message-Id: <200507152330.j6FNUHA5003496@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Gunter Wambaugh Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 96A7316A41C for ; Fri, 15 Jul 2005 23:27:20 +0000 (GMT) (envelope-from gunter@isengard.six-two.net) Received: from isengard.six-two.net (68-119-105-238.dhcp.jcsn.tn.charter.com [68.119.105.238]) by mx1.FreeBSD.org (Postfix) with ESMTP id 07FBB43D45 for ; Fri, 15 Jul 2005 23:27:17 +0000 (GMT) (envelope-from gunter@isengard.six-two.net) Received: from isengard.six-two.net (localhost [127.0.0.1]) by isengard.six-two.net (8.13.3/8.13.3) with ESMTP id j6FNRG48031439 for ; Fri, 15 Jul 2005 18:27:16 -0500 (CDT) (envelope-from gunter@isengard.six-two.net) Received: (from gunter@localhost) by isengard.six-two.net (8.13.3/8.13.3/Submit) id j6FNRGvc031438; Fri, 15 Jul 2005 18:27:16 -0500 (CDT) (envelope-from gunter) Message-Id: <200507152327.j6FNRGvc031438@isengard.six-two.net> Date: Fri, 15 Jul 2005 18:27:16 -0500 (CDT) From: Gunter Wambaugh To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/83532: Update to 0.3.0. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Gunter Wambaugh List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Jul 2005 23:30:19 -0000 >Number: 83532 >Category: ports >Synopsis: Update to 0.3.0. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Jul 15 23:30:17 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Gunter Wambaugh >Release: FreeBSD 5.4-RELEASE-p2 i386 >Organization: >Environment: System: FreeBSD isengard.six-two.net 5.4-RELEASE-p2 FreeBSD 5.4-RELEASE-p2 #0: Fri Jun 10 15:15:52 CDT 2005 root@isengard.thewambaughs.net:/usr/obj/usr/src/sys/ISENGARD i386 >Description: Update to 0.3.0. Emailed previous maintainer with a patch to update port on July 3. Have not received a response or acknowledgement. >How-To-Repeat: >Fix: --- libexo.patch begins here --- diff -urN libexo.old/Makefile libexo/Makefile --- libexo.old/Makefile Fri Jul 15 17:26:20 2005 +++ libexo/Makefile Fri Jul 15 17:26:48 2005 @@ -6,17 +6,15 @@ # 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} -MAINTAINER= matt@bsdfly.org +MAINTAINER= gunter@six-two.net 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} @@ -32,6 +30,16 @@ CONFIGURE_ARGS+=--enable-gtk-doc .else CONFIGURE_ARGS+=--disable-gtk-doc +.endif + +.if defined(WITH_PYTHON) +CONFIGURE_ARGS+=--enable-python +USE_PYTHON= yes +RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/pygtk.py:${PORTSDIR}/x11-toolkits/py-gtk +PLIST_SUB+= PYTHON="" +.else +CONFIGURE_ARGS+=--disable-python +PLIST_SUB+= PYTHON="@comment " .endif post-patch: diff -urN libexo.old/distinfo libexo/distinfo --- libexo.old/distinfo Fri Jul 15 17:26:20 2005 +++ libexo/distinfo Sat Jul 2 09:34:44 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 -urN libexo.old/pkg-plist libexo/pkg-plist --- libexo.old/pkg-plist Fri Jul 15 17:26:20 2005 +++ libexo/pkg-plist Fri Jul 15 17:48:28 2005 @@ -1,31 +1,33 @@ -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 +include/exo-0.3/exo/exo-binding.h +include/exo-0.3/exo/exo-cell-renderer-ellipsized-text.h +include/exo-0.3/exo/exo-config.h +include/exo-0.3/exo/exo-ellipsized-label.h +include/exo-0.3/exo/exo-enum-types.h +include/exo-0.3/exo/exo-gdk-pixbuf-extensions.h +include/exo-0.3/exo/exo-gobject-extensions.h +include/exo-0.3/exo/exo-gtk-extensions.h +include/exo-0.3/exo/exo-icon-bar.h +include/exo-0.3/exo/exo-icon-view.h +include/exo-0.3/exo/exo-md5.h +include/exo-0.3/exo/exo-pango-extensions.h +include/exo-0.3/exo/exo-string.h +include/exo-0.3/exo/exo-toolbars-editor-dialog.h +include/exo-0.3/exo/exo-toolbars-editor.h +include/exo-0.3/exo/exo-toolbars-model.h +include/exo-0.3/exo/exo-toolbars-view.h +include/exo-0.3/exo/exo-xsession-client.h +include/exo-0.3/exo/exo.h +lib/libexo-0.3.a +lib/libexo-0.3.so +lib/libexo-0.3.so.0 +%%PYTHON%%lib/python2.4/site-packages/exo-0.3/_exo.so +%%PYTHON%%lib/python2.4/site-packages/exo-0.3/exo/__init__.py +%%PYTHON%%lib/python2.4/site-packages/exo-0.3/exo/__init__.pyc +%%PYTHON%%lib/python2.4/site-packages/exo-0.3/exo/__init__.pyo +%%PYTHON%%lib/python2.4/site-packages/pyexo.py +%%PYTHON%%lib/python2.4/site-packages/pyexo.pyc +%%PYTHON%%lib/python2.4/site-packages/pyexo.pyo +libdata/pkgconfig/exo-0.3.pc share/gtk-doc/html/exo/ExoCellRendererEllipsizedText.html share/gtk-doc/html/exo/ExoEllipsizedLabel.html share/gtk-doc/html/exo/ExoIconBar.html @@ -54,10 +56,21 @@ 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/style.css share/gtk-doc/html/exo/up.png -@dirrm include/exo-0.2/exo -@dirrm include/exo-0.2 -@dirrm share/gtk-doc/html/exo +%%PYTHON%%share/pygtk/2.0/defs/exo-0.3/exo.defs +%%PYTHON%%@dirrm share/pygtk/2.0/defs/exo-0.3 @unexec rmdir %D/share/gtk-doc/html 2>/dev/null || true -@unexec rmdir %D/share/gtk-doc 2>/dev/null || true -@unexec rmdir %D/lib/pkgconfig 2>/dev/null || true +%%PYTHON%%@unexec rmdir %D/share/pygtk/2.0/defs 2> /dev/null || true +%%PYTHON%%@unexec rmdir %D/share/pygtk/2.0 2> /dev/null || true +%%PYTHON%%@unexec rmdir %D/share/pygtk 2> /dev/null || true +@unexec rmdir %D/share/pixmaps 2> /dev/null || true +@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 +%%PYTHON%%@dirrm lib/python2.4/site-packages/exo-0.3/exo +%%PYTHON%%@dirrm lib/python2.4/site-packages/exo-0.3 +%%PYTHON%%@unexec rmdir %D/lib/python2.4/site-packages 2> /dev/null || true +%%PYTHON%%@unexec rmdir %D/lib/python2.4 2> /dev/null || true +@dirrm include/exo-0.3/exo +@dirrm include/exo-0.3 --- libexo.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: