diff options
author | netchild <netchild@FreeBSD.org> | 2004-03-17 22:00:02 +0800 |
---|---|---|
committer | netchild <netchild@FreeBSD.org> | 2004-03-17 22:00:02 +0800 |
commit | 218fa5cb583032bf73e5b70a091ac482425afe6e (patch) | |
tree | 228010fddf3d1dcf8a6d4c54b5f2977622bf3c0e /lang/icc/Makefile | |
parent | 8727f06d8008c6739e23807b3e3f63287cf13ca2 (diff) | |
download | freebsd-ports-gnome-218fa5cb583032bf73e5b70a091ac482425afe6e.tar.gz freebsd-ports-gnome-218fa5cb583032bf73e5b70a091ac482425afe6e.tar.zst freebsd-ports-gnome-218fa5cb583032bf73e5b70a091ac482425afe6e.zip |
Update to 8.0.058.p061.
This version fixes the stlport test cases (heap corruption due to
inlining and exception handling).
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.+$//} |