Index: head/ftp/cmdftp/Makefile =================================================================== --- head/ftp/cmdftp/Makefile (revision 192668) +++ head/ftp/cmdftp/Makefile (revision 192669) @@ -1,31 +1,32 @@ # New ports collection makefile for: cmdftp # Date created: 2003-12-28 # Whom: Andreas Fehlner # # $FreeBSD$ # PORTNAME= cmdftp -PORTVERSION= 0.9.4 +PORTVERSION= 0.9.5 CATEGORIES= ftp -MASTER_SITES= SF +MASTER_SITES= SAVANNAH MAINTAINER= infofarmer@FreeBSD.org COMMENT= Command line shell-like ftp client GNU_CONFIGURE= yes USE_GMAKE= yes +USE_BZIP2= yes PORTDOCS= ChangeLog README INSTALL NEWS COPYING AUTHORS PLIST_FILES= bin/cmdftp do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/ .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} . for f in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} . endfor .endif .include Property changes on: head/ftp/cmdftp/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.12 \ No newline at end of property +1.13 \ No newline at end of property Index: head/ftp/cmdftp/distinfo =================================================================== --- head/ftp/cmdftp/distinfo (revision 192668) +++ head/ftp/cmdftp/distinfo (revision 192669) @@ -1,3 +1,3 @@ -MD5 (cmdftp-0.9.4.tar.gz) = 0dd21c5bd0b7afe1fa54bf810ca66d9c -SHA256 (cmdftp-0.9.4.tar.gz) = 1d7690fcf6c4272a51824d3ac86eb5a39a053bb18bf5b09833242777cdabdf68 -SIZE (cmdftp-0.9.4.tar.gz) = 128675 +MD5 (cmdftp-0.9.5.tar.bz2) = 3a8a2c22edb66a811fe1c2dcd33ca13c +SHA256 (cmdftp-0.9.5.tar.bz2) = b0fe2988c51a38c6d89746e611a388a98f675552b5eeb74f92ef6df613498b28 +SIZE (cmdftp-0.9.5.tar.bz2) = 111407 Property changes on: head/ftp/cmdftp/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.8 \ No newline at end of property +1.9 \ No newline at end of property Index: head/ftp/cmdftp/pkg-descr =================================================================== --- head/ftp/cmdftp/pkg-descr (revision 192668) +++ head/ftp/cmdftp/pkg-descr (revision 192669) @@ -1,8 +1,9 @@ cmdftp is a command line FTP client for Unix systems that features shell-like functions, passive mode, local and remote transparent modes, broken connection resumption, multiple and recursive file transfers, auto-login, and more. -WWW: http://cmdftp.sourceforge.net/ +WWW: http://www.nongnu.org/cmdftp/ +Author: Claudio Fontana -Andreas Fehlner fehlner@gmx.de Property changes on: head/ftp/cmdftp/pkg-descr ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property