diff options
author | garga <garga@FreeBSD.org> | 2005-12-21 17:23:47 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2005-12-21 17:23:47 +0800 |
commit | ab158fa7e3b13cad2dc5ab3feb476be6893e79ba (patch) | |
tree | b8ad2b20b3cb8a1093fa844d038336b72d50b210 /devel/obby | |
parent | c35adc60c8cf56d356427f87cd20ccd2ff505ec0 (diff) | |
download | freebsd-ports-gnome-ab158fa7e3b13cad2dc5ab3feb476be6893e79ba.tar.gz freebsd-ports-gnome-ab158fa7e3b13cad2dc5ab3feb476be6893e79ba.tar.zst freebsd-ports-gnome-ab158fa7e3b13cad2dc5ab3feb476be6893e79ba.zip |
o Update net/net6 to 1.2.1 [1]
o Update devel/obby to 0.3.0 [1]
o Update editors/gobby to 0.3.0 [2]
o Update net/sobby to 0.3.0 [3]
PR: ports/90520
Submitted by: Wesley Shields <wxs@csh.rit.edu> [1] [2],
Andreas Kohn <andreas@syndrom23.de> [3]
Approved by: Andreas Kohn <andreas@syndrom23.de> (maintainer) [1]
Diffstat (limited to 'devel/obby')
-rw-r--r-- | devel/obby/Makefile | 4 | ||||
-rw-r--r-- | devel/obby/distinfo | 5 | ||||
-rw-r--r-- | devel/obby/pkg-plist | 35 |
3 files changed, 31 insertions, 13 deletions
diff --git a/devel/obby/Makefile b/devel/obby/Makefile index 7f9b951c402d..5406d2ee1328 100644 --- a/devel/obby/Makefile +++ b/devel/obby/Makefile @@ -6,7 +6,7 @@ # PORTNAME= obby -PORTVERSION= 0.2.1 +PORTVERSION= 0.3.0 CATEGORIES= devel MASTER_SITES= http://releases.0x539.de/obby/ @@ -39,7 +39,7 @@ post-patch: .include <bsd.port.pre.mk> .if ${OSVERSION} < 500000 -IGNORE= "Some dependencies does not run on FreeBSD \< 5.x" +IGNORE= some dependencies does not run on FreeBSD < 5.x .endif .include <bsd.port.post.mk> diff --git a/devel/obby/distinfo b/devel/obby/distinfo index 52d9baf74042..6582c520beb7 100644 --- a/devel/obby/distinfo +++ b/devel/obby/distinfo @@ -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 --git a/devel/obby/pkg-plist b/devel/obby/pkg-plist index 26f7f8925eeb..14ee76620cbd 100644 --- a/devel/obby/pkg-plist +++ b/devel/obby/pkg-plist @@ -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 +@dirrm include/obby/serialise @dirrm include/obby |