pkgsrc-Changes archive

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

CVS commit: pkgsrc/time/libical4



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Sun May 10 15:30:02 UTC 2026

Modified Files:
        pkgsrc/time/libical4: Makefile

Log Message:
libical4: note this conflicts with older libical


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/time/libical4/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/libical4/Makefile
diff -u pkgsrc/time/libical4/Makefile:1.1 pkgsrc/time/libical4/Makefile:1.2
--- pkgsrc/time/libical4/Makefile:1.1   Sun May  3 14:16:56 2026
+++ pkgsrc/time/libical4/Makefile       Sun May 10 15:30:02 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2026/05/03 14:16:56 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2026/05/10 15:30:02 gutteridge Exp $
 
 DISTNAME=      libical-4.0.0
 CATEGORIES=    time
@@ -10,6 +10,8 @@ HOMEPAGE=     https://github.com/libical/lib
 COMMENT=       Reference implementation of the iCalendar data type and format (v4)
 LICENSE=       gnu-lgpl-v2.1 OR mpl-2.0
 
+CONFLICTS=     libical<4
+
 USE_TOOLS+=    perl pkg-config
 
 USE_CC_FEATURES=       c11



Home | Main Index | Thread Index | Old Index