From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Oct 30 17:00:38 2006 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 BBBF816A49E for ; Mon, 30 Oct 2006 17:00:38 +0000 (UTC) (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 75F1E43D78 for ; Mon, 30 Oct 2006 17:00:36 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k9UH0ZDU020823 for ; Mon, 30 Oct 2006 17:00:35 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k9UH0ZX7020817; Mon, 30 Oct 2006 17:00:35 GMT (envelope-from gnats) Resent-Date: Mon, 30 Oct 2006 17:00:35 GMT Resent-Message-Id: <200610301700.k9UH0ZX7020817@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, Wesley Shields Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2D2F516A526; Mon, 30 Oct 2006 16:54:30 +0000 (UTC) (envelope-from wxs@atarininja.org) Received: from syn.atarininja.org (syn.csh.rit.edu [129.21.60.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id E39BD43E28; Mon, 30 Oct 2006 16:54:00 +0000 (GMT) (envelope-from wxs@atarininja.org) Received: by syn.atarininja.org (Postfix, from userid 1001) id 3F6D55C2E; Mon, 30 Oct 2006 12:01:09 -0500 (EST) Message-Id: <20061030170109.3F6D55C2E@syn.atarininja.org> Date: Mon, 30 Oct 2006 12:01:09 -0500 (EST) From: Wesley Shields To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: andreas@syndrom23.de, miwi@FreeBSD.org Subject: ports/104935: [UPDATE]: editors/gobby, net/net6, devel/obby X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Wesley Shields List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Oct 2006 17:00:38 -0000 >Number: 104935 >Category: ports >Synopsis: [UPDATE]: editors/gobby, net/net6, devel/obby >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: Mon Oct 30 17:00:35 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Wesley Shields >Release: FreeBSD 6.1-RELEASE-p10 amd64 >Organization: >Environment: System: FreeBSD syn.csh.rit.edu 6.1-RELEASE-p10 FreeBSD 6.1-RELEASE-p10 #5: Sat Sep 30 21:50:55 EDT 2006 root@syn.csh.rit.edu:/usr/obj/usr/src/sys/SMP amd64 >Description: editors/gobby, net/net6, and devel/obby are all out of date. Since the three are related I have decided to send one PR for all three. The maintainer of net/net6 and devel/obby has been CC'ed on this but my most recent attempt at communication with him has gone unanswered for a month now. I am willing to take maintainership of net/net6 and devel/obby if these get a maintainer timeout. The patch for devel/obby is a newer one than what is in ports/104237, so I think this one should be committed over that one. There are also some minor differences between the patch for net/net6 submitted in this PR and the one in ports/104236, not sure which is technically correct. As such, I am CC'ing the current owner of those ports in hopes that he is willing to take this on also. >How-To-Repeat: N/A >Fix: Below are the three patches to update each port. [BEGIN GOBBY PATCH] Index: Makefile =================================================================== RCS file: /home/ncvs/ports/editors/gobby/Makefile,v retrieving revision 1.3 diff -u -r1.3 Makefile --- Makefile 19 Aug 2006 16:49:46 -0000 1.3 +++ Makefile 30 Oct 2006 16:34:56 -0000 @@ -6,7 +6,7 @@ # PORTNAME= gobby -PORTVERSION= 0.3.0 +PORTVERSION= 0.4.1 CATEGORIES= editors MASTER_SITES= http://releases.0x539.de/gobby/ @@ -15,14 +15,22 @@ LIB_DEPENDS= xml\\+\\+-2.6.2:${PORTSDIR}/textproc/libxml++26 \ gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24 \ - net6-1.2.0:${PORTSDIR}/net/net6 \ - obby-0.3.0:${PORTSDIR}/devel/obby + net6-1.3:${PORTSDIR}/net/net6 \ + obby-0.4:${PORTSDIR}/devel/obby USE_XLIB= yes GNU_CONFIGURE= yes USE_GNOME= gnomehack pkgconfig gtksourceview USE_GCC= 3.4 -PLIST_FILES= bin/gobby +CONFIGURE_ARGS= "--mandir=${PREFIX}/man" + +PLIST_FILES= bin/gobby share/pixmaps/gobby.png \ + share/pixmaps/gobby/userlist.png \ + share/pixmaps/gobby/doclist.png \ + share/pixmaps/gobby/chat.png +PLIST_DIRS= share/pixmaps/gobby share/pixmaps + +MAN1= gobby.1 .include Index: distinfo =================================================================== RCS file: /home/ncvs/ports/editors/gobby/distinfo,v retrieving revision 1.2 diff -u -r1.2 distinfo --- distinfo 21 Dec 2005 09:23:46 -0000 1.2 +++ distinfo 30 Oct 2006 16:34:56 -0000 @@ -1,3 +1,3 @@ -MD5 (gobby-0.3.0.tar.gz) = 1b674f42654cc1960d37e0a6a2fcff1f -SHA256 (gobby-0.3.0.tar.gz) = 8534aaf5ad5266833db56b65fb4ab6826b71ea9cd837733c35cef69632bcfbbd -SIZE (gobby-0.3.0.tar.gz) = 308213 +MD5 (gobby-0.4.1.tar.gz) = a2c79bdda652a2d74fec104235d27bc0 +SHA256 (gobby-0.4.1.tar.gz) = aad2ed23638f5a6aa655dc13395228cefc4c28e46b05eb05ac12481fac36aba3 +SIZE (gobby-0.4.1.tar.gz) = 323377 [END GOBBY PATCH] [BEGIN NET6 PATCH] Index: Makefile =================================================================== RCS file: /home/ncvs/ports/net/net6/Makefile,v retrieving revision 1.5 diff -u -r1.5 Makefile --- Makefile 23 Feb 2006 10:38:24 -0000 1.5 +++ Makefile 24 Oct 2006 19:31:55 -0000 @@ -6,18 +6,18 @@ # PORTNAME= net6 -PORTVERSION= 1.2.2 -PORTREVISION= 1 +PORTVERSION= 1.3.2 CATEGORIES= net devel MASTER_SITES= http://releases.0x539.de/net6/ MAINTAINER= andreas@syndrom23.de COMMENT= Network access framework for IPv4/IPv6 -LIB_DEPENDS= sigc++-2.0.0:${PORTSDIR}/devel/libsigc++20 +LIB_DEPENDS= sigc-2.0.0:${PORTSDIR}/devel/libsigc++20 \ + gnutls.13:${PORTSDIR}/security/gnutls USE_GCC= 3.4+ -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes GNU_CONFIGURE= yes USE_GNOME= gnomehack Index: distinfo =================================================================== RCS file: /home/ncvs/ports/net/net6/distinfo,v retrieving revision 1.3 diff -u -r1.3 distinfo --- distinfo 12 Feb 2006 04:26:32 -0000 1.3 +++ distinfo 24 Oct 2006 19:31:55 -0000 @@ -1,3 +1,3 @@ -MD5 (net6-1.2.2.tar.gz) = 8a551a2d9785b2b0ed431bb9eeb6cfd6 -SHA256 (net6-1.2.2.tar.gz) = ccdf8bfec6098b9da9a82c8d3a4d85266a5c2fd8e0240bb9448448ea39f3a68a -SIZE (net6-1.2.2.tar.gz) = 377078 +MD5 (net6-1.3.2.tar.gz) = f6b1435ba0c47833855630ae2f045b40 +SHA256 (net6-1.3.2.tar.gz) = 2da8bf49ec9a6ff1052d1a1fc5ae7ffb0a910ae3b062a305a9440a1877907017 +SIZE (net6-1.3.2.tar.gz) = 422001 Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/net/net6/pkg-plist,v retrieving revision 1.4 diff -u -r1.4 pkg-plist --- pkg-plist 23 Feb 2006 10:38:24 -0000 1.4 +++ pkg-plist 24 Oct 2006 19:31:55 -0000 @@ -3,6 +3,8 @@ include/net6/common.hpp include/net6/connection.hpp include/net6/default_accumulator.hpp +include/net6/encrypt.hpp +include/net6/enum_ops.hpp include/net6/error.hpp include/net6/gettext_package.hpp include/net6/host.hpp @@ -11,18 +13,21 @@ include/net6/non_copyable.hpp include/net6/object.hpp include/net6/packet.hpp +include/net6/queue.hpp include/net6/select.hpp include/net6/serialise.hpp include/net6/server.hpp include/net6/socket.hpp include/net6/user.hpp -lib/libnet6-1.2.so -lib/libnet6-1.2.so.0 +lib/libnet6-1.3.so +lib/libnet6-1.3.so.0 lib/libnet6.a lib/libnet6.la lib/libnet6.so -libdata/pkgconfig/net6-1.2.pc +libdata/pkgconfig/net6-1.3.pc %%NLS%%share/locale/de/LC_MESSAGES/net6.mo +%%NLS%%share/locale/es/LC_MESSAGES/net6.mo %%NLS%%share/locale/fr/LC_MESSAGES/net6.mo +%%NLS%%share/locale/nl/LC_MESSAGES/net6.mo %%NLS%%share/locale/sv/LC_MESSAGES/net6.mo @dirrm include/net6 [END NET6 PATCH] [BEGIN OBBY PATCH] Index: Makefile =================================================================== RCS file: /home/ncvs/ports/devel/obby/Makefile,v retrieving revision 1.6 diff -u -r1.6 Makefile --- Makefile 10 May 2006 14:46:37 -0000 1.6 +++ Makefile 24 Oct 2006 19:52:35 -0000 @@ -6,21 +6,19 @@ # PORTNAME= obby -PORTVERSION= 0.3.0 -PORTREVISION= 2 +PORTVERSION= 0.4.2 CATEGORIES= devel MASTER_SITES= http://releases.0x539.de/obby/ MAINTAINER= andreas@syndrom23.de COMMENT= A library for synced document buffers -LIB_DEPENDS= sigc++-2.0.0:${PORTSDIR}/devel/libsigc++20 \ - gmp.7:${PORTSDIR}/math/libgmp4 \ +LIB_DEPENDS= sigc-2.0.0:${PORTSDIR}/devel/libsigc++20 \ net6:${PORTSDIR}/net/net6 GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-libgmp-prefix=${LOCALBASE} --without-howl -INSTALLS_SHLIB= yes +CONFIGURE_ARGS= --without-howl +USE_LDCONFIG= yes .if !defined(WITHOUT_NLS) CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib" Index: distinfo =================================================================== RCS file: /home/ncvs/ports/devel/obby/distinfo,v retrieving revision 1.2 diff -u -r1.2 distinfo --- distinfo 21 Dec 2005 09:23:46 -0000 1.2 +++ distinfo 24 Oct 2006 19:52:35 -0000 @@ -1,3 +1,3 @@ -MD5 (obby-0.3.0.tar.gz) = b14135018a3093395296cf091f9f824f -SHA256 (obby-0.3.0.tar.gz) = 609feb33095e6036808cd9b5dbeed8775866c8823f4416d1c333bffa36b072aa -SIZE (obby-0.3.0.tar.gz) = 454757 +MD5 (obby-0.4.2.tar.gz) = d3b0819f534c04018bf7d1b889ab8aac +SHA256 (obby-0.4.2.tar.gz) = 9a8d37e3f09231d416f6839a03c7f1d965b59a6d8f2087c547dd7cf45f710c3d +SIZE (obby-0.4.2.tar.gz) = 478842 Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/devel/obby/pkg-plist,v retrieving revision 1.3 diff -u -r1.3 pkg-plist --- pkg-plist 23 Feb 2006 10:36:08 -0000 1.3 +++ pkg-plist 24 Oct 2006 19:52:35 -0000 @@ -3,6 +3,7 @@ include/obby/chat.hpp include/obby/client_document_info.hpp include/obby/colour.hpp +include/obby/command.hpp include/obby/common.hpp include/obby/delete_operation.hpp include/obby/document.hpp @@ -16,9 +17,9 @@ include/obby/insert_operation.hpp include/obby/jupiter_algorithm.hpp include/obby/jupiter_client.hpp +include/obby/jupiter_error.hpp include/obby/jupiter_server.hpp include/obby/jupiter_undo.hpp -include/obby/line.hpp include/obby/local_buffer.hpp include/obby/local_document_info.hpp include/obby/no_operation.hpp @@ -26,13 +27,11 @@ include/obby/position.hpp include/obby/ptr_iterator.hpp include/obby/record.hpp -include/obby/reversible_insert_operation.hpp include/obby/ring.hpp -include/obby/rsa.hpp include/obby/server_buffer.hpp include/obby/server_document_info.hpp -include/obby/sha1.hpp include/obby/split_operation.hpp +include/obby/text.hpp include/obby/user.hpp include/obby/user_table.hpp include/obby/vector_time.hpp @@ -41,15 +40,17 @@ include/obby/serialise/object.hpp include/obby/serialise/parser.hpp include/obby/serialise/token.hpp -lib/libobby-0.3.so -lib/libobby-0.3.so.0 +lib/libobby-0.4.so +lib/libobby-0.4.so.0 lib/libobby.a lib/libobby.la lib/libobby.so -libdata/pkgconfig/obby-0.3.pc +libdata/pkgconfig/obby-0.4.pc +%%NLS%%share/locale/ca/LC_MESSAGES/obby.mo %%NLS%%share/locale/de/LC_MESSAGES/obby.mo +%%NLS%%share/locale/es/LC_MESSAGES/obby.mo %%NLS%%share/locale/fr/LC_MESSAGES/obby.mo -%%NLS%%share/locale/ca/LC_MESSAGES/obby.mo +%%NLS%%share/locale/nl/LC_MESSAGES/obby.mo %%NLS%%share/locale/sv/LC_MESSAGES/obby.mo @dirrm include/obby/serialise @dirrm include/obby [END OBBY PATCH] >Release-Note: >Audit-Trail: >Unformatted: