summaryrefslogtreecommitdiff
path: root/net-p2p
diff options
context:
space:
mode:
authorMarkus Brueffer <markus@FreeBSD.org>2004-05-24 21:29:30 +0000
committerMarkus Brueffer <markus@FreeBSD.org>2004-05-24 21:29:30 +0000
commit8c57786a5130dd5a20aa87332ac12557bc5682e1 (patch)
tree4044a13121c35fae3a225df460d57a15b34144a8 /net-p2p
parent- Update to 0.12 (diff)
Update to version 0.3.0
Notes
Notes: svn path=/head/; revision=109897
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/dclib/Makefile4
-rw-r--r--net-p2p/dclib/distinfo4
-rw-r--r--net-p2p/dclib/pkg-plist10
3 files changed, 14 insertions, 4 deletions
diff --git a/net-p2p/dclib/Makefile b/net-p2p/dclib/Makefile
index c94c3f60590a..2122cd432df0 100644
--- a/net-p2p/dclib/Makefile
+++ b/net-p2p/dclib/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= dclib
-PORTVERSION= 0.2.22
+PORTVERSION= 0.3.0
CATEGORIES= net
MASTER_SITES= http://download.berlios.de/dcgui/
@@ -28,5 +28,7 @@ CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
post-patch:
@${REINPLACE_CMD} -e 's/-O2//g; s/-pedantic //g' \
${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT}
+ @${REINPLACE_CMD} -e 's|[(]libdir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g' \
+ ${WRKSRC}/Makefile.in
.include <bsd.port.mk>
diff --git a/net-p2p/dclib/distinfo b/net-p2p/dclib/distinfo
index ac60e3538e21..07a93a6a9c39 100644
--- a/net-p2p/dclib/distinfo
+++ b/net-p2p/dclib/distinfo
@@ -1,2 +1,2 @@
-MD5 (dclib-0.2.22.tar.bz2) = 0254260c91b7300a2b04e760245e1de7
-SIZE (dclib-0.2.22.tar.bz2) = 557661
+MD5 (dclib-0.3.0.tar.bz2) = c53fd896be4f13962b90f589c2e26fdf
+SIZE (dclib-0.3.0.tar.bz2) = 605248
diff --git a/net-p2p/dclib/pkg-plist b/net-p2p/dclib/pkg-plist
index 14193df6c47e..778da6905c3e 100644
--- a/net-p2p/dclib/pkg-plist
+++ b/net-p2p/dclib/pkg-plist
@@ -1,15 +1,19 @@
include/dclib/cclient.h
include/dclib/cclientssl.h
include/dclib/cconfig.h
+include/dclib/cconnectionmanager.h
include/dclib/cdcproto.h
include/dclib/cdownloadmanager.h
include/dclib/cdownloadqueue.h
include/dclib/cencrypt.h
include/dclib/cfilemanager.h
include/dclib/chttp.h
+include/dclib/chublistmanager.h
include/dclib/chubsearch.h
+include/dclib/clistenmanager.h
include/dclib/cmessagehandler.h
include/dclib/core/casyncdns.h
+include/dclib/core/cbase32.h
include/dclib/core/cbase64.h
include/dclib/core/cbytearray.h
include/dclib/core/cbz.h
@@ -39,18 +43,22 @@ include/dclib/core/types.h
include/dclib/cpluginmanager.h
include/dclib/cquerymanager.h
include/dclib/csearchindex.h
-include/dclib/cservermanager.h
include/dclib/csharelist.h
include/dclib/ctransfer.h
+include/dclib/cuserlist.h
include/dclib/cutils.h
include/dclib/dclib.h
include/dclib/dcobject.h
include/dclib/dcos.h
+include/dclib/hash/libdefs.h
+include/dclib/hash/mhash_tiger.h
lib/libdc.a
lib/libdc.la
lib/libdc.so
lib/libdc.so.0
+libdata/pkgconfig/dclib.pc
@unexec rmdir %D/share/dcgui/plugin 2>/dev/null || true
@unexec rmdir %D/share/dcgui 2>/dev/null || true
+@dirrm include/dclib/hash
@dirrm include/dclib/core
@dirrm include/dclib