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) --- mail/mailfront/Makefile | 2 -- 1 file changed, 2 deletions(-) (limited to 'mail/mailfront/Makefile') diff --git a/mail/mailfront/Makefile b/mail/mailfront/Makefile index 9e48efea7809..278760619d86 100644 --- a/mail/mailfront/Makefile +++ b/mail/mailfront/Makefile @@ -18,8 +18,6 @@ COMMENT= Mail server network protocol front-ends LIB_DEPENDS= cvm-v2client.1:${PORTSDIR}/security/cvm WANT_QMAIL= yes -USE_GPG= yes -SIG_SUFFIX= .sig QMAIL_PREFIX?= /var/qmail CFLAGS+= -I${CVM_INC} CFLAGS_SO= ${CFLAGS} -fPIC -shared -L${CVM_LIB} -- cgit