From owner-svn-ports-head@FreeBSD.ORG Wed Jan 29 15:25:01 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6B169C5F; Wed, 29 Jan 2014 15:25:01 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4CEB615C8; Wed, 29 Jan 2014 15:25:01 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0TFP1nu009369; Wed, 29 Jan 2014 15:25:01 GMT (envelope-from olivierd@svn.freebsd.org) Received: (from olivierd@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0TFOxoo009334; Wed, 29 Jan 2014 15:24:59 GMT (envelope-from olivierd@svn.freebsd.org) Message-Id: <201401291524.s0TFOxoo009334@svn.freebsd.org> From: Olivier Duchateau Date: Wed, 29 Jan 2014 15:24:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r341748 - in head/x11-clocks: xfce4-datetime-plugin xfce4-timer-out-plugin xfce4-timer-plugin X-SVN-Group: ports-head 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.17 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, 29 Jan 2014 15:25:01 -0000 Author: olivierd Date: Wed Jan 29 15:24:59 2014 New Revision: 341748 URL: http://svnweb.freebsd.org/changeset/ports/341748 QAT: https://qat.redports.org/buildarchive/r341748/ Log: - Support STAGEDIR - Use USES= gmake - Add LICENSE Modified: head/x11-clocks/xfce4-datetime-plugin/Makefile head/x11-clocks/xfce4-datetime-plugin/pkg-descr head/x11-clocks/xfce4-timer-out-plugin/Makefile head/x11-clocks/xfce4-timer-out-plugin/pkg-descr head/x11-clocks/xfce4-timer-out-plugin/pkg-plist head/x11-clocks/xfce4-timer-plugin/Makefile head/x11-clocks/xfce4-timer-plugin/pkg-plist Modified: head/x11-clocks/xfce4-datetime-plugin/Makefile ============================================================================== --- head/x11-clocks/xfce4-datetime-plugin/Makefile Wed Jan 29 15:13:47 2014 (r341747) +++ head/x11-clocks/xfce4-datetime-plugin/Makefile Wed Jan 29 15:24:59 2014 (r341748) @@ -12,13 +12,13 @@ DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org COMMENT= Datetime panel plugin for the Xfce desktop -USE_GMAKE= yes +LICENSE= GPLv2 + USE_BZIP2= yes INSTALLS_ICONS= yes GNU_CONFIGURE= yes USE_GNOME= gtk20 intltool intlhack USE_XFCE= configenv libmenu libutil panel -USES= pkgconfig gettext +USES= pkgconfig gettext gmake -NO_STAGE= yes .include Modified: head/x11-clocks/xfce4-datetime-plugin/pkg-descr ============================================================================== --- head/x11-clocks/xfce4-datetime-plugin/pkg-descr Wed Jan 29 15:13:47 2014 (r341747) +++ head/x11-clocks/xfce4-datetime-plugin/pkg-descr Wed Jan 29 15:24:59 2014 (r341748) @@ -1,3 +1,3 @@ Datetime plugin for the Xfce panel. -WWW: http://goodies.xfce.org/projects/panel-plugins/xfce4-datetime-plugin +WWW: http://goodies.xfce.org/projects/panel-plugins/xfce4-datetime-plugin Modified: head/x11-clocks/xfce4-timer-out-plugin/Makefile ============================================================================== --- head/x11-clocks/xfce4-timer-out-plugin/Makefile Wed Jan 29 15:13:47 2014 (r341747) +++ head/x11-clocks/xfce4-timer-out-plugin/Makefile Wed Jan 29 15:24:59 2014 (r341748) @@ -10,15 +10,15 @@ MASTER_SITE_SUBDIR=src/panel-plugins/${P DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org -COMMENT= A timer out plugin for Xfce +COMMENT= Timer out plugin for Xfce + +LICENSE= GPLv2 USE_BZIP2= yes -USE_GMAKE= yes INSTALLS_ICONS= yes -USES= gettext pkgconfig pathfix +USES= gettext pkgconfig gmake GNU_CONFIGURE= yes USE_GNOME= gtk20 intltool intlhack USE_XFCE= configenv libmenu libutil panel -NO_STAGE= yes .include Modified: head/x11-clocks/xfce4-timer-out-plugin/pkg-descr ============================================================================== --- head/x11-clocks/xfce4-timer-out-plugin/pkg-descr Wed Jan 29 15:13:47 2014 (r341747) +++ head/x11-clocks/xfce4-timer-out-plugin/pkg-descr Wed Jan 29 15:24:59 2014 (r341748) @@ -2,4 +2,4 @@ This plugin makes it possible to take pe X minutes. During breaks it locks your screen. It optionally allows you to postpone breaks for a certain time. -WWW: http://goodies.xfce.org/projects/panel-plugins/xfce4-time-out-plugin +WWW: http://goodies.xfce.org/projects/panel-plugins/xfce4-time-out-plugin Modified: head/x11-clocks/xfce4-timer-out-plugin/pkg-plist ============================================================================== --- head/x11-clocks/xfce4-timer-out-plugin/pkg-plist Wed Jan 29 15:13:47 2014 (r341747) +++ head/x11-clocks/xfce4-timer-out-plugin/pkg-plist Wed Jan 29 15:24:59 2014 (r341748) @@ -51,3 +51,4 @@ share/xfce4/panel/plugins/xfce4-time-out @dirrmtry share/locale/kk @dirrmtry share/locale/ast/LC_MESSAGES @dirrmtry share/locale/ast +@dirrmtry lib/xfce4/panel/plugins Modified: head/x11-clocks/xfce4-timer-plugin/Makefile ============================================================================== --- head/x11-clocks/xfce4-timer-plugin/Makefile Wed Jan 29 15:13:47 2014 (r341747) +++ head/x11-clocks/xfce4-timer-plugin/Makefile Wed Jan 29 15:24:59 2014 (r341748) @@ -11,13 +11,13 @@ DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org COMMENT= Timer plugin for Xfce +LICENSE= GPLv2 + USE_BZIP2= yes -USE_GMAKE= yes INSTALLS_ICONS= yes GNU_CONFIGURE= yes USE_GNOME= glib20 gtk20 intltool intlhack USE_XFCE= configenv libmenu libutil panel -USES= pkgconfig gettext +USES= pkgconfig gettext gmake -NO_STAGE= yes .include Modified: head/x11-clocks/xfce4-timer-plugin/pkg-plist ============================================================================== --- head/x11-clocks/xfce4-timer-plugin/pkg-plist Wed Jan 29 15:13:47 2014 (r341747) +++ head/x11-clocks/xfce4-timer-plugin/pkg-plist Wed Jan 29 15:24:59 2014 (r341748) @@ -42,6 +42,8 @@ share/xfce4/panel-plugins/xfce4-timer.de @dirrmtry share/locale/ur_PK @dirrmtry share/locale/ur/LC_MESSAGES @dirrmtry share/locale/ur +@dirrmtry share/locale/ug/LC_MESSAGES +@dirrmtry share/locale/ug @dirrmtry share/locale/ast/LC_MESSAGES @dirrmtry share/locale/ast @dirrmtry libexec/xfce4/panel-plugins