From owner-svn-ports-all@FreeBSD.ORG Mon Jun 16 11:37:05 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4E77C444; Mon, 16 Jun 2014 11:37:05 +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 3B9872691; Mon, 16 Jun 2014 11:37:05 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5GBb5eG053129; Mon, 16 Jun 2014 11:37:05 GMT (envelope-from rakuco@svn.freebsd.org) Received: (from rakuco@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5GBb4oP053123; Mon, 16 Jun 2014 11:37:04 GMT (envelope-from rakuco@svn.freebsd.org) Message-Id: <201406161137.s5GBb4oP053123@svn.freebsd.org> From: Raphael Kubo da Costa Date: Mon, 16 Jun 2014 11:37:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r357970 - head/devel/libdbusmenu-qt 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: Mon, 16 Jun 2014 11:37:05 -0000 Author: rakuco Date: Mon Jun 16 11:37:04 2014 New Revision: 357970 URL: http://svnweb.freebsd.org/changeset/ports/357970 QAT: https://qat.redports.org/buildarchive/r357970/ Log: - Remove tab from WWW line in pkg-descr. - Replace USES=bzip2 with USES=tar:bzip2, as suggested by pi@ while discussing the fallout from the doxygen update. Modified: head/devel/libdbusmenu-qt/Makefile head/devel/libdbusmenu-qt/pkg-descr Modified: head/devel/libdbusmenu-qt/Makefile ============================================================================== --- head/devel/libdbusmenu-qt/Makefile Mon Jun 16 11:23:39 2014 (r357969) +++ head/devel/libdbusmenu-qt/Makefile Mon Jun 16 11:37:04 2014 (r357970) @@ -14,8 +14,7 @@ LICENSE= LGPL20 USE_QT4= corelib dbus gui \ moc_build qmake_build rcc_build uic_build -USE_BZIP2= yes -USES= cmake:outsource +USES= cmake:outsource tar:bzip2 USE_LDCONFIG= yes OPTIONS_DEFINE= GENDOCS Modified: head/devel/libdbusmenu-qt/pkg-descr ============================================================================== --- head/devel/libdbusmenu-qt/pkg-descr Mon Jun 16 11:23:39 2014 (r357969) +++ head/devel/libdbusmenu-qt/pkg-descr Mon Jun 16 11:37:04 2014 (r357970) @@ -2,4 +2,4 @@ A library that provides Qt4 implementati The DBusMenu protocol makes it possible for applications to export and import their menus over DBus. -WWW: http://people.canonical.com/~agateau/dbusmenu/ +WWW: http://people.canonical.com/~agateau/dbusmenu/