Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Nov 2013 14:51:44 +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: r332737 - head/www/xfce4-smartbookmark-plugin
Message-ID:  <201311041451.rA4EpiTU013504@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: olivierd
Date: Mon Nov  4 14:51:44 2013
New Revision: 332737
URL: http://svnweb.freebsd.org/changeset/ports/332737

Log:
  - Support STAGEDIR
  - Switch to USES= gmake
  - Add LICENSE blob
  - Replace tab by space in WWW entry (pkg-descr)

Modified:
  head/www/xfce4-smartbookmark-plugin/Makefile
  head/www/xfce4-smartbookmark-plugin/pkg-descr   (contents, props changed)

Modified: head/www/xfce4-smartbookmark-plugin/Makefile
==============================================================================
--- head/www/xfce4-smartbookmark-plugin/Makefile	Mon Nov  4 14:49:24 2013	(r332736)
+++ head/www/xfce4-smartbookmark-plugin/Makefile	Mon Nov  4 14:51:44 2013	(r332737)
@@ -12,13 +12,13 @@ DIST_SUBDIR=	xfce4
 MAINTAINER=	xfce@FreeBSD.org
 COMMENT=	Query search engines from the Xfce panel
 
+LICENSE=	GPLv2
+
 USE_BZIP2=	yes
-USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
 USE_GNOME=	gtk20 intltool intlhack
-USES=		pkgconfig gettext
+USES=		pkgconfig gettext gmake
 USE_XFCE=	configenv libexo libmenu libutil panel
 USE_XORG=	ice
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/www/xfce4-smartbookmark-plugin/pkg-descr
==============================================================================
--- head/www/xfce4-smartbookmark-plugin/pkg-descr	Mon Nov  4 14:49:24 2013	(r332736)
+++ head/www/xfce4-smartbookmark-plugin/pkg-descr	Mon Nov  4 14:51:44 2013	(r332737)
@@ -1,4 +1,4 @@
 Smartbookmark send requests directly to your browser and perform a custom 
 search.
 
-WWW:	http://goodies.xfce.org/projects/panel-plugins/xfce4-smartbookmark-plugin
+WWW: http://goodies.xfce.org/projects/panel-plugins/xfce4-smartbookmark-plugin



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