Index: Makefile =================================================================== RCS file: /home/pcvs/ports/net-p2p/moodriver/Makefile,v retrieving revision 1.4 diff -u -r1.4 Makefile --- Makefile 24 Aug 2006 15:05:32 -0000 1.4 +++ Makefile 3 Dec 2006 18:19:24 -0000 @@ -6,9 +6,9 @@ # PORTNAME= moodriver -PORTVERSION= 0.09 +PORTVERSION= 0.20.1 CATEGORIES= net-p2p -MASTER_SITES= http://files.beep-media-player.org/releases/moodriver/ +MASTER_SITES= http://files.beep-media-player.org/releases/moodriver/ CENKES MAINTAINER= novel@FreeBSD.org COMMENT= C++ museekd client library @@ -16,11 +16,12 @@ LIB_DEPENDS= sigc-2.0.0:${PORTSDIR}/devel/libsigc++20 GNU_CONFIGURE= yes -CONFIGURE_ENV= CXXFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \ - LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" -CONFIGURE_ARGS+= --with-pkgconfig-dir=${PREFIX}/libdata/pkgconfig +CPPFLAGS= -I${LOCALBASE}/include +LDFLAGS= -L${LOCALBASE}/lib +CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" +CONFIGURE_ARGS= --with-pkgconfig-dir=${PREFIX}/libdata/pkgconfig USE_GETTEXT= yes -USE_GNOME= glib20 +USE_GNOME= glib20 pkgconfig USE_LDCONFIG= yes .include Index: distinfo =================================================================== RCS file: /home/pcvs/ports/net-p2p/moodriver/distinfo,v retrieving revision 1.4 diff -u -r1.4 distinfo --- distinfo 24 Aug 2006 15:05:32 -0000 1.4 +++ distinfo 3 Dec 2006 18:19:24 -0000 @@ -1,3 +1,3 @@ -MD5 (moodriver-0.09.tar.gz) = 9fc128eebbfad9f365643210610bb782 -SHA256 (moodriver-0.09.tar.gz) = 91bbb8823758881e5250ffe89e4125c6e632530b93a8dcf4d375cf5680e0fa7a -SIZE (moodriver-0.09.tar.gz) = 407674 +MD5 (moodriver-0.20.1.tar.gz) = cebfdce35b20f1d30e24ffd5d2fff813 +SHA256 (moodriver-0.20.1.tar.gz) = afe0059531f4e3bba7a888ef6c001dc546dc422830d86a6a0595796a153fe784 +SIZE (moodriver-0.20.1.tar.gz) = 409396 Index: pkg-descr =================================================================== RCS file: /home/pcvs/ports/net-p2p/moodriver/pkg-descr,v retrieving revision 1.1 diff -u -r1.1 pkg-descr --- pkg-descr 25 Jul 2006 20:19:14 -0000 1.1 +++ pkg-descr 3 Dec 2006 18:19:24 -0000 @@ -1,2 +1,8 @@ -C++ library to use as an abstraction layer between museekd -and a client application that wants to use it. +Moodriver is a library that provides a C++ class which enables +applications to connect to either Mooseekd or the original museekd from +Museek+. BMPx makes use of it to provide a means for P2P downloads. +Together with Mooseekd it can be used to enabled P2P downloads directly +from within BMPx. + +WWW: http://projects.beep-media-player.org/index.php/Main/MooDriver +Author: M. Derezynski Index: pkg-plist =================================================================== RCS file: /home/pcvs/ports/net-p2p/moodriver/pkg-plist,v retrieving revision 1.2 diff -u -r1.2 pkg-plist --- pkg-plist 28 Jul 2006 18:08:02 -0000 1.2 +++ pkg-plist 3 Dec 2006 18:19:24 -0000 @@ -3,8 +3,8 @@ include/moodriver/moo/driver.hh include/moodriver/moo/mucipher.h include/moodriver/moo/types.hh -lib/libmoodriver.so.0 lib/libmoodriver.so +lib/libmoodriver.so.1 lib/libmoodriver.la libdata/pkgconfig/moodriver.pc @dirrm include/moodriver/moo