diff options
author | Gabor Kovesdan <gabor@FreeBSD.org> | 2007-01-30 03:05:07 +0800 |
---|---|---|
committer | Gabor Kovesdan <gabor@FreeBSD.org> | 2007-01-30 03:05:07 +0800 |
commit | c0ce4105e7e5dbf775b56491e12ebf64f1844e3a (patch) | |
tree | f56caab01da5d79c8684feae63ac50ac71a6fe79 /security/lsh | |
parent | c82ed4f02b98bdc0abe1b4113870d9096a868e06 (diff) | |
download | freebsd-ports-gnome-c0ce4105e7e5dbf775b56491e12ebf64f1844e3a.tar.gz freebsd-ports-gnome-c0ce4105e7e5dbf775b56491e12ebf64f1844e3a.tar.zst freebsd-ports-gnome-c0ce4105e7e5dbf775b56491e12ebf64f1844e3a.zip |
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 'security/lsh')
-rw-r--r-- | security/lsh/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/security/lsh/Makefile b/security/lsh/Makefile index 5b16e41a147e..ca4c187ab80b 100644 --- a/security/lsh/Makefile +++ b/security/lsh/Makefile @@ -10,9 +10,6 @@ CATEGORIES= security ipv6 MASTER_SITES= ${MASTER_SITE_GNUPG} \ ftp://ftp.lysator.liu.se/pub/security/%SUBDIR%/ MASTER_SITE_SUBDIR= lsh lsh/old -DISTNAME= ${PORTNAME}-${PORTVERSION} -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.asc -EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= farrokhi@FreeBSD.org COMMENT= A secure (encrypted) remote shell compatible with ssh 2.0 @@ -29,7 +26,6 @@ CONFIGURE_ENV= PREFIX="${PREFIX}" CC="${CC}" CFLAGS="${CFLAGS}" CONFIGURE_ARGS+= --with-include-path=${LOCALBASE}/include CONFIGURE_ARGS+= --with-lib-path=${LOCALBASE}/lib CONFIGURE_ENV+= LDFLAGS="${LDFLAGS}" -USE_GPG?= yes .if defined(KRB5_HOME) && exists(${KRB5_HOME}) PLIST_SUB+= KRB="" .else |