diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2006-11-02 20:15:25 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2006-11-02 20:15:25 +0000 |
commit | 3681b2782a0b40810a1fa6192d2603e2036ad21d (patch) | |
tree | 96265c791b6cc6a42a57ac9919609ebd843c1d5a /devel/obby | |
parent | - Update to 1.3.2 (diff) |
- Update to 0.4.2
- Pass maintainership to submitter
PR: ports/104935
Submitted by: Wesley Shields <wxs@atarininja.org>
Approved by: Andreas Kohn (old maintainer)
Notes
Notes:
svn path=/head/; revision=176215
Diffstat (limited to 'devel/obby')
-rw-r--r-- | devel/obby/Makefile | 12 | ||||
-rw-r--r-- | devel/obby/distinfo | 6 | ||||
-rw-r--r-- | devel/obby/pkg-plist | 17 |
3 files changed, 17 insertions, 18 deletions
diff --git a/devel/obby/Makefile b/devel/obby/Makefile index da6c427b0d3e..ee30a3b78595 100644 --- a/devel/obby/Makefile +++ b/devel/obby/Makefile @@ -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 +MAINTAINER= wxs@atarininja.org 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" diff --git a/devel/obby/distinfo b/devel/obby/distinfo index 6582c520beb7..f7f9785cb807 100644 --- a/devel/obby/distinfo +++ b/devel/obby/distinfo @@ -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 diff --git a/devel/obby/pkg-plist b/devel/obby/pkg-plist index 44cc8bec77c3..83c2483864b7 100644 --- a/devel/obby/pkg-plist +++ b/devel/obby/pkg-plist @@ -3,6 +3,7 @@ include/obby/client_buffer.hpp 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/host_document_info.hpp 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/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_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/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-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 |