diff options
author | krion <krion@FreeBSD.org> | 2004-03-18 17:20:03 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-03-18 17:20:03 +0800 |
commit | 57fe339aeb6831bab15c0a4adcd5a6d1e3695344 (patch) | |
tree | ca6181e23a4235b36aef8d36cc363dc84f82b833 | |
parent | fd98dc52a14e97fb7a512508289bc87da484ffce (diff) | |
download | freebsd-ports-gnome-57fe339aeb6831bab15c0a4adcd5a6d1e3695344.tar.gz freebsd-ports-gnome-57fe339aeb6831bab15c0a4adcd5a6d1e3695344.tar.zst freebsd-ports-gnome-57fe339aeb6831bab15c0a4adcd5a6d1e3695344.zip |
- Update to version 1.3.3
- SIZE'ify
PR: ports/64402
Submitted by: maintainer
-rw-r--r-- | mail/ifile/Makefile | 4 | ||||
-rw-r--r-- | mail/ifile/distinfo | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/mail/ifile/Makefile b/mail/ifile/Makefile index 944c6e8980e1..ab65533bd8ef 100644 --- a/mail/ifile/Makefile +++ b/mail/ifile/Makefile @@ -6,8 +6,7 @@ # PORTNAME= ifile -PORTVERSION= 1.3.2 -PORTREVISION= 2 +PORTVERSION= 1.3.3 CATEGORIES= mail textproc MASTER_SITES= ${MASTER_SITE_SAVANNAH} MASTER_SITE_SUBDIR= ${PORTNAME}/default.pkg/${PORTVERSION} @@ -18,6 +17,7 @@ COMMENT= An application of machine learning to e-mail filtering USE_GETOPT_LONG=yes USE_GMAKE= yes GNU_CONFIGURE= yes +CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} MAN1= ifile.1 .include <bsd.port.mk> diff --git a/mail/ifile/distinfo b/mail/ifile/distinfo index 7fdcdcfc7ee6..b423f3a07f8c 100644 --- a/mail/ifile/distinfo +++ b/mail/ifile/distinfo @@ -1 +1,2 @@ -MD5 (ifile-1.3.2.tar.gz) = 60029538db12fb1dd5ddc134ab835d28 +MD5 (ifile-1.3.3.tar.gz) = 6eef526ee15a9bbf8a75174e074ab1b1 +SIZE (ifile-1.3.3.tar.gz) = 185419 |