Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Sep 2018 13:18:17 +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: r480506 - head/graphics/tiled
Message-ID:  <201809231318.w8NDIHBa050180@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Sun Sep 23 13:18:17 2018
New Revision: 480506
URL: https://svnweb.freebsd.org/changeset/ports/480506

Log:
  - Update to 1.2.0

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

Modified: head/graphics/tiled/Makefile
==============================================================================
--- head/graphics/tiled/Makefile	Sun Sep 23 12:53:11 2018	(r480505)
+++ head/graphics/tiled/Makefile	Sun Sep 23 13:18:17 2018	(r480506)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	tiled
-PORTVERSION=	1.1.6
-PORTREVISION=	1
+PORTVERSION=	1.2.0
 DISTVERSIONPREFIX=	v
 CATEGORIES=	graphics editors games
 
@@ -29,11 +28,15 @@ OPTIONS_DEFAULT=PYTHON
 OPTIONS_SUB=	yes
 
 PYTHON_DESC=	Enable python plugin
-PYTHON_USES=	pkgconfig python:2.7
+PYTHON_USES=	pkgconfig python:3.6+
 PYTHON_QMAKE_OFF=	DISABLE_PYTHON_PLUGIN=yes
 
 post-patch:
 	@${FIND} ${WRKSRC} -name "*.pro" -exec ${REINPLACE_CMD} -e 's|share/man|man|' {} \;
+
+post-patch-PYTHON-on:
+	@${REINPLACE_CMD} -e 's|python3|python-${PYTHON_VER}|' \
+		${WRKSRC}/src/plugins/python/find_python.pri
 
 post-install-DOCS-on:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}

Modified: head/graphics/tiled/distinfo
==============================================================================
--- head/graphics/tiled/distinfo	Sun Sep 23 12:53:11 2018	(r480505)
+++ head/graphics/tiled/distinfo	Sun Sep 23 13:18:17 2018	(r480506)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1531919719
-SHA256 (bjorn-tiled-v1.1.6_GH0.tar.gz) = 01e7485a44d1a4dc485804a466c9f93de4fcd078e763d6c8670d1082aad181a8
-SIZE (bjorn-tiled-v1.1.6_GH0.tar.gz) = 16050408
+TIMESTAMP = 1537474798
+SHA256 (bjorn-tiled-v1.2.0_GH0.tar.gz) = 979ab56337ba365455d3b9cf54c957b94e15dbe82884143c9c12c2fd6771b48d
+SIZE (bjorn-tiled-v1.2.0_GH0.tar.gz) = 17007687

Modified: head/graphics/tiled/pkg-plist
==============================================================================
--- head/graphics/tiled/pkg-plist	Sun Sep 23 12:53:11 2018	(r480505)
+++ head/graphics/tiled/pkg-plist	Sun Sep 23 13:18:17 2018	(r480506)
@@ -22,15 +22,15 @@ man/man1/automappingconverter.1.gz
 man/man1/tiled.1.gz
 man/man1/tmxrasterizer.1.gz
 man/man1/tmxviewer.1.gz
-share/applications/tiled.desktop
+share/applications/org.mapeditor.Tiled.desktop
 share/icons/hicolor/16x16/apps/tiled.png
 share/icons/hicolor/16x16/mimetypes/application-x-tiled.png
 share/icons/hicolor/32x32/apps/tiled.png
 share/icons/hicolor/32x32/mimetypes/application-x-tiled.png
 share/icons/hicolor/scalable/apps/tiled.svg
 share/icons/hicolor/scalable/mimetypes/application-x-tiled.svg
-share/metainfo/tiled.appdata.xml
-share/mime/packages/tiled.xml
+share/metainfo/org.mapeditor.Tiled.appdata.xml
+share/mime/packages/org.mapeditor.Tiled.xml
 share/thumbnailers/tiled.thumbnailer
 %%DATADIR%%/translations/tiled_ar_DZ.qm
 %%DATADIR%%/translations/tiled_bg.qm



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