diff options
author | schmonz <schmonz@pkgsrc.org> | 2006-12-29 06:44:00 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2006-12-29 06:44:00 +0000 |
commit | 835c26f4a0c50070bad9cdeb1aef5325abd7b2cb (patch) | |
tree | 1de77c4421f7324d6c8bf1f775a09c2c10102607 /mail/queue-repair | |
parent | c6ecbb533b0f070865133257a0ddc66beca61f3a (diff) | |
download | pkgsrc-835c26f4a0c50070bad9cdeb1aef5325abd7b2cb.tar.gz |
This package is incompatible with mail/qmail, as it does not follow
symlinks properly. Add a MESSAGE to this effect, addressing PR
pkg/30904. Bump PKGREVISION.
Diffstat (limited to 'mail/queue-repair')
-rw-r--r-- | mail/queue-repair/MESSAGE | 8 | ||||
-rw-r--r-- | mail/queue-repair/Makefile | 4 |
2 files changed, 10 insertions, 2 deletions
diff --git a/mail/queue-repair/MESSAGE b/mail/queue-repair/MESSAGE new file mode 100644 index 00000000000..1235fd7e10a --- /dev/null +++ b/mail/queue-repair/MESSAGE @@ -0,0 +1,8 @@ +=========================================================================== +$NetBSD: MESSAGE,v 1.1 2006/12/29 06:44:00 schmonz Exp $ + +This package is incompatible with mail/qmail, as it does not follow +symlinks properly. Use it only with non-pkgsrc qmail installations. +Otherwise, try mail/queue-fix instead. + +=========================================================================== diff --git a/mail/queue-repair/Makefile b/mail/queue-repair/Makefile index 31851b1539f..3df46582276 100644 --- a/mail/queue-repair/Makefile +++ b/mail/queue-repair/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2006/02/05 23:09:57 joerg Exp $ +# $NetBSD: Makefile,v 1.3 2006/12/29 06:44:00 schmonz Exp $ # DISTNAME= queue-repair-0.9.0 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= mail MASTER_SITES= ${HOMEPAGE} |