diff options
-rw-r--r-- | mail/ifile/Makefile | 5 | ||||
-rw-r--r-- | mail/ifile/distinfo | 2 | ||||
-rw-r--r-- | mail/ifile/pkg-descr | 2 |
3 files changed, 3 insertions, 6 deletions
diff --git a/mail/ifile/Makefile b/mail/ifile/Makefile index f1dea947e2b6..7a1f52044663 100644 --- a/mail/ifile/Makefile +++ b/mail/ifile/Makefile @@ -6,7 +6,7 @@ # PORTNAME= ifile -PORTVERSION= 1.2.1 +PORTVERSION= 1.3.1 CATEGORIES= mail textproc MASTER_SITES= http://savannah.nongnu.org/download/ifile/default.pkg/${PORTVERSION}/ @@ -21,9 +21,6 @@ GNU_CONFIGURE= yes MAN1= ifile.1 post-patch: -.for file in argp-help.c strndup.c - @${REINPLACE_CMD} -e 's/malloc\.h/stdlib.h/g' ${WRKSRC}/argp/${file} -.endfor @${REINPLACE_CMD} -e 's,-lm,-lm -L${LOCALBASE}/lib -lgnugetopt,' \ ${WRKSRC}/Makefile.in diff --git a/mail/ifile/distinfo b/mail/ifile/distinfo index fc75e6330623..2576352cbf51 100644 --- a/mail/ifile/distinfo +++ b/mail/ifile/distinfo @@ -1 +1 @@ -MD5 (ifile-1.2.1.tar.gz) = 43f457ccef67124dbceae5fba3d5ced6 +MD5 (ifile-1.3.1.tar.gz) = 49f54031e2734480dc6821792308b7d1 diff --git a/mail/ifile/pkg-descr b/mail/ifile/pkg-descr index 1dbc45e4bc04..e31226817a19 100644 --- a/mail/ifile/pkg-descr +++ b/mail/ifile/pkg-descr @@ -14,4 +14,4 @@ ifile is not dependent upon any specific mail system and should be adaptable to any mail system which allows an outside program to perform mail filtering. -WWW: http://www.ai.mit.edu/~jrennie/ifile/ +WWW: http://www.nongnu.org/ifile/ |