Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Nov 2013 13:28:28 +0000 (UTC)
From:      Olivier Duchateau <olivierd@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r332715 - head/deskutils/xfce4-notes-plugin
Message-ID:  <201311041328.rA4DSSrB082347@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: olivierd
Date: Mon Nov  4 13:28:27 2013
New Revision: 332715
URL: http://svnweb.freebsd.org/changeset/ports/332715

Log:
  - Support STAGEDIR
  - Convert to new LIB_DEPENDS format
  - Rewrite COMMENT entry and pkg-descr
  - Add LICENSE blob
  - Switch to USES= gmake

Modified:
  head/deskutils/xfce4-notes-plugin/Makefile
  head/deskutils/xfce4-notes-plugin/pkg-descr   (contents, props changed)
  head/deskutils/xfce4-notes-plugin/pkg-plist

Modified: head/deskutils/xfce4-notes-plugin/Makefile
==============================================================================
--- head/deskutils/xfce4-notes-plugin/Makefile	Mon Nov  4 13:23:11 2013	(r332714)
+++ head/deskutils/xfce4-notes-plugin/Makefile	Mon Nov  4 13:28:27 2013	(r332715)
@@ -10,18 +10,18 @@ MASTER_SITE_SUBDIR=src/panel-plugins/${P
 DIST_SUBDIR=	xfce4
 
 MAINTAINER=	xfce@FreeBSD.org
-COMMENT=	Sticky notes panel plugin for Xfce4
+COMMENT=	Notes plugin for the Xfce panel
 
-LIB_DEPENDS=	unique-1:${PORTSDIR}/x11-toolkits/unique
+LICENSE=	GPLv2
+
+LIB_DEPENDS=	libunique-1.0.so:${PORTSDIR}/x11-toolkits/unique
 
 GNU_CONFIGURE=	yes
 USE_BZIP2=	yes
-USES=		gettext pathfix pkgconfig
-USE_GMAKE=	yes
+USES=		gettext pkgconfig gmake
 USE_AUTOTOOLS=	libtool
 USE_GNOME=	glib20 gtk20 intltool intlhack
 USE_XFCE=	configenv libgui libutil panel xfconf
 INSTALLS_ICONS=	yes
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/deskutils/xfce4-notes-plugin/pkg-descr
==============================================================================
--- head/deskutils/xfce4-notes-plugin/pkg-descr	Mon Nov  4 13:23:11 2013	(r332714)
+++ head/deskutils/xfce4-notes-plugin/pkg-descr	Mon Nov  4 13:28:27 2013	(r332715)
@@ -1,3 +1,3 @@
-A sticky notes panel plugin for Xfce4.
+A sticky notes plugin for the Xfce panel.
 
-WWW: http://www.xfce.org/
+WWW: http://goodies.xfce.org/projects/panel-plugins/xfce4-notes-plugin

Modified: head/deskutils/xfce4-notes-plugin/pkg-plist
==============================================================================
--- head/deskutils/xfce4-notes-plugin/pkg-plist	Mon Nov  4 13:23:11 2013	(r332714)
+++ head/deskutils/xfce4-notes-plugin/pkg-plist	Mon Nov  4 13:28:27 2013	(r332715)
@@ -72,10 +72,12 @@ share/xfce4/panel-plugins/xfce4-notes-pl
 @dirrmtry %%DATADIR%%/pixmaps
 @dirrmtry %%DATADIR%%/gtk-2.0/scrollbars
 @dirrmtry %%DATADIR%%/gtk-2.0
-@dirrm %%DATADIR%%
+@dirrmtry %%DATADIR%%
 @dirrmtry share/xfce4
 @dirrmtry share/locale/ur_PK/LC_MESSAGES
 @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/kk/LC_MESSAGES



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311041328.rA4DSSrB082347>