ports/90520: [3 UPDATES]: devel/obby net/net6 editors/gobby
Wesley Shields
wxs at csh.rit.edu
Sat Dec 17 01:10:04 UTC 2005
>Number: 90520
>Category: ports
>Synopsis: [3 UPDATES]: devel/obby net/net6 editors/gobby
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: update
>Submitter-Id: current-users
>Arrival-Date: Sat Dec 17 01:10:02 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator: Wesley Shields
>Release: FreeBSD 5.4-RELEASE-p8 i386
>Organization:
>Environment:
System: FreeBSD syn 5.4-RELEASE-p8 FreeBSD 5.4-RELEASE-p8 #4: Tue Oct 11 10:45:25 EST 2005 root at syn:/usr/obj/usr/src/sys/GENERIC i386
>Description:
The following 3 patches will update devel/obby, net/net6, and
editors/gobby to the latest versions. The front page
(http://gobby.0x539.de/) has not been updated yet but these are the
official releases. I have CC'ed the maintainer of net/net6 and
devel/obby with this PR. I am the maintainer of editors/gobby.
>How-To-Repeat:
N/A
>Fix:
************** BEGIN NET6 PATCH **********************
diff -ruN net/net6.orig/Makefile net/net6/Makefile
--- net/net6.orig/Makefile Fri Dec 2 13:22:15 2005
+++ net/net6/Makefile Fri Dec 2 13:26:01 2005
@@ -6,7 +6,7 @@
#
PORTNAME= net6
-PORTVERSION= 1.1.0
+PORTVERSION= 1.2.1
CATEGORIES= net devel
MASTER_SITES= http://releases.0x539.de/net6/
diff -ruN net/net6.orig/distinfo net/net6/distinfo
--- net/net6.orig/distinfo Fri Dec 2 13:22:15 2005
+++ net/net6/distinfo Fri Dec 2 13:26:08 2005
@@ -1,2 +1,3 @@
-MD5 (net6-1.1.0.tar.gz) = 522229474ff554a4ce883002011d0fbb
-SIZE (net6-1.1.0.tar.gz) = 369898
+MD5 (net6-1.2.1.tar.gz) = e5e22450144b7a788955164729ef5034
+SHA256 (net6-1.2.1.tar.gz) = 0f3f3db01ca3613f9e4f407eeb5395745df770a92eb654ce0c7c71c0322fa4fc
+SIZE (net6-1.2.1.tar.gz) = 376538
diff -ruN net/net6.orig/pkg-plist net/net6/pkg-plist
--- net/net6.orig/pkg-plist Fri Dec 2 13:22:15 2005
+++ net/net6/pkg-plist Fri Dec 2 13:51:52 2005
@@ -1,20 +1,27 @@
include/net6/address.hpp
include/net6/client.hpp
include/net6/connection.hpp
+include/net6/common.hpp
include/net6/default_accumulator.hpp
include/net6/error.hpp
+include/net6/gettext_package.hpp
include/net6/host.hpp
+include/net6/local.hpp
include/net6/main.hpp
include/net6/non_copyable.hpp
+include/net6/object.hpp
include/net6/packet.hpp
-include/net6/peer.hpp
include/net6/select.hpp
+include/net6/serialise.hpp
include/net6/server.hpp
include/net6/socket.hpp
-lib/libnet6-1.1.so
-lib/libnet6-1.1.so.0
+include/net6/user.hpp
+lib/libnet6-1.2.so
+lib/libnet6-1.2.so.0
lib/libnet6.a
lib/libnet6.so
-libdata/pkgconfig/net6-1.1.pc
+libdata/pkgconfig/net6-1.2.pc
%%NLS%%share/locale/de/LC_MESSAGES/net6.mo
+%%NLS%%share/locale/fr/LC_MESSAGES/net6.mo
+%%NLS%%share/locale/sv/LC_MESSAGES/net6.mo
@dirrm include/net6
************** BEGIN OBBY PATCH **********************
diff -ruN devel/obby.orig/Makefile devel/obby/Makefile
--- devel/obby.orig/Makefile Fri Dec 16 19:36:02 2005
+++ devel/obby/Makefile Fri Dec 16 19:36:24 2005
@@ -6,7 +6,7 @@
#
PORTNAME= obby
-PORTVERSION= 0.2.1
+PORTVERSION= 0.3.0
CATEGORIES= devel
MASTER_SITES= http://releases.0x539.de/obby/
diff -ruN devel/obby.orig/distinfo devel/obby/distinfo
--- devel/obby.orig/distinfo Fri Dec 16 19:36:02 2005
+++ devel/obby/distinfo Fri Dec 16 19:36:32 2005
@@ -1,2 +1,3 @@
-MD5 (obby-0.2.1.tar.gz) = 5e28bfbf6e72b007aa6d055594754810
-SIZE (obby-0.2.1.tar.gz) = 404106
+MD5 (obby-0.3.0.tar.gz) = b14135018a3093395296cf091f9f824f
+SHA256 (obby-0.3.0.tar.gz) = 609feb33095e6036808cd9b5dbeed8775866c8823f4416d1c333bffa36b072aa
+SIZE (obby-0.3.0.tar.gz) = 454757
diff -ruN devel/obby.orig/pkg-plist devel/obby/pkg-plist
--- devel/obby.orig/pkg-plist Fri Dec 16 19:36:02 2005
+++ devel/obby/pkg-plist Fri Dec 16 19:39:39 2005
@@ -1,37 +1,54 @@
include/obby/buffer.hpp
include/obby/client_buffer.hpp
-include/obby/client_document.hpp
+include/obby/chat.hpp
include/obby/client_document_info.hpp
+include/obby/colour.hpp
include/obby/common.hpp
-include/obby/delete_record.hpp
+include/obby/delete_operation.hpp
include/obby/document.hpp
include/obby/document_info.hpp
+include/obby/document_packet.hpp
include/obby/duplex_signal.hpp
include/obby/error.hpp
include/obby/format_string.hpp
include/obby/host_buffer.hpp
-include/obby/host_document.hpp
include/obby/host_document_info.hpp
-include/obby/insert_record.hpp
+include/obby/insert_operation.hpp
+include/obby/jupiter_algorithm.hpp
+include/obby/jupiter_client.hpp
+include/obby/jupiter_server.hpp
+include/obby/jupiter_undo.hpp
include/obby/line.hpp
include/obby/local_buffer.hpp
-include/obby/local_document.hpp
include/obby/local_document_info.hpp
+include/obby/no_operation.hpp
+include/obby/operation.hpp
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.hpp
include/obby/server_document_info.hpp
include/obby/sha1.hpp
+include/obby/split_operation.hpp
include/obby/user.hpp
include/obby/user_table.hpp
-lib/libobby-0.2.so
-lib/libobby-0.2.so.0
+include/obby/vector_time.hpp
+include/obby/serialise/attribute.hpp
+include/obby/serialise/error.hpp
+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.a
lib/libobby.so
-libdata/pkgconfig/obby-0.2.pc
+libdata/pkgconfig/obby-0.3.pc
%%NLS%%share/locale/de/LC_MESSAGES/obby.mo
%%NLS%%share/locale/fr/LC_MESSAGES/obby.mo
+%%NLS%%share/locale/ca/LC_MESSAGES/obby.mo
+%%NLS%%share/locale/sv/LC_MESSAGES/obby.mo
+ at dirrm include/obby/serialise
@dirrm include/obby
************** BEGIN GOBBY PATCH **********************
diff -ruN editors/gobby.orig/Makefile editors/gobby/Makefile
--- editors/gobby.orig/Makefile Mon Dec 12 21:13:51 2005
+++ editors/gobby/Makefile Mon Dec 12 21:14:50 2005
@@ -6,7 +6,7 @@
#
PORTNAME= gobby
-PORTVERSION= 0.2.2
+PORTVERSION= 0.3.0
CATEGORIES= editors
MASTER_SITES= http://releases.0x539.de/gobby/
@@ -15,8 +15,8 @@
LIB_DEPENDS= xml\\+\\+-2.6.2:${PORTSDIR}/textproc/libxml++26 \
gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24 \
- net6-1.1.0:${PORTSDIR}/net/net6 \
- obby-0.2.0:${PORTSDIR}/devel/obby
+ net6-1.2.0:${PORTSDIR}/net/net6 \
+ obby-0.3.0:${PORTSDIR}/devel/obby
USE_XLIB= yes
GNU_CONFIGURE= yes
diff -ruN editors/gobby.orig/distinfo editors/gobby/distinfo
--- editors/gobby.orig/distinfo Mon Dec 12 21:13:51 2005
+++ editors/gobby/distinfo Mon Dec 12 21:33:01 2005
@@ -1,3 +1,3 @@
-MD5 (gobby-0.2.2.tar.gz) = 9a1b61ee3aebe737e5d9918f7601b5d4
-SHA256 (gobby-0.2.2.tar.gz) = 56c4dcf121eb496ac0b1d212783e3c7f01e427359a768ffa952355093a985eda
-SIZE (gobby-0.2.2.tar.gz) = 258917
+MD5 (gobby-0.3.0.tar.gz) = 1b674f42654cc1960d37e0a6a2fcff1f
+SHA256 (gobby-0.3.0.tar.gz) = 8534aaf5ad5266833db56b65fb4ab6826b71ea9cd837733c35cef69632bcfbbd
+SIZE (gobby-0.3.0.tar.gz) = 308213
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list