diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-02-04 10:01:05 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-02-04 10:01:05 +0000 |
commit | 84d3b4bc9914d19fb03590ef3fbe73f3cf6c6e02 (patch) | |
tree | 9c107fdd0bf7b1d74870fe7b46e4af751de89d3b /ftp | |
parent | 593fc618502db04aa29114fa7b5f5a9708f46b85 (diff) | |
download | ports-84d3b4bc9914d19fb03590ef3fbe73f3cf6c6e02.tar.gz ports-84d3b4bc9914d19fb03590ef3fbe73f3cf6c6e02.zip |
- Update to 2.6.12
- Support GPG signature
PR: ports/62322
Submitted by: Jason Harris <jharris@widomaker.com>
Approved by: maintainer
Notes
Notes:
svn path=/head/; revision=99940
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/lftp/Makefile | 11 | ||||
-rw-r--r-- | ftp/lftp/distinfo | 11 |
2 files changed, 17 insertions, 5 deletions
diff --git a/ftp/lftp/Makefile b/ftp/lftp/Makefile index c5a48aa488ec..550d6fc75913 100644 --- a/ftp/lftp/Makefile +++ b/ftp/lftp/Makefile @@ -6,8 +6,7 @@ # PORTNAME= lftp -PORTVERSION= 2.6.11 -PORTREVISION= 1 +PORTVERSION= 2.6.12 CATEGORIES= ftp ipv6 MASTER_SITES= ftp://ftp.phear.org/pub/linux/networking/ftp/client/lftp/ \ ftp://ftp.phear.org/pub/linux/networking/ftp/client/lftp/old/ \ @@ -31,12 +30,16 @@ MASTER_SITES= ftp://ftp.phear.org/pub/linux/networking/ftp/client/lftp/ \ ftp://ftp.130th.net/pub/mirror/lftp/old/ \ ftp://ftp.yars.free.net/pub/software/unix/net/ftp/client/lftp/ \ ftp://ftp.yars.free.net/pub/software/unix/net/ftp/client/lftp/old/ +DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.asc +EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= fm@code.org.ua COMMENT= Shell-like command line ftp client USE_BZIP2= yes USE_GETTEXT= yes +USE_GPG?= yes +SIG_FILES= ${DISTNAME}${EXTRACT_SUFX}.asc .if !defined(WITHOUT_SSL) USE_OPENSSL= yes @@ -64,8 +67,8 @@ post-install: @${INSTALL_DATA} ${WRKSRC}/lftp.conf ${PREFIX}/etc/lftp.conf.sample .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} -.for file in COPYING FAQ NEWS README README.debug-levels README.modules THANKS TODO FEATURES - @${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} +.for ifile in COPYING FAQ NEWS README README.debug-levels README.modules THANKS TODO FEATURES + @${INSTALL_DATA} ${WRKSRC}/${ifile} ${DOCSDIR} .endfor .endif diff --git a/ftp/lftp/distinfo b/ftp/lftp/distinfo index aa04bfae70a7..9846c0cfcf07 100644 --- a/ftp/lftp/distinfo +++ b/ftp/lftp/distinfo @@ -1 +1,10 @@ -MD5 (lftp-2.6.11.tar.bz2) = 58e67606046174175e8cdee4c74fdaf7 +MD5 (lftp-2.6.12.tar.bz2) = bc5ed223daa568fda9a01f89b5000612 +SHA1 (lftp-2.6.12.tar.bz2) = 96b399211a4008ae96f7c1ce44756632250d154e +RMD160 (lftp-2.6.12.tar.bz2) = dbb989cd02f5a3be54e1e89dbc8ad68bc15246b4 +SHA256 (lftp-2.6.12.tar.bz2) = 8a04f0ab1fd9d6b7e4378d1f7f3d95d13cba09e41860f49bfad599eddd9f4ad4 +SIZE (lftp-2.6.12.tar.bz2) = 1188316 +MD5 (lftp-2.6.12.tar.bz2.asc) = a2ea8dc91f9373b2bf46626d861a2d92 +SHA1 (lftp-2.6.12.tar.bz2.asc) = 84c2b44a548783a3eabcdcbd6b302eb2c35d47b7 +RMD160 (lftp-2.6.12.tar.bz2.asc) = e4c111eee39bf39df2cb1e5afd332c72d79efbba +SHA256 (lftp-2.6.12.tar.bz2.asc) = 6a9dd1507808c8293ea8bea6a5a817806afde1431dbc089eb4dddac217e3f14b +SIZE (lftp-2.6.12.tar.bz2.asc) = 185 |