Index: head/ftp/lftp/Makefile =================================================================== --- head/ftp/lftp/Makefile (revision 213245) +++ head/ftp/lftp/Makefile (revision 213246) @@ -1,82 +1,81 @@ # New ports collection makefile for: lftp # Date created: 11 September 1997 # Whom: Andrey Zakhvatov # # $FreeBSD$ # PORTNAME= lftp -PORTVERSION= 3.6.3 -PORTREVISION= 1 +PORTVERSION= 3.7.1 CATEGORIES= ftp ipv6 MASTER_SITES= ftp://ftp.wiretapped.net/pub/mirrors/lftp/ \ ftp://ftp.wiretapped.net/pub/mirrors/lftp/old/ \ ftp://ftp.130th.net/pub/mirror/lftp/ \ ftp://ftp.130th.net/pub/mirror/lftp/old/ \ ftp://ftp.iasi.roedu.net/pub/os/Linux/network/ftp/lftp/ \ ftp://ftp.iasi.roedu.net/pub/os/Linux/network/ftp/lftp/old/ \ ftp://ftp.yars.free.net/pub/source/lftp/ \ ftp://ftp.yars.free.net/pub/source/lftp/old/ \ ftp://ftp.cs.tu-berlin.de/pub/net/ftp/lftp/ \ http://lftp.cybermirror.org/ \ http://lftp.cybermirror.org/old/ -MAINTAINER= fm@cross-road.org.ua +MAINTAINER= ports@FreeBSD.org COMMENT= Shell-like command line ftp client LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2 USE_ICONV= yes USE_BZIP2= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" PORTDOCS= AUTHORS BUGS ChangeLog FAQ FEATURES INSTALL \ MIRRORS NEWS README README.debug-levels README.modules \ THANKS TODO OPTIONS= GNUTLS "With GnutTLS support" off \ OPENSSL "With OpenSSL support" on \ NLS "With i18n support" on .include .if ${OSVERSION} < 602109 || (${OSVERSION} > 700000 && ${OSVERSION} < 700029) BUILD_DEPENDS+= ${LOCALBASE}/lib/libreadline.so.5:${PORTSDIR}/devel/readline RUN_DEPENDS+= ${LOCALBASE}/lib/libreadline.so.5:${PORTSDIR}/devel/readline .endif .if defined(WITH_GNUTLS) CONFIGURE_ARGS+= --with-gnutls LIB_DEPENDS+= gnutls:${PORTSDIR}/security/gnutls .endif .if !defined(WITHOUT_OPENSSL) .include "${PORTSDIR}/Mk/bsd.openssl.mk" CONFIGURE_ARGS+= --with-openssl .endif .if !defined(WITHOUT_NLS) USE_GETTEXT= yes PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+=--disable-nls PLIST_SUB+= NLS="@comment " .endif MAN1= lftp.1 lftpget.1 post-install: @${INSTALL_DATA} ${WRKSRC}/lftp.conf ${PREFIX}/etc/lftp.conf.sample @if [ ! -f ${PREFIX}/etc/lftp.conf ]; then \ ${CP} -p ${PREFIX}/etc/lftp.conf.sample ${PREFIX}/etc/lftp.conf ; \ fi .if !defined(NOPORTDOCS) @${INSTALL} -d ${DOCSDIR} @cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR} .endif .include Property changes on: head/ftp/lftp/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.123 \ No newline at end of property +1.124 \ No newline at end of property Index: head/ftp/lftp/distinfo =================================================================== --- head/ftp/lftp/distinfo (revision 213245) +++ head/ftp/lftp/distinfo (revision 213246) @@ -1,3 +1,3 @@ -MD5 (lftp-3.6.3.tar.bz2) = 5952074c6042f2e4441d29fa1d0651f3 -SHA256 (lftp-3.6.3.tar.bz2) = 0cc820fe656d586f72e945d199cb7975f6aa7c9c9e4f9cd9dd7acde4033d2fe4 -SIZE (lftp-3.6.3.tar.bz2) = 1128690 +MD5 (lftp-3.7.1.tar.bz2) = 60bb61fc1a5e96392bbd2dc88b938109 +SHA256 (lftp-3.7.1.tar.bz2) = a91b411acd3e1df394a8340a8ce0352795486cbc032e49d7093dc6a9cfb42864 +SIZE (lftp-3.7.1.tar.bz2) = 1165288 Property changes on: head/ftp/lftp/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.82 \ No newline at end of property +1.83 \ No newline at end of property Index: head/ftp/lftp/pkg-plist =================================================================== --- head/ftp/lftp/pkg-plist (revision 213245) +++ head/ftp/lftp/pkg-plist (revision 213246) @@ -1,24 +1,24 @@ bin/lftp bin/lftpget @unexec if cmp -s %D/etc/lftp.conf %D/etc/lftp.conf.sample; then rm -f %D/etc/lftp.conf; fi etc/lftp.conf.sample @exec if [ ! -f %D/etc/lftp.conf ]; then cp %B/%f %D/etc/lftp.conf; fi lib/liblftp-jobs.a lib/liblftp-tasks.a %%DATADIR%%/convert-netscape-cookies %%DATADIR%%/import-ncftp %%DATADIR%%/import-netscape %%DATADIR%%/verify-file %%NLS%%share/locale/de/LC_MESSAGES/lftp.mo %%NLS%%share/locale/es/LC_MESSAGES/lftp.mo %%NLS%%share/locale/fr/LC_MESSAGES/lftp.mo %%NLS%%share/locale/it/LC_MESSAGES/lftp.mo %%NLS%%share/locale/ja/LC_MESSAGES/lftp.mo %%NLS%%share/locale/ko/LC_MESSAGES/lftp.mo %%NLS%%share/locale/pl/LC_MESSAGES/lftp.mo %%NLS%%share/locale/pt_BR/LC_MESSAGES/lftp.mo %%NLS%%share/locale/ru/LC_MESSAGES/lftp.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/lftp.mo +%%NLS%%share/locale/zh_HK/LC_MESSAGES/lftp.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/lftp.mo @dirrm %%DATADIR%% - Property changes on: head/ftp/lftp/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.32 \ No newline at end of property +1.33 \ No newline at end of property