Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Sep 2015 11:23:11 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r396364 - head/graphics/tiled
Message-ID:  <201509081123.t88BNBw7048478@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Tue Sep  8 11:23:10 2015
New Revision: 396364
URL: https://svnweb.freebsd.org/changeset/ports/396364

Log:
  - Update to 0.13.1
  - Switch to options helpers
  - Add LICENSE

Modified:
  head/graphics/tiled/Makefile
  head/graphics/tiled/distinfo
  head/graphics/tiled/pkg-plist

Modified: head/graphics/tiled/Makefile
==============================================================================
--- head/graphics/tiled/Makefile	Tue Sep  8 11:19:02 2015	(r396363)
+++ head/graphics/tiled/Makefile	Tue Sep  8 11:23:10 2015	(r396364)
@@ -2,20 +2,25 @@
 # $FreeBSD$
 
 PORTNAME=	tiled
-PORTVERSION=	0.12.3
+PORTVERSION=	0.13.1
 DISTVERSIONPREFIX=	v
 CATEGORIES=	graphics editors games
 
 MAINTAINER=	amdmi3@FreeBSD.org
 COMMENT=	General purpose tile map editor
 
-USES=		desktop-file-utils shared-mime-info qmake
-USE_QT4=	corelib gui opengl \
-		linguisttools_build moc_build uic_build rcc_build
-USE_LDCONFIG=	yes
+LICENSE=	GPLv2 # or later
+LICENSE+=	BSD2CLAUSE BSD3CLAUSE
+LICENSE_COMB=	multi
+
 USE_GITHUB=	yes
 GH_ACCOUNT=	bjorn
 
+USES=		compiler:c++11-lib desktop-file-utils qmake shared-mime-info
+USE_QT5=	core gui widgets opengl buildtools_build linguisttools_build
+USE_GL=		gl
+USE_LDCONFIG=	yes
+
 PORTDOCS=	*
 
 OPTIONS_DEFINE=	PYTHON DOCS
@@ -27,16 +32,10 @@ PYTHON_USES=	pkgconfig python:2.7
 PYTHON_QMAKE_OFF=	DISABLE_PYTHON_PLUGIN=yes
 
 post-patch:
-	@${REINPLACE_CMD} -e 's|lrelease|&-qt4|' \
-		${WRKSRC}/translations/translations.pro
-	@${REINPLACE_CMD} -e 's|.*\(QT += opengl\)|\1|' \
-		${WRKSRC}/src/tiled/tiled.pro
 	@${FIND} ${WRKSRC} -name "*.pro" -exec ${REINPLACE_CMD} -e 's|share/man|man|' {} \;
 
-post-install:
+post-install-DOCS-on:
 	${MKDIR} ${STAGEDIR}${DOCSDIR}
 	${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR}/
-	${CP} ${STAGEDIR}${PREFIX}/share/icons/hicolor/32x32/apps/tiled.png \
-		${STAGEDIR}${PREFIX}/share/pixmaps
 
 .include <bsd.port.mk>

Modified: head/graphics/tiled/distinfo
==============================================================================
--- head/graphics/tiled/distinfo	Tue Sep  8 11:19:02 2015	(r396363)
+++ head/graphics/tiled/distinfo	Tue Sep  8 11:23:10 2015	(r396364)
@@ -1,2 +1,2 @@
-SHA256 (bjorn-tiled-v0.12.3_GH0.tar.gz) = 8078b266cc4902451e14b1efb6c8eba69f610e5056fcb74d1d30b5b236253200
-SIZE (bjorn-tiled-v0.12.3_GH0.tar.gz) = 2372813
+SHA256 (bjorn-tiled-v0.13.1_GH0.tar.gz) = 9512b03bbc6d939e90da1ce54176beaaa4f4bb16147b98e8b51feea12c2bea14
+SIZE (bjorn-tiled-v0.13.1_GH0.tar.gz) = 2902778

Modified: head/graphics/tiled/pkg-plist
==============================================================================
--- head/graphics/tiled/pkg-plist	Tue Sep  8 11:19:02 2015	(r396363)
+++ head/graphics/tiled/pkg-plist	Tue Sep  8 11:23:10 2015	(r396364)
@@ -27,8 +27,8 @@ share/icons/hicolor/32x32/mimetypes/appl
 share/icons/hicolor/scalable/apps/tiled.svg
 share/icons/hicolor/scalable/mimetypes/application-x-tiled.svg
 share/mime/packages/tiled.xml
-share/pixmaps/tiled.png
 %%DATADIR%%/translations/tiled_ar_DZ.qm
+%%DATADIR%%/translations/tiled_bg.qm
 %%DATADIR%%/translations/tiled_cs.qm
 %%DATADIR%%/translations/tiled_de.qm
 %%DATADIR%%/translations/tiled_en.qm



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509081123.t88BNBw7048478>