svn commit: r312374 - head/lang/gcc48
Gerald Pfeifer
gerald at FreeBSD.org
Sat Feb 16 16:43:44 UTC 2013
Author: gerald
Date: Sat Feb 16 16:43:41 2013
New Revision: 312374
URL: http://svnweb.freebsd.org/changeset/ports/312374
Log:
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.
Modified:
head/lang/gcc48/Makefile
head/lang/gcc48/distinfo
Modified: head/lang/gcc48/Makefile
==============================================================================
--- head/lang/gcc48/Makefile Sat Feb 16 16:29:03 2013 (r312373)
+++ head/lang/gcc48/Makefile Sat Feb 16 16:43:41 2013 (r312374)
@@ -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 at FreeBSD.org
COMMENT= GNU Compiler Collection 4.8
Modified: head/lang/gcc48/distinfo
==============================================================================
--- head/lang/gcc48/distinfo Sat Feb 16 16:29:03 2013 (r312373)
+++ head/lang/gcc48/distinfo Sat Feb 16 16:43:41 2013 (r312374)
@@ -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
More information about the svn-ports-head
mailing list