From 53743472937c7418dd6f1392c98af71b4b909b03 Mon Sep 17 00:00:00 2001 From: daichi Date: Thu, 19 Jun 2003 06:24:16 +0000 Subject: ftp/jigdo update 0.6.8 --> 0.7.0 PR: 52570 Submitted by: Attila Nagy (maintainer) --- net-p2p/jigdo/Makefile | 18 +++--------------- 1 file changed, 3 insertions(+), 15 deletions(-) (limited to 'net-p2p/jigdo/Makefile') diff --git a/net-p2p/jigdo/Makefile b/net-p2p/jigdo/Makefile index b34d63b19ed0..61540cc2e0ef 100644 --- a/net-p2p/jigdo/Makefile +++ b/net-p2p/jigdo/Makefile @@ -6,20 +6,19 @@ # PORTNAME= jigdo -PORTVERSION= 0.6.8 +PORTVERSION= 0.7.0 CATEGORIES= ftp MASTER_SITES= http://home.in.tum.de/~atterer/jigdo/ MAINTAINER= bra@fsn.hu -COMMENT= An utility used to retrieve very large files over the Internet +COMMENT= A utility used to retrieve very large files over the Internet -#BUILD_DEPENDS= libwww-config:${PORTSDIR}/www/libwww +BUILD_DEPENDS= libwww-config:${PORTSDIR}/www/libwww RUN_DEPENDS= ${LOCALBASE}/bin/wget:${PORTSDIR}/ftp/wget MAN1= jigdo-file.1 jigdo-lite.1 jigdo-mirror.1 USE_BZIP2= yes -#USE_REINPLACE= yes USE_SUBMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --without-libdb --disable-nls --without-gui @@ -36,19 +35,8 @@ pre-fetch: .include "${WRKDIRPREFIX}${.CURDIR}/Makefile.inc" .endif -#post-patch: -# @${REINPLACE_CMD} -e "s/gtk-config/${GTK_CONFIG}/g" ${WRKSRC}/configure - .include -.if ${OSVERSION} >= 500113 -BROKEN= "Does not compile (bad C++ code)" -.endif - -.if ${OSVERSION} >= 500041 -EXTRA_PATCHES= ${FILESDIR}/extra-glibc-getopt.h -.endif - post-install: @${STRIP_CMD} ${PREFIX}/bin/jigdo-file -- cgit