diff options
author | jeh <jeh@FreeBSD.org> | 2001-04-09 15:00:05 +0000 |
---|---|---|
committer | jeh <jeh@FreeBSD.org> | 2001-04-09 15:00:05 +0000 |
commit | 31022bc296f901dccb307526373adf9f5033017e (patch) | |
tree | d47c48e50943a85f2e292dad7ac44faab8021ffd /devel | |
parent | 2e77898276dc710f2a14c6d63e210c9fb615c191 (diff) | |
download | FreeBSD-ports-31022bc296f901dccb307526373adf9f5033017e.zip FreeBSD-ports-31022bc296f901dccb307526373adf9f5033017e.tar.gz |
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 71c5bfb..5811384 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/ |