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 /audio | |
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 'audio')
-rw-r--r-- | audio/gnump3d/Makefile | 4 | ||||
-rw-r--r-- | audio/gnump3d/distinfo | 3 |
2 files changed, 0 insertions, 7 deletions
diff --git a/audio/gnump3d/Makefile b/audio/gnump3d/Makefile index 320917bb8014..493f458721e5 100644 --- a/audio/gnump3d/Makefile +++ b/audio/gnump3d/Makefile @@ -11,8 +11,6 @@ PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SAVANNAH} MASTER_SITE_SUBDIR= ${PORTNAME} -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.sig -EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= xride@FreeBSD.org COMMENT= Streaming server for MP3, Ogg Vorbis and other streamable audio files @@ -21,8 +19,6 @@ RUN_DEPENDS= lame:${PORTSDIR}/audio/lame \ sox:${PORTSDIR}/audio/sox \ oggenc:${PORTSDIR}/audio/vorbis-tools -USE_GPG?= yes -SIG_FILES= ${DISTNAME}${EXTRACT_SUFX}.asc USE_BZIP2= yes USE_PERL5_RUN= yes NO_BUILD= yes diff --git a/audio/gnump3d/distinfo b/audio/gnump3d/distinfo index 2879500cf1e7..83e791e3b6fc 100644 --- a/audio/gnump3d/distinfo +++ b/audio/gnump3d/distinfo @@ -1,6 +1,3 @@ MD5 (gnump3d-2.9.8.tar.bz2) = 60abbe007d5771a072727ea8aab9552a SHA256 (gnump3d-2.9.8.tar.bz2) = abe3a6135ba0defbadde6d8048cbe0008d228c2996f43c42fd21909e1535779a SIZE (gnump3d-2.9.8.tar.bz2) = 623334 -MD5 (gnump3d-2.9.8.tar.bz2.sig) = 1fead9cb4e6cac5c7470fe38014324ce -SHA256 (gnump3d-2.9.8.tar.bz2.sig) = 34e3877d01f6aca4d192297bdcc8ea8aabd2502631a3e0d316e452838560b26b -SIZE (gnump3d-2.9.8.tar.bz2.sig) = 65 |