diff options
author | petef <petef@FreeBSD.org> | 2003-01-06 06:18:38 +0800 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2003-01-06 06:18:38 +0800 |
commit | 95f1f400b50ec0e9845ce2ce2d42430ce71d96a1 (patch) | |
tree | a1f88e4f5e973c5be2cd53fcc3ff5fbbf02c2ebb /mail | |
parent | 413b2ec886f03e5bc1579a908c191d42d226585b (diff) | |
download | freebsd-ports-gnome-95f1f400b50ec0e9845ce2ce2d42430ce71d96a1.tar.gz freebsd-ports-gnome-95f1f400b50ec0e9845ce2ce2d42430ce71d96a1.tar.zst freebsd-ports-gnome-95f1f400b50ec0e9845ce2ce2d42430ce71d96a1.zip |
- update to 1.2.1
- switch MASTER_SITES to the project's new home
PR: 46699
Submitted by: maintainer
Diffstat (limited to 'mail')
-rw-r--r-- | mail/ifile/Makefile | 8 | ||||
-rw-r--r-- | mail/ifile/distinfo | 2 | ||||
-rw-r--r-- | mail/ifile/pkg-plist | 4 |
3 files changed, 7 insertions, 7 deletions
diff --git a/mail/ifile/Makefile b/mail/ifile/Makefile index 8abf20c40095..4832680a9618 100644 --- a/mail/ifile/Makefile +++ b/mail/ifile/Makefile @@ -6,12 +6,14 @@ # PORTNAME= ifile -PORTVERSION= 1.1.4 +PORTVERSION= 1.2.1 CATEGORIES= mail textproc -MASTER_SITES= http://www.ai.mit.edu/~jrennie/ifile/ +MASTER_SITES= http://savannah.nongnu.org/download/ifile/default.pkg/${PORTVERSION}/ MAINTAINER= david+ports@bushong.net +LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt + USE_REINPLACE= yes USE_GMAKE= yes GNU_CONFIGURE= yes @@ -21,5 +23,7 @@ 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 .include <bsd.port.mk> diff --git a/mail/ifile/distinfo b/mail/ifile/distinfo index 41c802d24376..fc75e6330623 100644 --- a/mail/ifile/distinfo +++ b/mail/ifile/distinfo @@ -1 +1 @@ -MD5 (ifile-1.1.4.tar.gz) = 05934021cb36b33c4100b31b922e8781 +MD5 (ifile-1.2.1.tar.gz) = 43f457ccef67124dbceae5fba3d5ced6 diff --git a/mail/ifile/pkg-plist b/mail/ifile/pkg-plist index d972c18e1d56..b7fa427b6e45 100644 --- a/mail/ifile/pkg-plist +++ b/mail/ifile/pkg-plist @@ -1,6 +1,2 @@ @comment $FreeBSD$ bin/ifile -bin/ifilter.mh -bin/irefile.mh -bin/knowledge_base.mh -bin/news2mail |