The branch main has been updated by dfr:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=54cfeb848468b8086fd046bdb94a0ed30f6dec15

commit 54cfeb848468b8086fd046bdb94a0ed30f6dec15
Author:     Doug Rabson <d...@freebsd.org>
AuthorDate: 2023-08-09 07:42:16 +0000
Commit:     Doug Rabson <d...@freebsd.org>
CommitDate: 2023-08-11 13:34:23 +0000

    pkgbase: move libcom_err from kerberos to kerberos-lib
    
    This makes it possible to install kerberos-lib (which is used by common
    utilities such as curl) without pulling in the rest of kerberos.
    
    MFC after:      1 week
---
 lib/libcom_err/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/libcom_err/Makefile b/lib/libcom_err/Makefile
index 4bb69614453e..fcc060a615fb 100644
--- a/lib/libcom_err/Makefile
+++ b/lib/libcom_err/Makefile
@@ -1,6 +1,6 @@
 # $FreeBSD$
 
-PACKAGE=       kerberos
+PACKAGE=       kerberos-lib
 
 LIB=   com_err
 SRCS=  com_err.c error.c

Reply via email to