aboutsummaryrefslogtreecommitdiffstats
path: root/security/lsh
diff options
context:
space:
mode:
authorGabor Kovesdan <gabor@FreeBSD.org>2007-01-30 03:05:07 +0800
committerGabor Kovesdan <gabor@FreeBSD.org>2007-01-30 03:05:07 +0800
commitc0ce4105e7e5dbf775b56491e12ebf64f1844e3a (patch)
treef56caab01da5d79c8684feae63ac50ac71a6fe79 /security/lsh
parentc82ed4f02b98bdc0abe1b4113870d9096a868e06 (diff)
downloadfreebsd-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/Makefile4
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