diff options
author | Tong LIU <nemoliu@FreeBSD.org> | 2010-01-07 08:52:04 +0000 |
---|---|---|
committer | Tong LIU <nemoliu@FreeBSD.org> | 2010-01-07 08:52:04 +0000 |
commit | ec6428344bc3a6ba039ad9a517bfd9de36188b7c (patch) | |
tree | 6b1a655855cd46de47bf1a8f35e61e17e0ce6148 /devel/mingw32-binutils | |
parent | 4b7d97b6337963a7ddc4669b5ee8776757cfcb2e (diff) | |
download | ports-ec6428344bc3a6ba039ad9a517bfd9de36188b7c.tar.gz ports-ec6428344bc3a6ba039ad9a517bfd9de36188b7c.zip |
- Update to version 2.20
PR: ports/139697
Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
Notes
Notes:
svn path=/head/; revision=247320
Diffstat (limited to 'devel/mingw32-binutils')
-rw-r--r-- | devel/mingw32-binutils/Makefile | 9 | ||||
-rw-r--r-- | devel/mingw32-binutils/distinfo | 6 |
2 files changed, 7 insertions, 8 deletions
diff --git a/devel/mingw32-binutils/Makefile b/devel/mingw32-binutils/Makefile index 1e4f67a5bdd9..82608af0c811 100644 --- a/devel/mingw32-binutils/Makefile +++ b/devel/mingw32-binutils/Makefile @@ -17,7 +17,7 @@ DISTNAME= ${PORTNAME}-${BINUTILVERSION} MAINTAINER= cyberbotx@cyberbotx.com COMMENT= GNU Binutils for Windows cross-development -BINUTILVERSION= 2.19.1 +BINUTILVERSION= 2.20 USE_BZIP2= yes USE_GMAKE= yes @@ -59,13 +59,12 @@ post-install: # UGLY HACK # add-plist-post: - @${ECHO_CMD} "@unexec rmdir -p %D/${PKGNAMEPREFIX:S/-$//}/info 2> /dev/null || true" >> ${TMPPLIST} - @${ECHO_CMD} "@unexec rmdir -p %D/${PKGNAMEPREFIX:S/-$//} 2> /dev/null || true" >> ${TMPPLIST} + @${ECHO_CMD} "@unexec ${RMDIR} -p %D/${PKGNAMEPREFIX:S/-$//}/info 2> /dev/null || true" >> ${TMPPLIST} + @${ECHO_CMD} "@unexec ${RMDIR} -p %D/${PKGNAMEPREFIX:S/-$//} 2> /dev/null || true" >> ${TMPPLIST} .if (defined(PREFIX) && ${PREFIX} != ${LOCALBASE} && ${PREFIX} != ${LOCALBASE} && ${PREFIX} != ${LINUXBASE} && ${PREFIX} != "/usr") - @${ECHO_CMD} "@unexec rmdir %D 2> /dev/null || true" >> ${TMPPLIST} + @${ECHO_CMD} "@unexec ${RMDIR} %D 2> /dev/null || true" >> ${TMPPLIST} .else @${DO_NADA} .endif .include <bsd.port.mk> - diff --git a/devel/mingw32-binutils/distinfo b/devel/mingw32-binutils/distinfo index 14cb77acb514..978d07a695f9 100644 --- a/devel/mingw32-binutils/distinfo +++ b/devel/mingw32-binutils/distinfo @@ -1,3 +1,3 @@ -MD5 (binutils-2.19.1.tar.bz2) = 09a8c5821a2dfdbb20665bc0bd680791 -SHA256 (binutils-2.19.1.tar.bz2) = 3e8225b4d7ace0a2039de752e11fd6922d3b89a7259a292c347391c4788739f6 -SIZE (binutils-2.19.1.tar.bz2) = 16245771 +MD5 (binutils-2.20.tar.bz2) = ee2d3e996e9a2d669808713360fa96f8 +SHA256 (binutils-2.20.tar.bz2) = e1df09f0aa3b50154ef93bfefe86d65d01c22cfb44d73299ad95e772133a75b0 +SIZE (binutils-2.20.tar.bz2) = 17506655 |