diff options
author | obraun <obraun@FreeBSD.org> | 2002-10-16 21:34:52 +0000 |
---|---|---|
committer | obraun <obraun@FreeBSD.org> | 2002-10-16 21:34:52 +0000 |
commit | 0b14a6a7695b9056a920976ec8f79d6845167a45 (patch) | |
tree | 0d32ae94c69657a56e032a69c8a4538ffd0eec5c /mail | |
parent | 00fa44331bd56c0f227c6ca5e1a581af640ba1ce (diff) | |
download | FreeBSD-ports-0b14a6a7695b9056a920976ec8f79d6845167a45.zip FreeBSD-ports-0b14a6a7695b9056a920976ec8f79d6845167a45.tar.gz |
Upgrade to 1.1.4.
PR: ports/44125
Submitted by: maintainer
Diffstat (limited to 'mail')
-rw-r--r-- | mail/ifile/Makefile | 7 | ||||
-rw-r--r-- | mail/ifile/distinfo | 2 |
2 files changed, 7 insertions, 2 deletions
diff --git a/mail/ifile/Makefile b/mail/ifile/Makefile index 505acbc..51aa5f0 100644 --- a/mail/ifile/Makefile +++ b/mail/ifile/Makefile @@ -6,7 +6,7 @@ # PORTNAME= ifile -PORTVERSION= 1.0.11 +PORTVERSION= 1.1.4 CATEGORIES= mail textproc MASTER_SITES= http://www.ai.mit.edu/~jrennie/ifile/ @@ -16,4 +16,9 @@ USE_GMAKE= yes GNU_CONFIGURE= yes MAN1= ifile.1 +post-patch: +.for file in argp-help.c strndup.c + @${PERL} -pi -e 's/malloc\.h/stdlib.h/g' ${WRKSRC}/argp/${file} +.endfor + .include <bsd.port.mk> diff --git a/mail/ifile/distinfo b/mail/ifile/distinfo index 7c9cc4b..41c802d 100644 --- a/mail/ifile/distinfo +++ b/mail/ifile/distinfo @@ -1 +1 @@ -MD5 (ifile-1.0.11.tar.gz) = 62b783da6e129682551ccf47198be4ea +MD5 (ifile-1.1.4.tar.gz) = 05934021cb36b33c4100b31b922e8781 |