diff options
author | James E. Housley <jeh@FreeBSD.org> | 2001-04-09 23:00:05 +0800 |
---|---|---|
committer | James E. Housley <jeh@FreeBSD.org> | 2001-04-09 23:00:05 +0800 |
commit | b9cddcd687f4cebe7810462e4b4838bf74e8890a (patch) | |
tree | 40401fe0ac0d63e11ca2ef75c2a6f6f245732281 /devel | |
parent | 0049f750537e96fd1db0b28d140636f48ca79ba1 (diff) | |
download | freebsd-ports-gnome-b9cddcd687f4cebe7810462e4b4838bf74e8890a.tar.gz freebsd-ports-gnome-b9cddcd687f4cebe7810462e4b4838bf74e8890a.tar.zst freebsd-ports-gnome-b9cddcd687f4cebe7810462e4b4838bf74e8890a.zip |
For the last commit, which was blank.
- Upgrade to version 2.11
- Match MASTER_SITES with other -binutils ports
- Use .bz2 and place in main directory like other -binutils ports
Diffstat (limited to 'devel')
-rw-r--r-- | devel/i386-rtems-binutils/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/i386-rtems-binutils/Makefile b/devel/i386-rtems-binutils/Makefile index 71c5bfbba396..58113840c826 100644 --- a/devel/i386-rtems-binutils/Makefile +++ b/devel/i386-rtems-binutils/Makefile @@ -7,10 +7,11 @@ PORTNAME= binutils PORTVERSION= 2.11 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEWARE} MASTER_SITE_SUBDIR= binutils/releases -PATCHFILES= ${BINNAME}-rtems-20010409.diff +PATCHFILES= ${BINNAME}-rtems-20010409.diff.gz PATCH_SITES= ftp://ftp.oarcorp.com/pub/rtems/snapshots/c_tools/source/ \ http://rtems.thehousleys.net/ |