svn commit: r422472 - head/games/2048-qt

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Sep 20 00:29:29 UTC 2016


Author: amdmi3
Date: Tue Sep 20 00:29:28 2016
New Revision: 422472
URL: https://svnweb.freebsd.org/changeset/ports/422472

Log:
  - Add LICENSE
  - Remove bogus USES=tar:bzip2
  
  Approved by:	portmgr blanket

Modified:
  head/games/2048-qt/Makefile

Modified: head/games/2048-qt/Makefile
==============================================================================
--- head/games/2048-qt/Makefile	Tue Sep 20 00:00:33 2016	(r422471)
+++ head/games/2048-qt/Makefile	Tue Sep 20 00:29:28 2016	(r422472)
@@ -8,11 +8,14 @@ CATEGORIES=	games
 MAINTAINER=	swills at FreeBSD.org
 COMMENT=	2048 game implemented in QT
 
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
 USE_GITHUB=	yes
 GH_ACCOUNT=	xiaoyong
 GH_PROJECT=	2048-Qt
 
-USES=		gmake pkgconfig qmake tar:bzip2
+USES=		gmake pkgconfig qmake
 USE_QT5=	core gui network widgets qml quick buildtools_build quickcontrols
 
 PLIST_FILES=	bin/2048-qt ${DESKTOPDIR}/${PORTNAME}.desktop \


More information about the svn-ports-head mailing list