diff options
author | Alexander Leidinger <netchild@FreeBSD.org> | 2003-04-24 15:08:34 +0000 |
---|---|---|
committer | Alexander Leidinger <netchild@FreeBSD.org> | 2003-04-24 15:08:34 +0000 |
commit | f28a4a66664b8d94751003246ee6479a58e3c5d2 (patch) | |
tree | ca3d992e9be796da2d3153b7f8fe514a1fdd072a /lang/icc | |
parent | 60e1a612b8ed13a3828561e5c1f3be097ae71016 (diff) | |
download | ports-f28a4a66664b8d94751003246ee6479a58e3c5d2.tar.gz ports-f28a4a66664b8d94751003246ee6479a58e3c5d2.zip |
Update to 7.1.011.
Notes
Notes:
svn path=/head/; revision=79588
Diffstat (limited to 'lang/icc')
-rw-r--r-- | lang/icc/Makefile | 17 | ||||
-rw-r--r-- | lang/icc/distinfo | 2 |
2 files changed, 9 insertions, 10 deletions
diff --git a/lang/icc/Makefile b/lang/icc/Makefile index 31e139421d0f..e057893c43cf 100644 --- a/lang/icc/Makefile +++ b/lang/icc/Makefile @@ -6,11 +6,10 @@ # PORTNAME= icc -PORTVERSION= 7.1.006 -PORTREVISION= 2 +PORTVERSION= 7.1.011 CATEGORIES= lang linux devel MASTER_SITES= -DISTNAME= l_cc_p_${PORTVERSION} +DISTNAME= l_cc_pu_${PORTVERSION} EXTRACT_SUFX= .tar MAINTAINER= netchild@FreeBSD.org @@ -63,12 +62,12 @@ post-extract: ${FILESDIR}/cpio-exclude_noportdocs >>${WRKDIR}/cpio-exclude .endif .for i in \ - intel-icc7-7.1-6.i386.rpm -# intel-ildb7-7.1-11.i386.rpm \ -# intel-isubh7-7.1-6.i386.rpm \ -# intel-ecc7-7.1-6.ia64.rpm \ -# intel-eldb7-7.1-11.ia64.rpm \ -# intel-esubh7-7.1-6.ia64.rpm + intel-icc7-7.1-9.i386.rpm +# intel-iidb7-7.1-19.i386.rpm \ +# intel-isubh7-7.1-9.i386.rpm \ +# intel-ecc7-7.1-9.ia64.rpm \ +# intel-eidb7-7.1-19.ia64.rpm \ +# intel-esubh7-7.1-9.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 17641450030a..7e82be7eb1ee 100644 --- a/lang/icc/distinfo +++ b/lang/icc/distinfo @@ -1 +1 @@ -MD5 (l_cc_p_7.1.006.tar) = f1f00b6a3a788b82ea171126ca37f62d +MD5 (l_cc_pu_7.1.011.tar) = c8595ebf8ecb38c21cd3fa6687b56801 |