Date: Mon, 16 Jun 2014 11:37:04 +0000 (UTC) From: Raphael Kubo da Costa <rakuco@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r357970 - head/devel/libdbusmenu-qt Message-ID: <201406161137.s5GBb4oP053123@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406161137.s5GBb4oP053123>