svn commit: r416694 - head/emulators/qmc2

Danilo Egea Gondolfo danilo at FreeBSD.org
Fri Jun 10 20:42:26 UTC 2016


Author: danilo
Date: Fri Jun 10 20:42:25 2016
New Revision: 416694
URL: https://svnweb.freebsd.org/changeset/ports/416694

Log:
  - Update to 0.64
  - Add dependencies explicitly as suggested by Q/A
  - Sort USE_QT4 list

Modified:
  head/emulators/qmc2/Makefile
  head/emulators/qmc2/distinfo

Modified: head/emulators/qmc2/Makefile
==============================================================================
--- head/emulators/qmc2/Makefile	Fri Jun 10 19:56:22 2016	(r416693)
+++ head/emulators/qmc2/Makefile	Fri Jun 10 20:42:25 2016	(r416694)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	qmc2
-PORTVERSION=	0.63
+PORTVERSION=	0.64
 CATEGORIES=	emulators
 MASTER_SITES=	SF
 
@@ -17,11 +17,12 @@ OPTIONS_DEFINE=	DOCS
 NO_WRKSUBDIR=	yes
 
 USES=		gmake tar:bzip2
-USE_XORG=	xmu
-USE_GL=		glu
-USE_QT4=	gui opengl phonon qtestlib webkit xml \
-		moc_build qmake_build rcc_build scripttools \
-		uic_build
+USE_XORG=	x11 xmu
+USE_GL=		gl glu
+USE_QT4=	corelib declarative gui moc_build \
+		network opengl phonon qmake_build \
+		qtestlib rcc_build script scripttools \
+		sql svg uic_build webkit xml xmlpatterns
 USE_SDL=	sdl
 
 CXXFLAGS+=	-I${LOCALBASE}/include/SDL/

Modified: head/emulators/qmc2/distinfo
==============================================================================
--- head/emulators/qmc2/distinfo	Fri Jun 10 19:56:22 2016	(r416693)
+++ head/emulators/qmc2/distinfo	Fri Jun 10 20:42:25 2016	(r416694)
@@ -1,2 +1,3 @@
-SHA256 (qmc2-0.63.tar.bz2) = 320faec68e8704e7b5c8c7035b0dc2f7d92a69cc87a5906cb86586d49b4a4928
-SIZE (qmc2-0.63.tar.bz2) = 13466349
+TIMESTAMP = 1465589816
+SHA256 (qmc2-0.64.tar.bz2) = 16b9e6a68d4bfa3d640f3d159ddbec69294dd7582914e96b03654c54ce967be4
+SIZE (qmc2-0.64.tar.bz2) = 13426099


More information about the svn-ports-head mailing list