Update to version 0.3.0

This commit is contained in:
Markus Brueffer 2004-05-24 21:29:30 +00:00
parent 891926fd8f
commit 8c57786a51
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=109897
6 changed files with 28 additions and 8 deletions

View file

@ -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>

View file

@ -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

View file

@ -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

View file

@ -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>

View file

@ -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

View file

@ -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