Index: head/sysutils/dunst/Makefile =================================================================== --- head/sysutils/dunst/Makefile (revision 543527) +++ head/sysutils/dunst/Makefile (revision 543528) @@ -1,54 +1,49 @@ # Created by: Rod Person # $FreeBSD$ PORTNAME= dunst DISTVERSIONPREFIX= v -DISTVERSION= 1.4.1 +DISTVERSION= 1.5.0 CATEGORIES= sysutils MAINTAINER= dmgk@FreeBSD.org COMMENT= Lightweight notification daemon LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libdbus-1.so:devel/dbus USES= gmake gnome perl5 pkgconfig xorg USE_GITHUB= yes GH_ACCOUNT= dunst-project USE_GNOME= cairo gdkpixbuf2 pango USE_PERL5= build USE_XORG= x11 xext xinerama xrandr xscrnsaver 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: @${MKDIR} ${STAGEDIR}${PREFIX}/share/dunst/ @${MKDIR} ${STAGEDIR}${PREFIX}/share/dbus-1/services/ post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/dunst post-install-DUNSTIFY-on: ${INSTALL_PROGRAM} ${WRKSRC}/dunstify ${STAGEDIR}${PREFIX}/bin .include Index: head/sysutils/dunst/distinfo =================================================================== --- head/sysutils/dunst/distinfo (revision 543527) +++ head/sysutils/dunst/distinfo (revision 543528) @@ -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 Index: head/sysutils/dunst/pkg-plist =================================================================== --- head/sysutils/dunst/pkg-plist (nonexistent) +++ head/sysutils/dunst/pkg-plist (revision 543528) @@ -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 Property changes on: head/sysutils/dunst/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property