Date: Sun, 6 Aug 2006 05:15:48 +0900 (JST) From: KIMURA Yasuhiro <yasu@utahime.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/101432: [PATCH] ftp/ncftp: New version 3.2.0 is released Message-ID: <20060805201548.6861E21@eastasia.home.utahime.org> Resent-Message-ID: <200608052020.k75KKFXC084667@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 101432 >Category: ports >Synopsis: [PATCH] ftp/ncftp: New version 3.2.0 is released >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sat Aug 05 20:20:15 GMT 2006 >Closed-Date: >Last-Modified: >Originator: KIMURA Yasuhiro >Release: FreeBSD 6.1-RELEASE-p2 i386 >Organization: >Environment: System: FreeBSD xxxx 6.1-RELEASE-p2 FreeBSD 6.1-RELEASE-p2 #0: Thu Jun 15 07:19:20 JST 2006 xxxx i386 >Description: - New version 3.2.0 is released. - IPv6 support is disabled until patch for this version is provided. - Some cosmetics for portlint. >How-To-Repeat: >Fix: --- patch-ncftp3 begins here --- Index: Makefile =================================================================== RCS file: /usr1/freebsd/cvsroot/ports/ftp/ncftp3/Makefile,v retrieving revision 1.107 diff -u -r1.107 Makefile --- Makefile 7 May 2006 11:09:20 -0000 1.107 +++ Makefile 5 Aug 2006 20:09:25 -0000 @@ -7,20 +7,16 @@ # PORTNAME= ncftp -PORTVERSION= 3.1.9 -PORTREVISION?= 0 -CATEGORIES= ftp ipv6 +PORTVERSION= 3.2.0 +CATEGORIES= ftp MASTER_SITES= ftp://ftp.ncftp.com/ncftp/ DISTNAME= ncftp-${PORTVERSION}-src -PATCH_SITES= ftp://ftp.kame.net/pub/kame/misc/ -PATCHFILES= ncftp-319-v6-20050419.diff.gz -PATCH_DIST_STRIP= -p1 - MAINTAINER= obrien@FreeBSD.org -COMMENT= ftp replacement with advanced user interface +COMMENT= Ftp replacement with advanced user interface USE_BZIP2= yes +USE_GMAKE= yes .include <bsd.port.pre.mk> @@ -51,9 +47,9 @@ ${REINPLACE_CMD} -e \ 's|u_decodeurl.so u_decodeurl.so|u_decodeurl.so u_decodehost.so|' \ ${WRKSRC}/libncftp/Makefile - cd ${WRKSRC}/Strn ; make so - cd ${WRKSRC}/libncftp ; make so - cd ${WRKSRC}/sio; make so + cd ${WRKSRC}/Strn ; ${GMAKE} so + cd ${WRKSRC}/libncftp ; ${GMAKE} so + cd ${WRKSRC}/sio; ${GMAKE} so do-install: @${INSTALL_PROGRAM} ${WRKSRC}/bin/ncftp ${PREFIX}/bin/${LATEST_LINK} Index: distinfo =================================================================== RCS file: /usr1/freebsd/cvsroot/ports/ftp/ncftp3/distinfo,v retrieving revision 1.63 diff -u -r1.63 distinfo --- distinfo 22 Jan 2006 09:48:56 -0000 1.63 +++ distinfo 5 Aug 2006 20:04:29 -0000 @@ -1,6 +1,3 @@ -MD5 (ncftp-3.1.9-src.tar.bz2) = 66cf8dacec848eb11a70632fe9f21807 -SHA256 (ncftp-3.1.9-src.tar.bz2) = b7ae2363f6b7cfb69e64a21c2edf3f9cf6fadc52606510bcc925668f6045c469 -SIZE (ncftp-3.1.9-src.tar.bz2) = 409722 -MD5 (ncftp-319-v6-20050419.diff.gz) = 8a696bf0e2dcd4e04309da630e993dfd -SHA256 (ncftp-319-v6-20050419.diff.gz) = 23a8f9ab422e2bd0bd4bba942b5430ba8b83702b375fbdd58420e57be11cfd5a -SIZE (ncftp-319-v6-20050419.diff.gz) = 37427 +MD5 (ncftp-3.2.0-src.tar.bz2) = c89bc43f0cfee53a3017be21fdc9d28a +SHA256 (ncftp-3.2.0-src.tar.bz2) = 485b89a0242458449e27e7995ee47649b752f3fadb0f22379c43da5bdeed06b0 +SIZE (ncftp-3.2.0-src.tar.bz2) = 426540 --- patch-ncftp3 ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060805201548.6861E21>