Skip to content

Commit

Permalink
Mk/bsd.port.mk: Remove duplicate variable in JSON output
Browse files Browse the repository at this point in the history
Remove duplicate pkg_depends when generating a JSON description of the three

Approved by:		delphij@
Fixes:			3d9f300
Differential Revision: https://reviews.freebsd.org/D42373
  • Loading branch information
fernape committed Nov 26, 2023
1 parent 986fd4e commit a270e74
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Mk/bsd.port.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4442,7 +4442,6 @@ describe-json:
${ECHO_CMD} \"pkgnamesuffix\":\"${PKGNAMESUFFIX}\", ;\
${ECHO_CMD} \"pkgorigin\":\"${PKGORIGIN}\", ;\
${ECHO_CMD} \"comment\":\"${COMMENT:Q:S/"/\\\"/g:S/\\\\*/*/g:S/\\\'/'/g}\", ;\
${ECHO_CMD} \"pkg_depends\":\"${PKG_DEPENDS}\", ;\
${ECHO_CMD} \"portepoch\":\"${PORTEPOCH}\", ;\
${ECHO_CMD} \"portname\":\"${PORTNAME}\", ;\
${ECHO_CMD} \"portrevision\":\"${PORTREVISION}\", ;\
Expand Down

0 comments on commit a270e74

Please sign in to comment.