git: f554dcbcf289 - main - devel/base64: Change PKGNAME to avoid conflict with converters/base64
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 17 Dec 2025 10:12:20 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=f554dcbcf289e36dfc61df590508cfb26b1589a1
commit f554dcbcf289e36dfc61df590508cfb26b1589a1
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-12-17 10:09:57 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-12-17 10:11:58 +0000
devel/base64: Change PKGNAME to avoid conflict with converters/base64
Reported by: antoine, makc
---
devel/base64/Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/devel/base64/Makefile b/devel/base64/Makefile
index 5f41f563fc74..7f22946b40d6 100644
--- a/devel/base64/Makefile
+++ b/devel/base64/Makefile
@@ -2,6 +2,7 @@ PORTNAME= base64
PORTVERSION= 0.5.2
DISTVERSIONPREFIX= v
CATEGORIES= devel
+PKGNAMEPREFIX= lib
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Fast Base64 stream encoder/decoder in C99, with SIMD acceleration