git: 27b1250d5982 - main - security/vuxml: Fix description body

From: Fernando Apesteguía <fernape_at_FreeBSD.org>
Date: Wed, 11 Oct 2023 07:51:24 UTC
The branch main has been updated by fernape:

URL: https://cgit.FreeBSD.org/ports/commit/?id=27b1250d59828d57dde36cb34a9fe5fbf51049c4

commit 27b1250d59828d57dde36cb34a9fe5fbf51049c4
Author:     Fernando Apesteguía <fernape@FreeBSD.org>
AuthorDate: 2023-10-11 07:44:11 +0000
Commit:     Fernando Apesteguía <fernape@FreeBSD.org>
CommitDate: 2023-10-11 07:44:11 +0000

    security/vuxml: Fix description body
    
    Keep the original description body for "make newentry" without parameters.
---
 security/vuxml/files/newentry.sh | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/security/vuxml/files/newentry.sh b/security/vuxml/files/newentry.sh
index fc51fca10d64..0298a5376a9e 100644
--- a/security/vuxml/files/newentry.sh
+++ b/security/vuxml/files/newentry.sh
@@ -60,7 +60,12 @@ topic=""
 source="SO-AND-SO"
 upstream_fix=""
 impact=""
-DESC_BODY=""
+DESC_BODY="<body xmlns=\"http://www.w3.org/1999/xhtml\">
+	<p>${source} reports:</p>
+	<blockquote cite=\"${references}\">
+	  <p>${details}</p>
+	</blockquote>
+	</body>"
 
 
 # Try to retrieve information if a CVE identifier was provided