Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Jul 2020 16:02:42 +0000 (UTC)
From:      Dmitri Goutnik <dmgk@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r543528 - head/sysutils/dunst
Message-ID:  <202007271602.06RG2gLh037222@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dmgk
Date: Mon Jul 27 16:02:42 2020
New Revision: 543528
URL: https://svnweb.freebsd.org/changeset/ports/543528

Log:
  sysutils/dunst: Update to 1.5.0
  
  - pet portclippy while here
  
  Changes:	https://github.com/dunst-project/dunst/releases/tag/v1.5.0

Added:
  head/sysutils/dunst/pkg-plist   (contents, props changed)
Modified:
  head/sysutils/dunst/Makefile
  head/sysutils/dunst/distinfo

Modified: head/sysutils/dunst/Makefile
==============================================================================
--- head/sysutils/dunst/Makefile	Mon Jul 27 14:54:21 2020	(r543527)
+++ head/sysutils/dunst/Makefile	Mon Jul 27 16:02:42 2020	(r543528)
@@ -3,7 +3,7 @@
 
 PORTNAME=	dunst
 DISTVERSIONPREFIX=	v
-DISTVERSION=	1.4.1
+DISTVERSION=	1.5.0
 CATEGORIES=	sysutils
 
 MAINTAINER=	dmgk@FreeBSD.org
@@ -27,18 +27,13 @@ MAKE_ARGS=	MANPREFIX="${PREFIX}/man"
 ALL_TARGET=	dunst
 TEST_TARGET=	test
 
-PLIST_FILES=	bin/dunst \
-		share/dunst/dunstrc \
-		man/man1/dunst.1.gz \
-		share/dbus-1/services/org.knopwob.dunst.service
-
 OPTIONS_DEFINE=	DUNSTIFY
 OPTIONS_DEFAULT=	DUNSTIFY
 
 DUNSTIFY_DESC=	Install dunstify (alternative to the notify-send)
 
-DUNSTIFY_ALL_TARGET=	dunstify
 DUNSTIFY_LIB_DEPENDS=	libnotify.so:devel/libnotify
+DUNSTIFY_ALL_TARGET=	dunstify
 DUNSTIFY_PLIST_FILES=	bin/dunstify
 
 pre-install:

Modified: head/sysutils/dunst/distinfo
==============================================================================
--- head/sysutils/dunst/distinfo	Mon Jul 27 14:54:21 2020	(r543527)
+++ head/sysutils/dunst/distinfo	Mon Jul 27 16:02:42 2020	(r543528)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1562157238
-SHA256 (dunst-project-dunst-v1.4.1_GH0.tar.gz) = 1563fe8c9eaf3307a3d7dbed240521f79e8415f136497030512c69713118bdfe
-SIZE (dunst-project-dunst-v1.4.1_GH0.tar.gz) = 160124
+TIMESTAMP = 1595614338
+SHA256 (dunst-project-dunst-v1.5.0_GH0.tar.gz) = 2c390adf144b5fa0ff007ea3616c90f1bb537df6a8042196993f5585d1bc8c9a
+SIZE (dunst-project-dunst-v1.5.0_GH0.tar.gz) = 169272

Added: head/sysutils/dunst/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/dunst/pkg-plist	Mon Jul 27 16:02:42 2020	(r543528)
@@ -0,0 +1,6 @@
+bin/dunst
+bin/dunstctl
+man/man1/dunst.1.gz
+man/man1/dunstctl.1.gz
+share/dbus-1/services/org.knopwob.dunst.service
+%%DATADIR%%/dunstrc



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202007271602.06RG2gLh037222>