aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorscheidell <scheidell@FreeBSD.org>2011-12-04 02:31:16 +0800
committerscheidell <scheidell@FreeBSD.org>2011-12-04 02:31:16 +0800
commitd59a4e3fc2e67a3bb3e3103f800c22021c28c5e5 (patch)
tree132fe3a8cec3781721208a1d2a0847764a1009a4 /mail
parentc753790f928f7f631aedd1ab8ef4a73a557d986c (diff)
downloadfreebsd-ports-gnome-d59a4e3fc2e67a3bb3e3103f800c22021c28c5e5.tar.gz
freebsd-ports-gnome-d59a4e3fc2e67a3bb3e3103f800c22021c28c5e5.tar.zst
freebsd-ports-gnome-d59a4e3fc2e67a3bb3e3103f800c22021c28c5e5.zip
- Patched txt2man because of an overly,unnessessary agressive test
- without patch build would hang PR: 161951 Submitted by: janm@transactionware.com Approved by: maintainer (timeout), gabor (mentor) Feature safe: yes
Diffstat (limited to 'mail')
-rw-r--r--mail/dovecot2-antispam-plugin/Makefile5
-rw-r--r--mail/dovecot2-antispam-plugin/files/patch-docs-txt2man10
2 files changed, 13 insertions, 2 deletions
diff --git a/mail/dovecot2-antispam-plugin/Makefile b/mail/dovecot2-antispam-plugin/Makefile
index 33ce68316424..aa1892f966b5 100644
--- a/mail/dovecot2-antispam-plugin/Makefile
+++ b/mail/dovecot2-antispam-plugin/Makefile
@@ -7,14 +7,15 @@
PORTNAME= dovecot2-antispam-plugin
PORTVERSION= 20101222
+PORTREVISION= 1
CATEGORIES= mail
MASTER_SITES= http://www.bamus.cz/distfiles/
DISTFILES= dovecot-antispam-plugin-${DISTVERSION}${EXTRACT_SUFX}
MAINTAINER= dsh@bamus.cz
-COMMENT= The dovecot 2.x plugin for spam systems training.
+COMMENT= The dovecot 2.x plugin for spam systems training
-BUILD_DEPENDS= ${RUN_DEPENDS} \
+BUILD_DEPENDS= dovecot>=2.0.7:${PORTSDIR}/mail/dovecot2 \
gawk:${PORTSDIR}/lang/gawk
RUN_DEPENDS= dovecot>=2.0.7:${PORTSDIR}/mail/dovecot2
diff --git a/mail/dovecot2-antispam-plugin/files/patch-docs-txt2man b/mail/dovecot2-antispam-plugin/files/patch-docs-txt2man
new file mode 100644
index 000000000000..40716abaf412
--- /dev/null
+++ b/mail/dovecot2-antispam-plugin/files/patch-docs-txt2man
@@ -0,0 +1,10 @@
+*** doc/txt2man.orig Fri Oct 7 17:45:27 2011
+--- doc/txt2man Fri Oct 7 17:45:35 2011
+***************
+*** 1,5 ****
+ #!/bin/sh
+- test "$HOME" = ~ || exec ksh $0 "$@" # try ksh if sh too old (not yet POSIX)
+
+ # Copyright (C) 2001, 2002, 2003 Marc Vertes
+
+--- 1,4 ----