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 /mail/qmail-qfilter | |
parent | c82ed4f02b98bdc0abe1b4113870d9096a868e06 (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)
Notes
Notes:
svn path=/head/; revision=183644
Diffstat (limited to 'mail/qmail-qfilter')
-rw-r--r-- | mail/qmail-qfilter/Makefile | 2 | ||||
-rw-r--r-- | mail/qmail-qfilter/distinfo | 3 |
2 files changed, 0 insertions, 5 deletions
diff --git a/mail/qmail-qfilter/Makefile b/mail/qmail-qfilter/Makefile index d4b27fe8b9fa..4a7462158ff6 100644 --- a/mail/qmail-qfilter/Makefile +++ b/mail/qmail-qfilter/Makefile @@ -16,8 +16,6 @@ COMMENT= Front-end for qmail-queue to run messages through filters LIB_DEPENDS= bg-sysdeps.1:${PORTSDIR}/devel/bglibs -USE_GPG= yes -SIG_SUFFIX= .sig LDFLAGS?= -s BGLIBS_INC= ${LOCALBASE}/include/bglibs BGLIBS_LIB= ${LOCALBASE}/lib/bglibs diff --git a/mail/qmail-qfilter/distinfo b/mail/qmail-qfilter/distinfo index 2fe4d2e09a54..d0d283a2dff3 100644 --- a/mail/qmail-qfilter/distinfo +++ b/mail/qmail-qfilter/distinfo @@ -1,6 +1,3 @@ MD5 (qmail-qfilter-2.1.tar.gz) = 744c4399a7f8c94b6c198e3de9941093 SHA256 (qmail-qfilter-2.1.tar.gz) = 67d7f6d92eb034b1696ceb1672114c871dde06618c33dfc7f83e3a6667034468 SIZE (qmail-qfilter-2.1.tar.gz) = 22242 -MD5 (qmail-qfilter-2.1.tar.gz.sig) = 9ed02ad6aa4ed4d822c9cddcbc1bd01f -SHA256 (qmail-qfilter-2.1.tar.gz.sig) = fdf89cd8ce0df7d9d9c34eec92d8c0e96d14590248267eeb31dc0c057b0c7524 -SIZE (qmail-qfilter-2.1.tar.gz.sig) = 189 |