summaryrefslogtreecommitdiffstats
path: root/net/edonkey-core/Makefile
diff options
context:
space:
mode:
authorlioux <lioux@FreeBSD.org>2002-07-04 17:30:50 +0000
committerlioux <lioux@FreeBSD.org>2002-07-04 17:30:50 +0000
commitbcef59053b5ee9f2d0352ba14c25c2de12b21db7 (patch)
treefcd163bf8acfb8c27bbdde36c4d954b311e1e1f4 /net/edonkey-core/Makefile
parent662d2847a1a96a740bc718b7da939f1d912be8f7 (diff)
downloadFreeBSD-ports-bcef59053b5ee9f2d0352ba14c25c2de12b21db7.zip
FreeBSD-ports-bcef59053b5ee9f2d0352ba14c25c2de12b21db7.tar.gz
o Update to 16.16.58 gaps 2
- some buffer-smashing fixes - progress bars are supported - the core supplies the x.part temp filename to the GUI - the core will supply the GUI with its PID number (useful if you're running multiple cores) - incoming and temp folder can be on different partitions now
Diffstat (limited to 'net/edonkey-core/Makefile')
-rw-r--r--net/edonkey-core/Makefile17
1 files changed, 6 insertions, 11 deletions
diff --git a/net/edonkey-core/Makefile b/net/edonkey-core/Makefile
index a29b56d..72919d8 100644
--- a/net/edonkey-core/Makefile
+++ b/net/edonkey-core/Makefile
@@ -6,14 +6,11 @@
#
PORTNAME= edonkey
-PORTVERSION= 0.2000.16.16.59.3
-PORTREVISION= 1
+PORTVERSION= 16.16.58.2
CATEGORIES= net linux
MASTER_SITES= http://users.aber.ac.uk/tpm01/
PKGNAMESUFFIX= -core
-DISTNAME= donkey_s_59-3
-EXTRACT_SUFX= .gz
-EXTRACT_ONLY=
+DISTNAME= donkey_s_1658-gaps-2
MAINTAINER= lioux@FreeBSD.org
@@ -31,17 +28,15 @@ BRANDELF?= /usr/bin/brandelf
BRANDELF?= brandelf
.endif
+BINARY_NAME_OLD= donkey_s_1658-gaps-2b
BINARY_NAME= donkey
-post-extract:
- @${GZCAT} ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} > ${WRKSRC}/${BINARY_NAME}
-
post-patch:
@${SED} -e "s|%%PREFIX%%|${PREFIX}|" ${FILESDIR}/wrapper.sh > \
${WRKDIR}/wrapper.sh
do-install:
- @${INSTALL_PROGRAM} ${WRKSRC}/${BINARY_NAME} ${PREFIX}/sbin/${BINARY_NAME}-real
+ @${INSTALL_PROGRAM} ${WRKSRC}/${BINARY_NAME_OLD} ${PREFIX}/sbin/${BINARY_NAME}-real
@${INSTALL_SCRIPT} ${WRKDIR}/wrapper.sh ${PREFIX}/bin/${BINARY_NAME}
.ifndef(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}${PKGNAMESUFFIX}
@@ -53,8 +48,8 @@ do-install:
pre-install:
.if exists(${STRIP_CMD})
- @${STRIP_CMD} ${WRKSRC}/${BINARY_NAME}
+ @${STRIP_CMD} ${WRKSRC}/${BINARY_NAME_OLD}
.endif
- @${BRANDELF} -t Linux ${WRKSRC}/${BINARY_NAME}
+ @${BRANDELF} -t Linux ${WRKSRC}/${BINARY_NAME_OLD}
.include <bsd.port.post.mk>
OpenPOWER on IntegriCloud