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 /mail/mailfront | |
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 'mail/mailfront')
-rw-r--r-- | mail/mailfront/Makefile | 2 | ||||
-rw-r--r-- | mail/mailfront/distinfo | 3 |
2 files changed, 0 insertions, 5 deletions
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} diff --git a/mail/mailfront/distinfo b/mail/mailfront/distinfo index 618f68eb24c3..5c6dae8c6577 100644 --- a/mail/mailfront/distinfo +++ b/mail/mailfront/distinfo @@ -1,6 +1,3 @@ MD5 (mailfront-1.01.tar.gz) = cfa732d1ffd53c8cb46c82dacc375579 SHA256 (mailfront-1.01.tar.gz) = 190bcd4a4dcfd4d3755484f8b1504e0ad95fdfde83a786fb35a5d651e2447a2f SIZE (mailfront-1.01.tar.gz) = 90699 -MD5 (mailfront-1.01.tar.gz.sig) = 4dbc27ffb1b6d371f920ade021a8e286 -SHA256 (mailfront-1.01.tar.gz.sig) = 382f1e578880ab336ed8b1d1f0d507f4559d3e34100ca6df904e47a946f05147 -SIZE (mailfront-1.01.tar.gz.sig) = 189 |