From d8aef9fbb4c7f9e8f74b0e7505f599dc03732c7c Mon Sep 17 00:00:00 2001 From: gabor Date: Mon, 29 Jan 2007 19:05:07 +0000 Subject: 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) --- www/cadaver/Makefile | 4 ---- www/cadaver/distinfo | 3 --- 2 files changed, 7 deletions(-) (limited to 'www/cadaver') 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} diff --git a/www/cadaver/distinfo b/www/cadaver/distinfo index cfb682d17065..09ee44679dbc 100644 --- a/www/cadaver/distinfo +++ b/www/cadaver/distinfo @@ -1,6 +1,3 @@ MD5 (cadaver-0.22.5.tar.gz) = e9fade983dd7b18d33230967051fcfe0 SHA256 (cadaver-0.22.5.tar.gz) = 066a3ed9ced982f8e2db489e35ca5ddd200374dc3648c25a814134e77c1f7912 SIZE (cadaver-0.22.5.tar.gz) = 715949 -MD5 (cadaver-0.22.5.tar.gz.asc) = 6143748d3651e784404bfdc87f0b3ed6 -SHA256 (cadaver-0.22.5.tar.gz.asc) = ced4cc5e0cf6865b1d3dd34a3fd9946278c75182281113e689ff6eadcb734fdf -SIZE (cadaver-0.22.5.tar.gz.asc) = 189 -- cgit