diff options
author | gabor <gabor@FreeBSD.org> | 2007-01-29 19:05:07 +0000 |
---|---|---|
committer | gabor <gabor@FreeBSD.org> | 2007-01-29 19:05:07 +0000 |
commit | d8aef9fbb4c7f9e8f74b0e7505f599dc03732c7c (patch) | |
tree | 265fe7c13ce89af9631eeaa5fe6bec4e05d292ae /ftp/lftp | |
parent | 1f6dd6334f485c4249428d52a0f802611c74d385 (diff) | |
download | FreeBSD-ports-d8aef9fbb4c7f9e8f74b0e7505f599dc03732c7c.zip FreeBSD-ports-d8aef9fbb4c7f9e8f74b0e7505f599dc03732c7c.tar.gz |
Remove USE_GPG from all effected ports. This knob is a no-op and the way it
was supposed to work is useless, because if we can't trust the distfile from
the remote machine, we can't trust the signature from the same machine either.
Our MD5 and SHA256 are good for checking both the sanity and the
trustiness of distfiles.
Approved by: portmgr (erwin), erwin (mentor)
Diffstat (limited to 'ftp/lftp')
-rw-r--r-- | ftp/lftp/Makefile | 4 | ||||
-rw-r--r-- | ftp/lftp/distinfo | 3 |
2 files changed, 0 insertions, 7 deletions
diff --git a/ftp/lftp/Makefile b/ftp/lftp/Makefile index cd13195..b02212f 100644 --- a/ftp/lftp/Makefile +++ b/ftp/lftp/Makefile @@ -19,8 +19,6 @@ MASTER_SITES= ftp://ftp.wiretapped.net/pub/mirrors/lftp/ \ ftp://ftp.yars.free.net/pub/source/lftp/old/ \ ftp://lftp.yar.ru/lftp/ \ ftp://lftp.yar.ru/lftp/old/ -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.asc -EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= fm@cross-road.org.ua COMMENT= Shell-like command line ftp client @@ -31,8 +29,6 @@ RUN_DEPENDS= ${BUILD_DEPENDS} USE_ICONV= yes USE_BZIP2= yes -USE_GPG?= yes -SIG_FILES= ${DISTNAME}${EXTRACT_SUFX}.asc GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \ diff --git a/ftp/lftp/distinfo b/ftp/lftp/distinfo index c6cd968..d1bc3e2 100644 --- a/ftp/lftp/distinfo +++ b/ftp/lftp/distinfo @@ -1,6 +1,3 @@ MD5 (lftp-3.5.6.tar.bz2) = 3d4508c00639b9e776f0904a4079547a SHA256 (lftp-3.5.6.tar.bz2) = 3c91fe25e440bcb704b73bbfe1cde67cf72780627394a8c5f038f4b44eed35a8 SIZE (lftp-3.5.6.tar.bz2) = 1325232 -MD5 (lftp-3.5.6.tar.bz2.asc) = f55556b10f3798ef2c05cedb9b3f97b3 -SHA256 (lftp-3.5.6.tar.bz2.asc) = 150a27e2b54852ceba5f4b8c597eb0b0df58120a3c8d62721e97408045a72662 -SIZE (lftp-3.5.6.tar.bz2.asc) = 185 |