From owner-svn-ports-head@FreeBSD.ORG Tue Nov 26 12:59:36 2013 Return-Path: Delivered-To: svn-ports-head@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 2BE99E47; Tue, 26 Nov 2013 12:59:36 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1B1962C52; Tue, 26 Nov 2013 12:59:36 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAQCxZu9065826; Tue, 26 Nov 2013 12:59:35 GMT (envelope-from makc@svn.freebsd.org) Received: (from makc@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAQCxZJ4065822; Tue, 26 Nov 2013 12:59:35 GMT (envelope-from makc@svn.freebsd.org) Message-Id: <201311261259.rAQCxZJ4065822@svn.freebsd.org> From: Max Brazhnikov Date: Tue, 26 Nov 2013 12:59:35 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Nov 2013 12:59:36 -0000 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