Index: head/sysutils/dunst/Makefile =================================================================== --- head/sysutils/dunst/Makefile (revision 447589) +++ head/sysutils/dunst/Makefile (revision 447590) @@ -1,44 +1,40 @@ # Created by: Rod Person # $FreeBSD$ PORTNAME= dunst -PORTVERSION= 1.1.0 +PORTVERSION= 1.2.0 DISTVERSIONPREFIX= v CATEGORIES= sysutils -MAINTAINER= ports@FreeBSD.org +MAINTAINER= dg@syrec.org COMMENT= Lightweight notification daemon LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE -LIB_DEPENDS= libcairo.so:graphics/cairo \ - libdbus-1.so:devel/dbus \ - libfreetype.so:print/freetype2 \ - libnotify.so:devel/libnotify \ - libpango-1.0.so:x11-toolkits/pango \ +LIB_DEPENDS= libdbus-1.so:devel/dbus \ libxdg-basedir.so:x11/libxdg-basedir +USES= gmake perl5 pkgconfig USE_GITHUB= yes -GH_ACCOUNT= knopwob -USES= execinfo gmake pkgconfig:build perl5 -USE_GNOME= glib20 -USE_XORG= xext xft xinerama xscrnsaver -MAKE_ARGS+= MANPREFIX="${PREFIX}/man" +GH_ACCOUNT= dunst-project +USE_GNOME= gtk20 gdkpixbuf2 cairo +USE_PERL5= build +USE_XORG= x11 xrandr xinerama xscrnsaver -ALL_TARGET= dunst dunstify dunst.1 -INSTALL_TARGET= install +MAKE_ARGS= MANPREFIX="${PREFIX}/man" +TEST_TARGET= test -LDFLAGS+= -Wall -rdynamic -lexecinfo - PLIST_FILES= bin/dunst \ share/dunst/dunstrc \ man/man1/dunst.1.gz \ share/dbus-1/services/org.knopwob.dunst.service -post-extract: +post-patch: + @${REINPLACE_CMD} -e '/dunst\.systemd\.service/d' ${WRKSRC}/Makefile @${ECHO_CMD} ${PORTVERSION} > ${WRKSRC}/VERSION post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/dunst .include Index: head/sysutils/dunst/distinfo =================================================================== --- head/sysutils/dunst/distinfo (revision 447589) +++ head/sysutils/dunst/distinfo (revision 447590) @@ -1,2 +1,3 @@ -SHA256 (knopwob-dunst-v1.1.0_GH0.tar.gz) = 1a075a0aee56aea5aa2007f156f97bd180b3c771b7751729612629a04f712575 -SIZE (knopwob-dunst-v1.1.0_GH0.tar.gz) = 83120 +TIMESTAMP = 1502200675 +SHA256 (dunst-project-dunst-v1.2.0_GH0.tar.gz) = a3c05b5ef87e88704a6207236e42773dfbcf50cb23c7cf51e494a7236b75c5ad +SIZE (dunst-project-dunst-v1.2.0_GH0.tar.gz) = 110628 Index: head/sysutils/dunst/files/patch-src_notification.c =================================================================== --- head/sysutils/dunst/files/patch-src_notification.c (nonexistent) +++ head/sysutils/dunst/files/patch-src_notification.c (revision 447590) @@ -0,0 +1,14 @@ +Implicitly declared basename() makes dunst dump core on FreeBSD 11.1 + +Upstream pull request: https://github.com/dunst-project/dunst/pull/354 + +--- src/notification.c.orig 2017-08-08 16:05:07 UTC ++++ src/notification.c +@@ -13,6 +13,7 @@ + #include + #include + #include ++#include + + #include "dbus.h" + #include "dunst.h" Property changes on: head/sysutils/dunst/files/patch-src_notification.c ___________________________________________________________________ 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 Index: head/sysutils/dunst/pkg-descr =================================================================== --- head/sysutils/dunst/pkg-descr (revision 447589) +++ head/sysutils/dunst/pkg-descr (revision 447590) @@ -1,6 +1,6 @@ Dunst is a lightweight replacement for the notification-daemons provided by most desktop environments. It's very customizable, doesn't depend on any toolkits, and therefore fits in those window manager centric setups we all love to customize to perfection. -WWW: http://www.knopwob.org/dunst/ +WWW: https://dunst-project.org/