ports/104237: devel/obby: upstream upgrade

Antoine Beaupre anarcat at koumbit.org
Tue Oct 10 01:00:38 UTC 2006


>Number:         104237
>Category:       ports
>Synopsis:       devel/obby: upstream upgrade
>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:   Tue Oct 10 01:00:34 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Antoine Beaupre
>Release:        FreeBSD 6.1-SECURITY i386
>Organization:
koumbit
>Environment:
System: FreeBSD lethe.koumbit.net 6.1-SECURITY FreeBSD 6.1-SECURITY #0: Mon Aug 28 05:21:08 UTC 2006 root at builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC i386

obby 0.3.

>Description:

A new version is out, 0.4.1. It fixes several bugs and has interesting new functionalities. I *think* it depends on the net/net6 upgrade (for which i filed another pr/patch).

>How-To-Repeat:

N/A.

>Fix:

--- distinfo.orig	Wed Dec 21 04:23:46 2005
+++ distinfo	Mon Oct  9 17:24:18 2006
@@ -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.1.tar.gz) = b79146369fc76a61d6d4056a937c71c8
+SHA256 (obby-0.4.1.tar.gz) = b69a259795762881a5384072085bb501d77c6fb974e0b7a16ca573565ffe3629
+SIZE (obby-0.4.1.tar.gz) = 469996
--- pkg-plist.orig	Thu Feb 23 05:36:08 2006
+++ pkg-plist	Mon Oct  9 18:19:13 2006
@@ -4,6 +4,7 @@
 include/obby/client_document_info.hpp
 include/obby/colour.hpp
 include/obby/common.hpp
+include/obby/command.hpp
 include/obby/delete_operation.hpp
 include/obby/document.hpp
 include/obby/document_info.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,12 +40,12 @@
 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/de/LC_MESSAGES/obby.mo
 %%NLS%%share/locale/fr/LC_MESSAGES/obby.mo
 %%NLS%%share/locale/ca/LC_MESSAGES/obby.mo
--- /dev/null	Mon Oct  9 20:35:00 2006
+++ files/patch-test-makefile.in	Mon Oct  9 18:03:09 2006
@@ -0,0 +1,19 @@
+--- test/Makefile.in.orig	Mon Oct  9 18:02:32 2006
++++ test/Makefile.in	Mon Oct  9 18:02:50 2006
+@@ -223,14 +223,14 @@
+ serialise_LDADD = -L../src/serialise -lserialise
+ text_SOURCES = test_text.cpp ../src/text.cpp ../src/user.cpp \
+ 	../src/user_table.cpp ../src/colour.cpp ../src/common.cpp # \
+-	gettext
++#	gettext
+ text_LDADD = -L../src/serialise -lserialise
+ jupiter_SOURCES = test_jupiter.cpp ../src/jupiter_algorithm.cpp \
+ 	../src/jupiter_client.cpp ../src/jupiter_server.cpp \
+ 	../src/jupiter_error.cpp ../src/jupiter_undo.cpp \
+ 	../src/text.cpp ../src/document.cpp ../src/user.cpp \
+ 	../src/user_table.cpp ../src/colour.cpp ../src/common.cpp # \
+-	gettext
++#	gettext
+ jupiter_LDADD = -L../src/serialise -lserialise
+ dist_noinst_DATA = base_file
+ all: all-am
--- Makefile.orig	Mon Oct  9 20:47:25 2006
+++ Makefile	Mon Oct  9 17:23:59 2006
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	obby
-PORTVERSION=	0.3
+PORTVERSION=	0.4.1
 PORTREVISION=	2
 CATEGORIES=	devel
 MASTER_SITES=	http://releases.0x539.de/obby/
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list