mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Update to version 2.20
PR: ports/139697 Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
This commit is contained in:
parent
4b7d97b633
commit
ec6428344b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=247320
2 changed files with 7 additions and 8 deletions
|
@ -17,7 +17,7 @@ DISTNAME= ${PORTNAME}-${BINUTILVERSION}
|
||||||
MAINTAINER= cyberbotx@cyberbotx.com
|
MAINTAINER= cyberbotx@cyberbotx.com
|
||||||
COMMENT= GNU Binutils for Windows cross-development
|
COMMENT= GNU Binutils for Windows cross-development
|
||||||
|
|
||||||
BINUTILVERSION= 2.19.1
|
BINUTILVERSION= 2.20
|
||||||
|
|
||||||
USE_BZIP2= yes
|
USE_BZIP2= yes
|
||||||
USE_GMAKE= yes
|
USE_GMAKE= yes
|
||||||
|
@ -59,13 +59,12 @@ post-install:
|
||||||
# UGLY HACK
|
# UGLY HACK
|
||||||
#
|
#
|
||||||
add-plist-post:
|
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/-$//}/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/-$//} 2> /dev/null || true" >> ${TMPPLIST}
|
||||||
.if (defined(PREFIX) && ${PREFIX} != ${LOCALBASE} && ${PREFIX} != ${LOCALBASE} && ${PREFIX} != ${LINUXBASE} && ${PREFIX} != "/usr")
|
.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
|
.else
|
||||||
@${DO_NADA}
|
@${DO_NADA}
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
MD5 (binutils-2.19.1.tar.bz2) = 09a8c5821a2dfdbb20665bc0bd680791
|
MD5 (binutils-2.20.tar.bz2) = ee2d3e996e9a2d669808713360fa96f8
|
||||||
SHA256 (binutils-2.19.1.tar.bz2) = 3e8225b4d7ace0a2039de752e11fd6922d3b89a7259a292c347391c4788739f6
|
SHA256 (binutils-2.20.tar.bz2) = e1df09f0aa3b50154ef93bfefe86d65d01c22cfb44d73299ad95e772133a75b0
|
||||||
SIZE (binutils-2.19.1.tar.bz2) = 16245771
|
SIZE (binutils-2.20.tar.bz2) = 17506655
|
||||||
|
|
Loading…
Add table
Reference in a new issue