diff options
| author | Bernhard Froehlich <decke@FreeBSD.org> | 2026-06-03 08:17:58 +0000 |
|---|---|---|
| committer | Bernhard Froehlich <decke@FreeBSD.org> | 2026-06-03 08:43:07 +0000 |
| commit | 30f4601bc2babdf668dba260c23fcf5b6552aae8 (patch) | |
| tree | 99b0556e2828079b094538773686a8bc8d1d70cb | |
| parent | 6836b212b5a930030b4350338e1bc8fc830b142f (diff) | |
security/xml-security: Fix deprecated CPE_PRODUCT
| -rw-r--r-- | security/xml-security/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/xml-security/Makefile b/security/xml-security/Makefile index 1791588fc904..5ce1d176f82c 100644 --- a/security/xml-security/Makefile +++ b/security/xml-security/Makefile @@ -14,7 +14,7 @@ LICENSE= APACHE20 RUN_DEPENDS= ${JAVALIBDIR}/commons-logging.jar:java/apache-commons-logging USES= cpe java:run -CPE_PRODUCT= xml_security_for_java +CPE_PRODUCT= santuario_xml_security_for_java CPE_VENDOR= apache NO_BUILD= yes |
