mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Bump Berkeley DB version to 4.1.
Remove MD5 checksum.
This commit is contained in:
parent
5a5844b4c3
commit
9389973bf3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=271414
2 changed files with 4 additions and 6 deletions
|
@ -8,7 +8,7 @@
|
|||
|
||||
PORTNAME= cdonkey
|
||||
PORTVERSION= 0.9.0
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= net-p2p
|
||||
MASTER_SITES= http://www.sourcefiles.org/Internet/File_Sharing/Edonkey/
|
||||
DISTNAME= cDonkey-${PORTVERSION}
|
||||
|
@ -16,19 +16,18 @@ DISTNAME= cDonkey-${PORTVERSION}
|
|||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= An open and free core client for the eDonkey protocol
|
||||
|
||||
LIB_DEPENDS= db3.3:${PORTSDIR}/databases/db3
|
||||
|
||||
PLIST_FILES= bin/cDonkey
|
||||
USE_BDB= 41
|
||||
USE_BZIP2= yes
|
||||
USE_AUTOTOOLS= libtool
|
||||
CONFIGURE_ARGS= --with-berkeley-db="${LOCALBASE}/include/db3:${LOCALBASE}/lib"
|
||||
CONFIGURE_ARGS= --with-berkeley-db="${BDB_INCLUDE_DIR}:${BDB_LIB_DIR}"
|
||||
USE_GMAKE= yes
|
||||
WRKSRC= ${WRKDIR}/cDonkey-${PORTVERSION}
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
post-patch:
|
||||
${REINPLACE_CMD} -e "s|-ldb|-ldb3|g" ${WRKSRC}/configure
|
||||
${REINPLACE_CMD} -e "s|-ldb|-l${BDB_LIB_NAME}|g" ${WRKSRC}/configure
|
||||
${REINPLACE_CMD} -e "s|/etc/|${LOCALBASE}/etc/|" \
|
||||
${WRKSRC}/donkey.cpp ${WRKSRC}/donkey.h
|
||||
|
||||
|
|
|
@ -1,3 +1,2 @@
|
|||
MD5 (cDonkey-0.9.0.tar.bz2) = 04c7b16e2aeb18a246e9892ba6fe7b7a
|
||||
SHA256 (cDonkey-0.9.0.tar.bz2) = 4b6bf726d3fc0bee06b971c35034d43293b37419a09637785e4c572d8779c7f3
|
||||
SIZE (cDonkey-0.9.0.tar.bz2) = 334586
|
||||
|
|
Loading…
Add table
Reference in a new issue