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/lynx | |
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/lynx')
-rw-r--r-- | www/lynx/Makefile | 5 | ||||
-rw-r--r-- | www/lynx/distinfo | 12 |
2 files changed, 0 insertions, 17 deletions
diff --git a/www/lynx/Makefile b/www/lynx/Makefile index 394e73f6e7a1..3d66ce757a96 100644 --- a/www/lynx/Makefile +++ b/www/lynx/Makefile @@ -12,13 +12,10 @@ CATEGORIES= www ipv6 MASTER_SITES= http://lynx.isc.org/current/ \ ftp://lynx.isc.org/lynx2.8.5/patches/:patches DISTNAME= ${PORTNAME}2.8.5rel.1 -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.asc -EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} PATCH_SITES= ftp://lynx.isc.org/lynx2.8.5/patches/ .for i in 2 3 4 PATCHFILES+= 2.8.5rel.${i}.patch.gz -DISTFILES+= 2.8.5rel.${i}.patch.gz.asc:patches .endfor PATCH_DIST_STRIP= -p1 @@ -27,8 +24,6 @@ COMMENT?= A non-graphical, text-based World-Wide Web client CONFLICTS?= lynx-ssl* lynx-current* -USE_GPG?= yes -SIG_FILES= ${DISTFILES:M*.asc} ${PATCHFILES:M*.asc} USE_BZIP2= yes WRKSRC= ${WRKDIR}/${PORTNAME}2-8-5 GNU_CONFIGURE= yes diff --git a/www/lynx/distinfo b/www/lynx/distinfo index 8412f234c602..a7c7185f8412 100644 --- a/www/lynx/distinfo +++ b/www/lynx/distinfo @@ -1,24 +1,12 @@ MD5 (lynx2.8.5rel.1.tar.bz2) = d1e5134e5d175f913c16cb6768bc30eb SHA256 (lynx2.8.5rel.1.tar.bz2) = 37607008086933c869be26b4db687f61a768c51ddefa741e77225069b880bc63 SIZE (lynx2.8.5rel.1.tar.bz2) = 2177287 -MD5 (lynx2.8.5rel.1.tar.bz2.asc) = 1c24e82ecefb1fb08d76d7260609bb68 -SHA256 (lynx2.8.5rel.1.tar.bz2.asc) = 528dbcd057484729597169a6711a119919087d5644c37a3c17a48d3a43a744da -SIZE (lynx2.8.5rel.1.tar.bz2.asc) = 245 MD5 (2.8.5rel.2.patch.gz) = 16840d095311814751684c99dc201740 SHA256 (2.8.5rel.2.patch.gz) = 2b930b8ca4fb360056debf3177a022a3ec943227c7b50fdb18a42375c2683fec SIZE (2.8.5rel.2.patch.gz) = 2445 -MD5 (2.8.5rel.2.patch.gz.asc) = eda7526e78fcecd435a307637172257c -SHA256 (2.8.5rel.2.patch.gz.asc) = d916a10749259027e2bef281f568b96635e2fb365eafb7b313238bdc972dfa39 -SIZE (2.8.5rel.2.patch.gz.asc) = 245 MD5 (2.8.5rel.3.patch.gz) = 23fb5d3b3e052fd380ae1a694afc06eb SHA256 (2.8.5rel.3.patch.gz) = 9f1623d6d6a0f030ed08e081894da709d97798d830a58f507f6f2117d6b5ea0c SIZE (2.8.5rel.3.patch.gz) = 4376 -MD5 (2.8.5rel.3.patch.gz.asc) = a74fd4fda1b3e1c2aa0e3db9075024d7 -SHA256 (2.8.5rel.3.patch.gz.asc) = acf1ec63b493f0f40e1de9d141c95e709d21908af1adec6a36c4794c49f497d1 -SIZE (2.8.5rel.3.patch.gz.asc) = 245 MD5 (2.8.5rel.4.patch.gz) = 8407996c12e28c43cfe39b5724436789 SHA256 (2.8.5rel.4.patch.gz) = 3acdf9b480b1eb4a9638b51863b7b1e839ca72a604d600e5f25544e99fd1974a SIZE (2.8.5rel.4.patch.gz) = 2543 -MD5 (2.8.5rel.4.patch.gz.asc) = e882ecc39d01d0fb07d23c4c627402b1 -SHA256 (2.8.5rel.4.patch.gz.asc) = e1aa3c2d4523aed683986fa6a9a5b56c5a5be6397b8f1365eea5b97d59166226 -SIZE (2.8.5rel.4.patch.gz.asc) = 245 |