diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2001-08-02 21:39:14 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2001-08-02 21:39:14 +0000 |
commit | 8fa9e350d4586197663932d102af0444f9e1434d (patch) | |
tree | c51cca548d17589f97ae9902802ef5f23d75797f /ftp/lftp | |
parent | e7b72eb2a8ad663591f589a43aa6dbf86b6025d0 (diff) | |
download | ports-8fa9e350d4586197663932d102af0444f9e1434d.tar.gz ports-8fa9e350d4586197663932d102af0444f9e1434d.zip |
Notes
Diffstat (limited to 'ftp/lftp')
-rw-r--r-- | ftp/lftp/Makefile | 6 | ||||
-rw-r--r-- | ftp/lftp/distinfo | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/ftp/lftp/Makefile b/ftp/lftp/Makefile index 471499a38185..1c8ba861e1aa 100644 --- a/ftp/lftp/Makefile +++ b/ftp/lftp/Makefile @@ -6,13 +6,13 @@ # PORTNAME= lftp -PORTVERSION= 2.3.11 +PORTVERSION= 2.4.0 CATEGORIES= ftp ipv6 MASTER_SITES= ftp://ftp.yars.free.net/pub/software/unix/net/ftp/client/lftp/ \ ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= system/network/file-transfer -MAINTAINER= calle.madestrand@norrgarden.se +MAINTAINER= carl_johan@gmx.net LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext @@ -31,7 +31,7 @@ pre-patch: post-install: ${INSTALL_DATA} ${WRKSRC}/lftp.conf ${PREFIX}/etc/lftp.conf.sample # remove some empty directories - ${RMDIR} ${PREFIX}/lib/lftp/2.3.11 + ${RMDIR} ${PREFIX}/lib/lftp/2.4.0 ${RMDIR} ${PREFIX}/lib/lftp .if !defined(NOPORTDOCS) @${MKDIR} ${PREFIX}/share/doc/lftp diff --git a/ftp/lftp/distinfo b/ftp/lftp/distinfo index e5869a04bbad..40ba4ef8ec97 100644 --- a/ftp/lftp/distinfo +++ b/ftp/lftp/distinfo @@ -1 +1 @@ -MD5 (lftp-2.3.11.tar.bz2) = f67a0dc877f892fa6c1eedbbc1520c66 +MD5 (lftp-2.4.0.tar.bz2) = 57f3c9ab0e40cd0c7258c335ad05bd09 |