mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 02:46:27 -04:00
Update to the 20170525 snapshot of GCC 7.1.1. This now comes in
.tar.xz instead of .tar.bz2 format.
This commit is contained in:
parent
6aa4d5b23b
commit
6eecff3674
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=441877
2 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= gcc
|
||||
PORTVERSION= 7.1.1.s20170518
|
||||
PORTVERSION= 7.1.1.s20170525
|
||||
CATEGORIES= lang
|
||||
MASTER_SITES= GCC/snapshots/${DIST_VERSION}
|
||||
PKGNAMESUFFIX= ${SUFFIX}-devel
|
||||
|
@ -35,7 +35,7 @@ DIST_VERSION= ${PORTVERSION:C/([0-9]+).*\.s([0-9]+)/\1-\2/}
|
|||
GCC_VERSION= ${PORTVERSION:C/(.+)\.s[0-9]{8}/\1/}
|
||||
SUFFIX= ${PORTVERSION:C/([0-9]+).*/\1/}
|
||||
ONLY_FOR_ARCHS= aarch64 amd64 arm armv6 i386 powerpc powerpc64 sparc64
|
||||
USES= compiler cpe gmake iconv libtool makeinfo perl5 tar:bzip2
|
||||
USES= compiler cpe gmake iconv libtool makeinfo perl5 tar:xz
|
||||
USE_BINUTILS= yes
|
||||
USE_PERL5= build
|
||||
SSP_UNSAFE= yes
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1495302269
|
||||
SHA256 (gcc-7-20170518.tar.bz2) = 9b23c9fac27ae58a6316eb851a33e58e0191060a8b9dae8ad71edf26b5a1a18d
|
||||
SIZE (gcc-7-20170518.tar.bz2) = 79764206
|
||||
TIMESTAMP = 1495785471
|
||||
SHA256 (gcc-7-20170525.tar.xz) = d3a6f98f2083a572df10c70cc99324daee3ea2a515087bef7860beddc5598759
|
||||
SIZE (gcc-7-20170525.tar.xz) = 62461740
|
||||
|
|
Loading…
Add table
Reference in a new issue