pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel



Module Name:    pkgsrc
Committed By:   nia
Date:           Tue Sep 17 10:42:35 UTC 2019

Modified Files:
        pkgsrc/devel/libappindicator: Makefile
        pkgsrc/devel/libindicator: Makefile

Log Message:
lib[app]indicator: Add SUPERSEDES


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/devel/libappindicator/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/libindicator/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/libappindicator/Makefile
diff -u pkgsrc/devel/libappindicator/Makefile:1.17 pkgsrc/devel/libappindicator/Makefile:1.18
--- pkgsrc/devel/libappindicator/Makefile:1.17  Mon Sep  9 13:25:47 2019
+++ pkgsrc/devel/libappindicator/Makefile       Tue Sep 17 10:42:35 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2019/09/09 13:25:47 nia Exp $
+# $NetBSD: Makefile,v 1.18 2019/09/17 10:42:35 nia Exp $
 
 DISTNAME=      libappindicator-12.10.0
 PKGREVISION=   2
@@ -10,6 +10,9 @@ HOMEPAGE=     https://launchpad.net/libappin
 COMMENT=       Allow applications to export a menu into the panel
 LICENSE=       gnu-lgpl-v3 AND gnu-lgpl-v2.1
 
+CONFLICTS+=    libappindicator3-[0-9]*
+SUPERSEDES+=   libappindicator3-[0-9]*
+
 EXTRACT_USING= gtar
 GNU_CONFIGURE= yes
 USE_LIBTOOL=   yes

Index: pkgsrc/devel/libindicator/Makefile
diff -u pkgsrc/devel/libindicator/Makefile:1.10 pkgsrc/devel/libindicator/Makefile:1.11
--- pkgsrc/devel/libindicator/Makefile:1.10     Mon Sep  9 13:25:47 2019
+++ pkgsrc/devel/libindicator/Makefile  Tue Sep 17 10:42:35 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2019/09/09 13:25:47 nia Exp $
+# $NetBSD: Makefile,v 1.11 2019/09/17 10:42:35 nia Exp $
 
 DISTNAME=      libindicator-12.10.1
 PKGREVISION=   9
@@ -10,6 +10,9 @@ HOMEPAGE=     https://launchpad.net/libindic
 COMMENT=       GTK+3 symbols and convience functions for indicators
 LICENSE=       gnu-gpl-v3
 
+CONFLICTS+=    libindicator3-[0-9]*
+SUPERSEDES+=   libindicator3-[0-9]*
+
 EXTRACT_USING= gtar
 GNU_CONFIGURE= yes
 USE_LIBTOOL=   yes



Home | Main Index | Thread Index | Old Index