1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

- 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
This commit is contained in:
Michael Scheidell 2011-12-03 18:31:16 +00:00
parent 556f752a10
commit 2e160ec828
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=286812
2 changed files with 13 additions and 2 deletions

View File

@ -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

View File

@ -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 ----