diff options
author | jeh <jeh@FreeBSD.org> | 2001-10-14 07:43:36 +0800 |
---|---|---|
committer | jeh <jeh@FreeBSD.org> | 2001-10-14 07:43:36 +0800 |
commit | db1444c5a4518e8e1c1795f9720a10f080a9ca39 (patch) | |
tree | a8eed16b30af3fce3bbe6cf36b16188cf1fb3736 /devel/i386-rtems-g77/Makefile | |
parent | e7a626b9c51724d09df2777279f0d54000e34983 (diff) | |
download | freebsd-ports-gnome-db1444c5a4518e8e1c1795f9720a10f080a9ca39.tar.gz freebsd-ports-gnome-db1444c5a4518e8e1c1795f9720a10f080a9ca39.tar.zst freebsd-ports-gnome-db1444c5a4518e8e1c1795f9720a10f080a9ca39.zip |
Upgrade all the GCC based RTEMS ports to gcc-2.95.3
Diffstat (limited to 'devel/i386-rtems-g77/Makefile')
-rw-r--r-- | devel/i386-rtems-g77/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/devel/i386-rtems-g77/Makefile b/devel/i386-rtems-g77/Makefile index 4dfc4f89aa8e..1d714f982868 100644 --- a/devel/i386-rtems-g77/Makefile +++ b/devel/i386-rtems-g77/Makefile @@ -6,14 +6,14 @@ # PORTNAME= g77 -PORTVERSION= 2.95.2 -PORTREVISION= 22 +PORTVERSION= 2.95.3 +PORTREVISION= 0 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEWARE} MASTER_SITE_SUBDIR= newlib DISTFILES= ${F77NAME}.tar.gz ${NEWLIBNAME}.tar.gz -PATCHFILES= ${F77NAME}-rtems-20010221.diff \ - ${NEWLIBNAME}-rtems-20010221.diff +PATCHFILES= ${F77NAME}-rtems-20010622a.diff \ + ${NEWLIBNAME}-rtems-20010622.diff PATCH_SITES= ftp://ftp.oarcorp.com/pub/rtems/snapshots/c_tools/source/ \ http://rtems.thehousleys.net/ @@ -21,7 +21,7 @@ MAINTAINER= jeh@FreeBSD.org LCLTARGET?= i386-rtems -F77NAME= gcc-2.95.2 +F77NAME= gcc-2.95.3 NEWLIBNAME= newlib-1.9.0 MASTERDIR= ${.CURDIR}/../i386-rtems-g77 PLIST= ${PKGDIR}/pkg-plist.${LCLTARGET} |