diff options
author | gabor <gabor@FreeBSD.org> | 2007-01-30 03:05:07 +0800 |
---|---|---|
committer | gabor <gabor@FreeBSD.org> | 2007-01-30 03:05:07 +0800 |
commit | d8aef9fbb4c7f9e8f74b0e7505f599dc03732c7c (patch) | |
tree | 265fe7c13ce89af9631eeaa5fe6bec4e05d292ae /www/cadaver | |
parent | 1f6dd6334f485c4249428d52a0f802611c74d385 (diff) | |
download | freebsd-ports-gnome-d8aef9fbb4c7f9e8f74b0e7505f599dc03732c7c.tar.gz freebsd-ports-gnome-d8aef9fbb4c7f9e8f74b0e7505f599dc03732c7c.tar.zst freebsd-ports-gnome-d8aef9fbb4c7f9e8f74b0e7505f599dc03732c7c.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 'www/cadaver')
-rw-r--r-- | www/cadaver/Makefile | 4 | ||||
-rw-r--r-- | www/cadaver/distinfo | 3 |
2 files changed, 0 insertions, 7 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} 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 |