From owner-svn-ports-all@freebsd.org Sat Sep 10 08:21:25 2016 Return-Path: Delivered-To: svn-ports-all@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 3F641BD5B1A; Sat, 10 Sep 2016 08:21:25 +0000 (UTC) (envelope-from ehaupt@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 1D8FAE45; Sat, 10 Sep 2016 08:21:25 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u8A8LOhw028296; Sat, 10 Sep 2016 08:21:24 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u8A8LOx5028292; Sat, 10 Sep 2016 08:21:24 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201609100821.u8A8LOx5028292@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Sat, 10 Sep 2016 08:21:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421676 - in head/deskutils/xfce4-notifyd: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Sep 2016 08:21:25 -0000 Author: ehaupt Date: Sat Sep 10 08:21:23 2016 New Revision: 421676 URL: https://svnweb.freebsd.org/changeset/ports/421676 Log: - Update to 0.3.2 - Remove unneeded patch (send to upstream) - Add patch for new themes - Submitter-, self-hosting of the tarball, because it is not well formed for Gtk+ < 3.20 PR: 212553 Submitted by: olivierd Added: head/deskutils/xfce4-notifyd/files/patch-Makefile.in (contents, props changed) Deleted: head/deskutils/xfce4-notifyd/files/patch-xfce4-notifyd_xfce-notify-daemon.c Modified: head/deskutils/xfce4-notifyd/Makefile head/deskutils/xfce4-notifyd/distinfo head/deskutils/xfce4-notifyd/pkg-plist Modified: head/deskutils/xfce4-notifyd/Makefile ============================================================================== --- head/deskutils/xfce4-notifyd/Makefile Sat Sep 10 08:20:27 2016 (r421675) +++ head/deskutils/xfce4-notifyd/Makefile Sat Sep 10 08:21:23 2016 (r421676) @@ -6,9 +6,11 @@ # Support of GTK+ is checked at compile time and themes directories too. PORTNAME= xfce4-notifyd -PORTVERSION= 0.3.1 +PORTVERSION= 0.3.2 CATEGORIES= deskutils xfce -MASTER_SITES= XFCE/src/apps/${PORTNAME}/${PORTVERSION:R} +#MASTER_SITES= XFCE/src/apps/${PORTNAME}/${PORTVERSION:R} +MASTER_SITES= http://errements.eu/distfiles/ \ + LOCAL/ehaupt DIST_SUBDIR= xfce4 MAINTAINER= ehaupt@FreeBSD.org Modified: head/deskutils/xfce4-notifyd/distinfo ============================================================================== --- head/deskutils/xfce4-notifyd/distinfo Sat Sep 10 08:20:27 2016 (r421675) +++ head/deskutils/xfce4-notifyd/distinfo Sat Sep 10 08:21:23 2016 (r421676) @@ -1,3 +1,3 @@ -TIMESTAMP = 1473189353 -SHA256 (xfce4/xfce4-notifyd-0.3.1.tar.bz2) = ef02b7e0101034df19ca5dddae387a2625e46380f0d2af3b4f4713c219d1f863 -SIZE (xfce4/xfce4-notifyd-0.3.1.tar.bz2) = 429056 +TIMESTAMP = 1473486137 +SHA256 (xfce4/xfce4-notifyd-0.3.2.tar.bz2) = 471dab69bbcd18bd6fcea155678ed53b90c9bd942b5ad106aaad516eeaabb5c2 +SIZE (xfce4/xfce4-notifyd-0.3.2.tar.bz2) = 422817 Added: head/deskutils/xfce4-notifyd/files/patch-Makefile.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/deskutils/xfce4-notifyd/files/patch-Makefile.in Sat Sep 10 08:21:23 2016 (r421676) @@ -0,0 +1,17 @@ +--- Makefile.in.orig 2016-09-09 21:30:26 UTC ++++ Makefile.in +@@ -650,10 +650,14 @@ dist_smoketheme_DATA = themes/$(theme_di + zomgponiesthemedir = $(datadir)/themes/ZOMG-PONIES!/xfce-notify-4.0 + dist_zomgponiestheme_DATA = themes/$(theme_dir)/ZOMG-PONIES!/gtk.css + dist_themes = \ ++ themes/gtk-3.0/Bright/gtk.css \ + themes/gtk-3.0/Default/gtk.css \ ++ themes/gtk-3.0/Retro/gtk.css \ + themes/gtk-3.0/Smoke/gtk.css \ + themes/gtk-3.0/ZOMG-PONIES!/gtk.css \ ++ themes/gtk-3.20/Bright/gtk.css \ + themes/gtk-3.20/Default/gtk.css \ ++ themes/gtk-3.20/Retro/gtk.css \ + themes/gtk-3.20/Smoke/gtk.css \ + themes/gtk-3.20/ZOMG-PONIES!/gtk.css + Modified: head/deskutils/xfce4-notifyd/pkg-plist ============================================================================== --- head/deskutils/xfce4-notifyd/pkg-plist Sat Sep 10 08:20:27 2016 (r421675) +++ head/deskutils/xfce4-notifyd/pkg-plist Sat Sep 10 08:21:23 2016 (r421676) @@ -54,6 +54,8 @@ share/icons/hicolor/48x48/apps/xfce4-not %%NLS%%share/locale/vi/LC_MESSAGES/xfce4-notifyd.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/xfce4-notifyd.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/xfce4-notifyd.mo +share/themes/Bright/xfce-notify-4.0/gtk.css share/themes/Default/xfce-notify-4.0/gtk.css +share/themes/Retro/xfce-notify-4.0/gtk.css share/themes/Smoke/xfce-notify-4.0/gtk.css share/themes/ZOMG-PONIES!/xfce-notify-4.0/gtk.css