diff options
author | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2002-12-15 17:43:36 +0000 |
---|---|---|
committer | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2002-12-15 17:43:36 +0000 |
commit | 35a60e8537dae87b5b09e0e432ea66d83c028e28 (patch) | |
tree | 2c4dc1807320fbf0416d7ae889e94222b9b195f5 /net/ipex/Makefile | |
parent | Fix really messed up BROKEN= blocks that happened with 0.5. (diff) |
Update to 2.3.5.4 to fix -segfault on -current and -stable
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=71657
Diffstat (limited to 'net/ipex/Makefile')
-rw-r--r-- | net/ipex/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/ipex/Makefile b/net/ipex/Makefile index 347f03773a62..4ac4e0f8b57f 100644 --- a/net/ipex/Makefile +++ b/net/ipex/Makefile @@ -6,8 +6,7 @@ # PORTNAME= ipex -PORTVERSION= 2.3.5.2 -PORTREVISION= 1 +PORTVERSION= 2.3.5.4 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ipex |