diff options
author | netchild <netchild@FreeBSD.org> | 2003-02-15 15:46:17 +0000 |
---|---|---|
committer | netchild <netchild@FreeBSD.org> | 2003-02-15 15:46:17 +0000 |
commit | a0c8c096229b2d88962d936c7b195d2f9b2ed529 (patch) | |
tree | e3cff9f51cdc4a7be0b81ad484366b591990bba0 /lang/icc | |
parent | 08607fb850b4b3facf951f655c43b19b10270f91 (diff) | |
download | FreeBSD-ports-a0c8c096229b2d88962d936c7b195d2f9b2ed529.zip FreeBSD-ports-a0c8c096229b2d88962d936c7b195d2f9b2ed529.tar.gz |
Update to 7.0.083.
I'm not aware of a change between 7.0.082 and this version which affects
FreeBSD, so no need to update if you already have 7.0.082 installed.
Diffstat (limited to 'lang/icc')
-rw-r--r-- | lang/icc/Makefile | 14 | ||||
-rw-r--r-- | lang/icc/distinfo | 2 |
2 files changed, 8 insertions, 8 deletions
diff --git a/lang/icc/Makefile b/lang/icc/Makefile index 7c1cb2e..d5c701b 100644 --- a/lang/icc/Makefile +++ b/lang/icc/Makefile @@ -6,7 +6,7 @@ # PORTNAME= icc -PORTVERSION= 7.0.082 +PORTVERSION= 7.0.083 CATEGORIES= lang linux devel MASTER_SITES= DISTNAME= l_cc_pu_${PORTVERSION} @@ -60,12 +60,12 @@ post-extract: ${FILESDIR}/cpio-exclude_noportdocs >>${WRKDIR}/cpio-exclude .endif .for i in \ - intel-icc7-7.0-82.i386.rpm -# intel-ildb7-7.0-164.i386.rpm \ -# intel-isubh7-7.0-82.i386.rpm \ -# intel-ecc7-7.0-82.ia64.rpm \ -# intel-eldb7-7.0-164.ia64.rpm \ -# intel-esubh7-7.0-82.ia64.rpm + intel-icc7-7.0-83.i386.rpm +# intel-ildb7-7.0-166.i386.rpm \ +# intel-isubh7-7.0-83.i386.rpm \ +# intel-ecc7-7.0-83.ia64.rpm \ +# intel-eldb7-7.0-166.ia64.rpm \ +# intel-esubh7-7.0-83.ia64.rpm @cd ${WRKSRC} && rpm2cpio 2>/dev/null ${i} | \ cpio -idfuE ${WRKDIR}/cpio-exclude --quiet .endfor diff --git a/lang/icc/distinfo b/lang/icc/distinfo index 8c37b81..62bb5cb 100644 --- a/lang/icc/distinfo +++ b/lang/icc/distinfo @@ -1 +1 @@ -MD5 (l_cc_pu_7.0.082.tar) = 7f066133cf978c550fd34353da482660 +MD5 (l_cc_pu_7.0.083.tar) = 32972a318515ebf817eae5e1ad6473d1 |