diff --git a/devel/binutils/Makefile b/devel/binutils/Makefile index cea1839254c9..ea2124ab2344 100644 --- a/devel/binutils/Makefile +++ b/devel/binutils/Makefile @@ -1,6 +1,6 @@ PORTNAME= binutils DISTVERSION= 2.40 -PORTREVISION= 6 +PORTREVISION= 7 PORTEPOCH?= 1 CATEGORIES?= devel MASTER_SITES= GNU \ diff --git a/devel/binutils/pkg-descr b/devel/binutils/pkg-descr index 653bbc543d03..f49ec5308fb3 100644 --- a/devel/binutils/pkg-descr +++ b/devel/binutils/pkg-descr @@ -4,8 +4,8 @@ The GNU Binutils are a collection of binary tools. The main ones are: * as - the GNU assembler. Most of these programs use BFD, the Binary File Descriptor library, to do -low-level manipulation. Many of them also use the opcodes library to assemble -and disassemble machine instructions. +low-level manipulation. Many of them also use the opcodes library to +assemble and disassemble machine instructions. This port may be used as a replacement for the system binutils and support features from the latest versions of GCC.