Date: Tue, 26 Nov 2013 12:59:35 +0000 (UTC) From: Max Brazhnikov <makc@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334927 - in head: games/pokerth net/hupnp Message-ID: <201311261259.rAQCxZJ4065822@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: makc Date: Tue Nov 26 12:59:35 2013 New Revision: 334927 URL: http://svnweb.freebsd.org/changeset/ports/334927 Log: - Clean up after conversion to USES=qmake Approved by: portmgr (blanket approval) Modified: head/games/pokerth/Makefile head/net/hupnp/Makefile (contents, props changed) Modified: head/games/pokerth/Makefile ============================================================================== --- head/games/pokerth/Makefile Tue Nov 26 12:58:55 2013 (r334926) +++ head/games/pokerth/Makefile Tue Nov 26 12:59:35 2013 (r334927) @@ -9,7 +9,7 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME} DISTNAME= PokerTH-${PORTVERSION}-src MAINTAINER= madpilot@FreeBSD.org -COMMENT= A poker game written in C++/QT4 +COMMENT= Poker game written in C++/Qt4 LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING @@ -25,10 +25,10 @@ BUILD_DEPENDS= ${LOCALBASE}/include/libi USES= iconv gmake qmake USE_BZIP2= yes -USE_QT4= gui corelib network sql sql-sqlite3 qmake_build \ +USE_QT4= gui corelib network sql sql-sqlite3 \ moc_build rcc_build uic_build USE_SDL= mixer -QMAKE_PRO= pokerth.pro +QMAKE_SOURCE_PATH= pokerth.pro PORTDOCS= server_setup_howto.txt Modified: head/net/hupnp/Makefile ============================================================================== --- head/net/hupnp/Makefile Tue Nov 26 12:58:55 2013 (r334926) +++ head/net/hupnp/Makefile Tue Nov 26 12:59:35 2013 (r334927) @@ -9,14 +9,13 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME} DISTNAME= herqq-${PORTVERSION} MAINTAINER= fluffy@FreeBSD.org -COMMENT= A library for building UPnP devices and control points +COMMENT= Library for building UPnP devices and control points USES= gmake qmake USE_ZIP= yes USE_QT4= corelib network xml dbus gui \ - qmake_build moc_build rcc_build uic_build + moc_build rcc_build uic_build QMAKE_ARGS= "CONFIG+=DISABLE_AVTESTAPP DISABLE_TESTAPP" -QMAKE_PRO= herqq.pro .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311261259.rAQCxZJ4065822>