diff options
author | Alexander Leidinger <netchild@FreeBSD.org> | 2004-03-17 14:00:02 +0000 |
---|---|---|
committer | Alexander Leidinger <netchild@FreeBSD.org> | 2004-03-17 14:00:02 +0000 |
commit | 9a2a31e863ea7640f74a4af5ee11731d6196c6f4 (patch) | |
tree | b960912101fef13ecafaaafaf047a7235b254854 /lang/icc/Makefile | |
parent | Bump PORTREVISION for libusb fix from previous commit. (diff) |
Update to 8.0.058.p061.
This version fixes the stlport test cases (heap corruption due to
inlining and exception handling).
Notes
Notes:
svn path=/head/; revision=104293
Diffstat (limited to 'lang/icc/Makefile')
-rw-r--r-- | lang/icc/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lang/icc/Makefile b/lang/icc/Makefile index d88cd3ae9515..822a6ebcb0ad 100644 --- a/lang/icc/Makefile +++ b/lang/icc/Makefile @@ -6,8 +6,7 @@ # PORTNAME= icc -PORTVERSION= 8.0.058.p060 -PORTREVISION= 1 +PORTVERSION= 8.0.058.p061 CATEGORIES= lang linux devel MASTER_SITES= DISTNAME= l_cc_pc_${PORTVERSION:C/\.p.+$//} |