mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Use immediate assignment when copying BUILD_DEPENDS to RUN_DEPENDS,
per the revised porter's handbook. Remove MD5 checksum from distinfo. PR: 154896
This commit is contained in:
parent
773d196777
commit
8392f4b188
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=271401
2 changed files with 1 additions and 2 deletions
|
@ -21,7 +21,7 @@ BUILD_DEPENDS= ${BASH_CMD}:${PORTSDIR}/shells/bash \
|
|||
paperconf:${PORTSDIR}/print/libpaper \
|
||||
w3m:${PORTSDIR}/www/w3m \
|
||||
${LOCALBASE}/share/xml/docbook/4.2/docbookx.dtd:${PORTSDIR}/textproc/docbook-xml
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
|
|
|
@ -1,3 +1,2 @@
|
|||
MD5 (xmlto-0.0.23.tar.bz2) = 3001d6bb2bbc2c8f6c2301f05120f074
|
||||
SHA256 (xmlto-0.0.23.tar.bz2) = a9ffb2760ded55924708cf42f575aaa87cf38fce4d9019ad287213303a8cb1c4
|
||||
SIZE (xmlto-0.0.23.tar.bz2) = 105201
|
||||
|
|
Loading…
Add table
Reference in a new issue