The branch stable/13 has been updated by dfr:

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

commit ab3a78287800f3f8ade899f4c1b6303c7d496117
Author:     Doug Rabson <d...@freebsd.org>
AuthorDate: 2023-08-09 07:42:16 +0000
Commit:     Doug Rabson <d...@freebsd.org>
CommitDate: 2023-08-18 14:10: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
    
    (cherry picked from commit 54cfeb848468b8086fd046bdb94a0ed30f6dec15)
---
 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