summaryrefslogtreecommitdiff
path: root/lang/gcc42
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2010-06-11 15:09:45 +0000
committerAlex Dupre <ale@FreeBSD.org>2010-06-11 15:09:45 +0000
commit8cbf48bd4b10e39f4f96a5a77120e40e99de8d26 (patch)
tree50f448e0fb0b8504eebaae343d466dcd9e4dd1be /lang/gcc42
parentUpdate to 3.0.0 release. (diff)
Chase mpfr library and bump PORTREVISION.
Notes
Notes: svn path=/head/; revision=256398
Diffstat (limited to 'lang/gcc42')
-rw-r--r--lang/gcc42/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/gcc42/Makefile b/lang/gcc42/Makefile
index 5cada080983f..90ae927a2b9e 100644
--- a/lang/gcc42/Makefile
+++ b/lang/gcc42/Makefile
@@ -8,7 +8,7 @@
PORTNAME= gcc
PORTVERSION= 4.2.5.20090325
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= lang java
MASTER_SITES= ${MASTER_SITE_GCC}
MASTER_SITE_SUBDIR= snapshots/${VERSIONSTRING}
@@ -20,7 +20,7 @@ MAINTAINER= gerald@FreeBSD.org
COMMENT= GNU Compiler Collection 4.2
LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp \
- mpfr.3:${PORTSDIR}/math/mpfr
+ mpfr.4:${PORTSDIR}/math/mpfr
VERSIONSTRING= ${PORTVERSION:C/([0-9]+\.[0-9]+).*\.([0-9]+)/\1-\2/}
SUFFIX= ${PORTVERSION:C/([0-9]+).([0-9]+).*/\1\2/}