From owner-svn-ports-all@FreeBSD.ORG Tue Jun 24 20:28:19 2014 Return-Path: Delivered-To: svn-ports-all@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 63EDF48C; Tue, 24 Jun 2014 20:28:19 +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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4FE3429D9; Tue, 24 Jun 2014 20:28:19 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5OKSJH1029281; Tue, 24 Jun 2014 20:28:19 GMT (envelope-from olivierd@svn.freebsd.org) Received: (from olivierd@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5OKSInU029277; Tue, 24 Jun 2014 20:28:18 GMT (envelope-from olivierd@svn.freebsd.org) Message-Id: <201406242028.s5OKSInU029277@svn.freebsd.org> From: Olivier Duchateau Date: Tue, 24 Jun 2014 20:28:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r359124 - in head/www/xfce4-smartbookmark-plugin: . 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.18 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: Tue, 24 Jun 2014 20:28:19 -0000 Author: olivierd Date: Tue Jun 24 20:28:18 2014 New Revision: 359124 URL: http://svnweb.freebsd.org/changeset/ports/359124 QAT: https://qat.redports.org/buildarchive/r359124/ Log: - Switch to USES= libtool:keepla tar:bzip2 - Replace FreshPorts by Bugzilla url (patch-src__smartbookmark.c) - Bump PORTREVISION Modified: head/www/xfce4-smartbookmark-plugin/Makefile head/www/xfce4-smartbookmark-plugin/files/patch-src__smartbookmark.c Modified: head/www/xfce4-smartbookmark-plugin/Makefile ============================================================================== --- head/www/xfce4-smartbookmark-plugin/Makefile Tue Jun 24 20:12:17 2014 (r359123) +++ head/www/xfce4-smartbookmark-plugin/Makefile Tue Jun 24 20:28:18 2014 (r359124) @@ -3,7 +3,7 @@ PORTNAME= xfce4-smartbookmark-plugin PORTVERSION= 0.4.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www xfce MASTER_SITES= ${MASTER_SITE_XFCE} MASTER_SITE_SUBDIR= src/panel-plugins/${PORTNAME}/${PORTVERSION:R} @@ -13,11 +13,11 @@ MAINTAINER= xfce@FreeBSD.org COMMENT= Query search engines from the Xfce panel LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING -USE_BZIP2= yes GNU_CONFIGURE= yes USE_GNOME= gtk20 intltool intlhack -USES= pkgconfig gettext gmake +USES= pkgconfig gettext gmake libtool:keepla tar:bzip2 USE_XFCE= configenv libexo libmenu libutil panel USE_XORG= ice Modified: head/www/xfce4-smartbookmark-plugin/files/patch-src__smartbookmark.c ============================================================================== --- head/www/xfce4-smartbookmark-plugin/files/patch-src__smartbookmark.c Tue Jun 24 20:12:17 2014 (r359123) +++ head/www/xfce4-smartbookmark-plugin/files/patch-src__smartbookmark.c Tue Jun 24 20:28:18 2014 (r359124) @@ -1,5 +1,5 @@ --- ./src/smartbookmark.c.orig 2013-01-03 21:18:38.000000000 +0000 -+++ ./src/smartbookmark.c 2013-01-21 20:08:22.000000000 +0000 ++++ ./src/smartbookmark.c 2014-06-02 19:08:44.000000000 +0000 @@ -183,9 +183,9 @@ box = gtk_vbox_new(FALSE, 0); @@ -7,9 +7,9 @@ - search->url = "http://bugs.debian.org/"; - search->label_text = "BTS"; - search->size = 5; -+ search->url = "http://www.freshports.org/search.php?query="; -+ search->label_text = "FreshPorts"; -+ search->size = 12; ++ search->url = "https://bugs.freebsd.org/bugzilla/"; ++ search->label_text = "Bugzilla"; ++ search->size = 10; search->hide_label = FALSE; /* read config file options */ filename = xfce_panel_plugin_save_location(plugin, TRUE); @@ -20,9 +20,9 @@ - search->url = g_strdup(xfce_rc_read_entry(rcfile,"url","http://bugs.debian.org/")); - search->label_text = g_strdup(xfce_rc_read_entry(rcfile,"value","DBS")); - search->size = xfce_rc_read_int_entry(rcfile, "size", 5); -+ search->url = g_strdup(xfce_rc_read_entry(rcfile,"url","http://www.freshports.org/search.php?query=")); -+ search->label_text = g_strdup(xfce_rc_read_entry(rcfile,"value","FreshPorts")); -+ search->size = xfce_rc_read_int_entry(rcfile, "size", 12); ++ search->url = g_strdup(xfce_rc_read_entry(rcfile,"url","https://bugs.freebsd.org/bugzilla/")); ++ search->label_text = g_strdup(xfce_rc_read_entry(rcfile,"value","Bugzilla")); ++ search->size = xfce_rc_read_int_entry(rcfile, "size", 10); search->hide_label = xfce_rc_read_bool_entry(rcfile, "hidelabel", FALSE); } }