svn commit: r357970 - head/devel/libdbusmenu-qt

Raphael Kubo da Costa rakuco at FreeBSD.org
Mon Jun 16 11:37:05 UTC 2014


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/


More information about the svn-ports-head mailing list