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:
parent
556f752a10
commit
2e160ec828
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=286812
@ -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
|
||||
|
||||
|
10
mail/dovecot2-antispam-plugin/files/patch-docs-txt2man
Normal file
10
mail/dovecot2-antispam-plugin/files/patch-docs-txt2man
Normal 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 ----
|
Loading…
Reference in New Issue
Block a user