diff options
author | daichi <daichi@FreeBSD.org> | 2003-06-19 14:24:16 +0800 |
---|---|---|
committer | daichi <daichi@FreeBSD.org> | 2003-06-19 14:24:16 +0800 |
commit | 53743472937c7418dd6f1392c98af71b4b909b03 (patch) | |
tree | 4e1c4d5880cab0f04f693cb63bbfb3b2c32f163f /net-p2p/jigdo/Makefile | |
parent | a72b74e294e096404737a8033cf671e8ca31d7d0 (diff) | |
download | freebsd-ports-gnome-53743472937c7418dd6f1392c98af71b4b909b03.tar.gz freebsd-ports-gnome-53743472937c7418dd6f1392c98af71b4b909b03.tar.zst freebsd-ports-gnome-53743472937c7418dd6f1392c98af71b4b909b03.zip |
ftp/jigdo update 0.6.8 --> 0.7.0
PR: 52570
Submitted by: Attila Nagy <bra@fsn.hu> (maintainer)
Diffstat (limited to 'net-p2p/jigdo/Makefile')
-rw-r--r-- | net-p2p/jigdo/Makefile | 18 |
1 files changed, 3 insertions, 15 deletions
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 <bsd.port.pre.mk> -.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 |