aboutsummaryrefslogtreecommitdiff
path: root/port-files/FreeBSD/deskutils/lumina-notify/Makefile
diff options
context:
space:
mode:
authorKen Moore <ken@ixsystems.com>2017-05-14 08:37:50 -0400
committerKen Moore <ken@ixsystems.com>2017-05-14 08:37:50 -0400
commit088562725f63ad20b1a8bfcf88d23b4406d69519 (patch)
tree1d437ba28dca79a4283b8102f17271fba10be3a4 /port-files/FreeBSD/deskutils/lumina-notify/Makefile
parentFix up the pkg-plist for all the new ports. Get rid of the auto-expansion use... (diff)
downloadlumina-088562725f63ad20b1a8bfcf88d23b4406d69519.tar.gz
lumina-088562725f63ad20b1a8bfcf88d23b4406d69519.tar.bz2
lumina-088562725f63ad20b1a8bfcf88d23b4406d69519.zip
Bump the version of Lumina to 1.2.2, and put a CONFLICTS line with 1.2.1 in the new port files.
Diffstat (limited to 'port-files/FreeBSD/deskutils/lumina-notify/Makefile')
-rw-r--r--port-files/FreeBSD/deskutils/lumina-notify/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/port-files/FreeBSD/deskutils/lumina-notify/Makefile b/port-files/FreeBSD/deskutils/lumina-notify/Makefile
index 86c60f34..d8ce682a 100644
--- a/port-files/FreeBSD/deskutils/lumina-notify/Makefile
+++ b/port-files/FreeBSD/deskutils/lumina-notify/Makefile
@@ -11,7 +11,7 @@ COMMENT= Alarm/notification utility from the Lumina Desktop
LICENSE= BSD3CLAUSE
-CONFLICTS= lumina-devel-0*
+CONFLICTS= lumina-1.2.1
OPTIONS_DEFINE= I18N
OPTIONS_DEFAULT= I18N
bgstack15