diff options
author | obrien <obrien@FreeBSD.org> | 2003-12-26 23:56:36 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2003-12-26 23:56:36 +0800 |
commit | 468a2490ca65f2112cbd39c3e0308a6bbefd9226 (patch) | |
tree | 0dce6f9bab4851a8b43e73788840999465d790da /lang/gcc44/Makefile | |
parent | 6fb77b40f379ffab39340f0c500cfe7aabd44d54 (diff) | |
download | freebsd-ports-gnome-468a2490ca65f2112cbd39c3e0308a6bbefd9226.tar.gz freebsd-ports-gnome-468a2490ca65f2112cbd39c3e0308a6bbefd9226.tar.zst freebsd-ports-gnome-468a2490ca65f2112cbd39c3e0308a6bbefd9226.zip |
Update to the 2003-12-24 snapshot.
Diffstat (limited to 'lang/gcc44/Makefile')
-rw-r--r-- | lang/gcc44/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/lang/gcc44/Makefile b/lang/gcc44/Makefile index b1d29ff29bb2..b6de839d7003 100644 --- a/lang/gcc44/Makefile +++ b/lang/gcc44/Makefile @@ -6,7 +6,7 @@ # $FreeBSD$ # -SNAPDATE= 2003-12-10 +SNAPDATE= 2003-12-24 #CVS_DATE= ${SNAPDATE} 18:53:04 EDT PORTNAME= gcc @@ -14,7 +14,8 @@ PORTVERSION= 3.4 PORTREVISION= ${SNAPDATE:S/-//g} CATEGORIES= lang java VERSIONSTRING= ${PORTVERSION}-${PORTREVISION} -MASTER_SITES= ${MASTER_SITE_GCC} +MASTER_SITES= ${MASTER_SITE_GCC} \ + http://web.inter.NL.net/hcc/Haj.Ten.Brugge/:bc MASTER_SITE_SUBDIR= snapshots/${VERSIONSTRING} .if !defined(CVS_DATE) DISTFILES= \ @@ -190,7 +191,7 @@ post-install: cklatest: .for SITE in ftp://gcc.gnu.org/pub/gcc/snapshots/ ftp://mirrors.rcn.net/mirrors/sources.redhat.com/gcc/snapshots/ - @-ncftpls ${SITE} | ${GREP} LATEST + @-ncftpls ${SITE} | ${GREP} 'LATEST.*3\.4' .endfor .include <bsd.port.post.mk> |