diff options
author | gerald <gerald@FreeBSD.org> | 2013-02-17 00:43:41 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2013-02-17 00:43:41 +0800 |
commit | d1df21e516c56693c2e83e14ec02795980ced39f (patch) | |
tree | 66ef698177ea8b21ba79c9c9b6b5be0342258f75 /lang/gcc48 | |
parent | ab557428f329e6fa20b1a4b543881fc06c7b01a2 (diff) | |
download | freebsd-ports-gnome-d1df21e516c56693c2e83e14ec02795980ced39f.tar.gz freebsd-ports-gnome-d1df21e516c56693c2e83e14ec02795980ced39f.tar.zst freebsd-ports-gnome-d1df21e516c56693c2e83e14ec02795980ced39f.zip |
Replace the use of DISTFILES by DISTNAME, since we are now down to
one in all cases.
On the way, update to the 20130210 snapshot of GCC 4.8.0.
Diffstat (limited to 'lang/gcc48')
-rw-r--r-- | lang/gcc48/Makefile | 4 | ||||
-rw-r--r-- | lang/gcc48/distinfo | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/lang/gcc48/Makefile b/lang/gcc48/Makefile index bf150e8d96a3..55c9d6fd85b6 100644 --- a/lang/gcc48/Makefile +++ b/lang/gcc48/Makefile @@ -2,11 +2,11 @@ # $FreeBSD$ PORTNAME= gcc -PORTVERSION= 4.8.0.20130203 +PORTVERSION= 4.8.0.20130210 CATEGORIES= lang java MASTER_SITES= ${MASTER_SITE_GCC} MASTER_SITE_SUBDIR= snapshots/${VERSIONSTRING} -DISTFILES= gcc-${VERSIONSTRING}${EXTRACT_SUFX} +DISTNAME= gcc-${VERSIONSTRING} MAINTAINER= gerald@FreeBSD.org COMMENT= GNU Compiler Collection 4.8 diff --git a/lang/gcc48/distinfo b/lang/gcc48/distinfo index 58c1254deb7e..d2de145dcc71 100644 --- a/lang/gcc48/distinfo +++ b/lang/gcc48/distinfo @@ -1,2 +1,2 @@ -SHA256 (gcc-4.8-20130203.tar.bz2) = 489912f60de9a849a3b716722751ff84b9186da1b721b8c0a47b14b4f63101bc -SIZE (gcc-4.8-20130203.tar.bz2) = 82275252 +SHA256 (gcc-4.8-20130210.tar.bz2) = d92f7be62d03e254a4034984e913a8517c9aefe497ac5c755a6c3416c017d416 +SIZE (gcc-4.8-20130210.tar.bz2) = 82283087 |