From owner-svn-ports-head@freebsd.org Wed Aug 9 03:09:28 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8440FDBFA14; Wed, 9 Aug 2017 03:09:28 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5B93083AC1; Wed, 9 Aug 2017 03:09:28 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v7939R3o059496; Wed, 9 Aug 2017 03:09:27 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v7939RoR059492; Wed, 9 Aug 2017 03:09:27 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201708090309.v7939RoR059492@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Wed, 9 Aug 2017 03:09:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r447590 - in head/sysutils/dunst: . files X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: in head/sysutils/dunst: . files X-SVN-Commit-Revision: 447590 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Aug 2017 03:09:28 -0000 Author: tobik Date: Wed Aug 9 03:09:26 2017 New Revision: 447590 URL: https://svnweb.freebsd.org/changeset/ports/447590 Log: sysutils/dunst: Update to 1.2.0 - Remove unused dependencies - Add test target - Fix missing libgen.h include issue - Fix portlint warnings (USE order) - Update WWW in pkg-descr - GitHub repository has been changed to https://github.com/dunst-project/dunst - Submitter becomes maintainer Changes: https://github.com/dunst-project/dunst/releases/tag/v1.2.0 PR: 221346 Submitted by: Dmitri Goutnik Added: head/sysutils/dunst/files/ head/sysutils/dunst/files/patch-src_notification.c (contents, props changed) Modified: head/sysutils/dunst/Makefile head/sysutils/dunst/distinfo head/sysutils/dunst/pkg-descr Modified: head/sysutils/dunst/Makefile ============================================================================== --- head/sysutils/dunst/Makefile Wed Aug 9 02:14:50 2017 (r447589) +++ head/sysutils/dunst/Makefile Wed Aug 9 03:09:26 2017 (r447590) @@ -2,40 +2,36 @@ # $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: Modified: head/sysutils/dunst/distinfo ============================================================================== --- head/sysutils/dunst/distinfo Wed Aug 9 02:14:50 2017 (r447589) +++ head/sysutils/dunst/distinfo Wed Aug 9 03:09:26 2017 (r447590) @@ -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 Added: head/sysutils/dunst/files/patch-src_notification.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/dunst/files/patch-src_notification.c Wed Aug 9 03:09:26 2017 (r447590) @@ -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" Modified: head/sysutils/dunst/pkg-descr ============================================================================== --- head/sysutils/dunst/pkg-descr Wed Aug 9 02:14:50 2017 (r447589) +++ head/sysutils/dunst/pkg-descr Wed Aug 9 03:09:26 2017 (r447590) @@ -3,4 +3,4 @@ by most desktop environments. It's very customizable, 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/