diff options
author | gerald <gerald@FreeBSD.org> | 2014-09-11 04:50:31 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2014-09-11 04:50:31 +0800 |
commit | c830042769f26309b16e0b0ace05fc30fec7b236 (patch) | |
tree | d1ac4f6805fbce1473116cae6a211aa3cabd466c /lang/hugs | |
parent | 80f8761d42bc33f770b1c64becc0f409ed9f8fd8 (diff) | |
download | freebsd-ports-gnome-c830042769f26309b16e0b0ace05fc30fec7b236.tar.gz freebsd-ports-gnome-c830042769f26309b16e0b0ace05fc30fec7b236.tar.zst freebsd-ports-gnome-c830042769f26309b16e0b0ace05fc30fec7b236.zip |
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit)
Diffstat (limited to 'lang/hugs')
-rw-r--r-- | lang/hugs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/hugs/Makefile b/lang/hugs/Makefile index f659a07e1df3..0bfff6ec7008 100644 --- a/lang/hugs/Makefile +++ b/lang/hugs/Makefile @@ -3,7 +3,7 @@ PORTNAME= hugs98 PORTVERSION= 200609 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= lang haskell MASTER_SITES= http://cvs.haskell.org/Hugs/downloads/2006-09/ DISTNAME= ${PORTNAME}-plus-${HUGS_DATE} |