svn commit: r334927 - in head: games/pokerth net/hupnp
Max Brazhnikov
makc at FreeBSD.org
Tue Nov 26 12:59:36 UTC 2013
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 at 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 at 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>
More information about the svn-ports-all
mailing list