pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/time/libical



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Sun May 10 15:26:40 UTC 2026

Modified Files:
        pkgsrc/time/libical: Makefile

Log Message:
libical: note this conflicts with "libical4"

("libical4" having the PKGNAME "libical" as well, and installing files
that conflict.)


To generate a diff of this commit:
cvs rdiff -u -r1.60 -r1.61 pkgsrc/time/libical/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/time/libical/Makefile
diff -u pkgsrc/time/libical/Makefile:1.60 pkgsrc/time/libical/Makefile:1.61
--- pkgsrc/time/libical/Makefile:1.60   Sun May  3 14:17:39 2026
+++ pkgsrc/time/libical/Makefile        Sun May 10 15:26:40 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.60 2026/05/03 14:17:39 wiz Exp $
+# $NetBSD: Makefile,v 1.61 2026/05/10 15:26:40 gutteridge Exp $
 
 DISTNAME=      libical-3.0.20
 PKGREVISION=   4
@@ -11,6 +11,8 @@ HOMEPAGE=     https://github.com/libical/lib
 COMMENT=       Reference implementation of the iCalendar data type and format (v3)
 LICENSE=       gnu-lgpl-v2.1 OR mpl-2.0
 
+CONFLICTS=      libical>=4
+
 USE_TOOLS+=    perl pkg-config
 
 CMAKE_CONFIGURE_ARGS+= -DUSE_BUILTIN_TZDATA=OFF



Home | Main Index | Thread Index | Old Index