diff options
author | Gabor Kovesdan <gabor@FreeBSD.org> | 2007-01-29 19:05:07 +0000 |
---|---|---|
committer | Gabor Kovesdan <gabor@FreeBSD.org> | 2007-01-29 19:05:07 +0000 |
commit | c0ce4105e7e5dbf775b56491e12ebf64f1844e3a (patch) | |
tree | f56caab01da5d79c8684feae63ac50ac71a6fe79 /www/cadaver/Makefile | |
parent | Fix the panic: sleeping without a mutex problem on CURRENT. (diff) |
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 '')
-rw-r--r-- | www/cadaver/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/www/cadaver/Makefile b/www/cadaver/Makefile index 5f322fe3e962..0e476fdc3c0a 100644 --- a/www/cadaver/Makefile +++ b/www/cadaver/Makefile @@ -10,16 +10,12 @@ PORTVERSION= 0.22.5 CATEGORIES= www MASTER_SITES= http://www.webdav.org/cadaver/ \ http://www.tcbug.org/ -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.asc -EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= josh@tcbug.org COMMENT= Commandline client for DAV LIB_DEPENDS= neon.25:${PORTSDIR}/www/neon -USE_GPG?= yes -SIG_FILES= ${DISTNAME}${EXTRACT_SUFX}.asc USE_GETOPT_LONG= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} |