pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/wm/enlightenment16
Module Name: pkgsrc
Committed By: gutteridge
Date: Mon Dec 30 04:05:32 UTC 2019
Modified Files:
pkgsrc/wm/enlightenment16: Makefile
Log Message:
wm/enlightenment16: add CONFLICTS and SUPERSEDES entries
This looks unusual and is incomplete because there were two distinct
enlightenment packages in different parts of the tree. This package
went from 0.16.x to 1.0.x release numbering, while x11/enlightenment
reflects development that continues to use 0.x release numbering.
This package isn't intended to conflict with or supersede
x11/enlightenment.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/wm/enlightenment16/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/wm/enlightenment16/Makefile
diff -u pkgsrc/wm/enlightenment16/Makefile:1.1 pkgsrc/wm/enlightenment16/Makefile:1.2
--- pkgsrc/wm/enlightenment16/Makefile:1.1 Mon Dec 30 03:50:06 2019
+++ pkgsrc/wm/enlightenment16/Makefile Mon Dec 30 04:05:32 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2019/12/30 03:50:06 gutteridge Exp $
+# $NetBSD: Makefile,v 1.2 2019/12/30 04:05:32 gutteridge Exp $
DISTNAME= e16-1.0.21
PKGNAME= ${DISTNAME:S/e/enlightenment/}
@@ -11,6 +11,15 @@ HOMEPAGE= https://enlightenment.org/
COMMENT= Highly themeable and configurable window manager
LICENSE= enlightenment16
+# This looks unusual and is incomplete because there were two distinct
+# enlightenment packages in different parts of the tree. This package
+# went from 0.16.x to 1.0.x release numbering, while x11/enlightenment
+# reflects development that continues to use 0.x release numbering.
+# This package isn't intended to conflict with or supersede
+# x11/enlightenment.
+CONFLICTS= enlightenment>=1.0
+SUPERSEDES= enlightenment>=1.0
+
USE_TOOLS+= gmake perl:run pkg-config
USE_PKGLOCALEDIR= YES
GNU_CONFIGURE= YES
Home |
Main Index |
Thread Index |
Old Index