svn commit: r341748 - in head/x11-clocks: xfce4-datetime-plugin xfce4-timer-out-plugin xfce4-timer-plugin

Olivier Duchateau olivierd at FreeBSD.org
Wed Jan 29 15:25:01 UTC 2014


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 at 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 <bsd.port.mk>

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 at 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 <bsd.port.mk>

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
+ at 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 at 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 <bsd.port.mk>

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
+ at dirrmtry share/locale/ug/LC_MESSAGES
+ at dirrmtry share/locale/ug
 @dirrmtry share/locale/ast/LC_MESSAGES
 @dirrmtry share/locale/ast
 @dirrmtry libexec/xfce4/panel-plugins


More information about the svn-ports-all mailing list