pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/at-spi2-core



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Oct 20 19:53:23 UTC 2024

Modified Files:
        pkgsrc/devel/at-spi2-core: Makefile

Log Message:
at-spi2-core: Fix typo


To generate a diff of this commit:
cvs rdiff -u -r1.47 -r1.48 pkgsrc/devel/at-spi2-core/Makefile

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

Modified files:

Index: pkgsrc/devel/at-spi2-core/Makefile
diff -u pkgsrc/devel/at-spi2-core/Makefile:1.47 pkgsrc/devel/at-spi2-core/Makefile:1.48
--- pkgsrc/devel/at-spi2-core/Makefile:1.47     Sun Oct 20 14:02:23 2024
+++ pkgsrc/devel/at-spi2-core/Makefile  Sun Oct 20 19:53:23 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.47 2024/10/20 14:02:23 wiz Exp $
+# $NetBSD: Makefile,v 1.48 2024/10/20 19:53:23 wiz Exp $
 
 DISTNAME=      at-spi2-core-2.54.0
 CATEGORIES=    devel gnome
@@ -12,9 +12,9 @@ LICENSE=      gnu-lgpl-v2.1
 
 USE_TOOLS+=    msgfmt pkg-config
 
-SUPERSEDES+=   at-spi2-atk2-[0-9]*
+SUPERSEDES+=   at-spi2-atk-[0-9]*
 SUPERSEDES+=   atk-[0-9]*
-CONFLICTS+=    at-spi2-atk2-[0-9]*
+CONFLICTS+=    at-spi2-atk-[0-9]*
 CONFLICTS+=    atk-[0-9]*
 
 BUILD_DEFS+=           PKG_SYSCONFDIR



Home | Main Index | Thread Index | Old Index