mirror of
https://git.freebsd.org/ports.git
synced 2025-06-05 21:00:30 -04:00
- Update to 0.16.0
This commit is contained in:
parent
12c669ce87
commit
c27cb78ce0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=412599
3 changed files with 6 additions and 4 deletions
|
@ -2,7 +2,7 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= tiled
|
PORTNAME= tiled
|
||||||
PORTVERSION= 0.15.1
|
PORTVERSION= 0.16.0
|
||||||
DISTVERSIONPREFIX= v
|
DISTVERSIONPREFIX= v
|
||||||
CATEGORIES= graphics editors games
|
CATEGORIES= graphics editors games
|
||||||
|
|
||||||
|
@ -16,7 +16,8 @@ USE_GITHUB= yes
|
||||||
GH_ACCOUNT= bjorn
|
GH_ACCOUNT= bjorn
|
||||||
|
|
||||||
USES= compiler:c++11-lib desktop-file-utils qmake shared-mime-info
|
USES= compiler:c++11-lib desktop-file-utils qmake shared-mime-info
|
||||||
USE_QT5= core gui widgets opengl buildtools_build linguisttools_build
|
USE_QT5= core gui widgets opengl network \
|
||||||
|
buildtools_build linguisttools_build
|
||||||
USE_GL= gl
|
USE_GL= gl
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
|
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
SHA256 (bjorn-tiled-v0.15.1_GH0.tar.gz) = b084650adae12c1c34d9493f99fabcdb27c9fa12e3e1167212c28c5c76936b81
|
SHA256 (bjorn-tiled-v0.16.0_GH0.tar.gz) = c02df78021c07c5574a8b52fcb61a02649db039724f13ecacdd18840df7490ee
|
||||||
SIZE (bjorn-tiled-v0.15.1_GH0.tar.gz) = 2984663
|
SIZE (bjorn-tiled-v0.16.0_GH0.tar.gz) = 4485752
|
||||||
|
|
|
@ -44,5 +44,6 @@ share/mime/packages/tiled.xml
|
||||||
%%DATADIR%%/translations/tiled_pt.qm
|
%%DATADIR%%/translations/tiled_pt.qm
|
||||||
%%DATADIR%%/translations/tiled_pt_PT.qm
|
%%DATADIR%%/translations/tiled_pt_PT.qm
|
||||||
%%DATADIR%%/translations/tiled_ru.qm
|
%%DATADIR%%/translations/tiled_ru.qm
|
||||||
|
%%DATADIR%%/translations/tiled_tr.qm
|
||||||
%%DATADIR%%/translations/tiled_zh.qm
|
%%DATADIR%%/translations/tiled_zh.qm
|
||||||
%%DATADIR%%/translations/tiled_zh_TW.qm
|
%%DATADIR%%/translations/tiled_zh_TW.qm
|
||||||
|
|
Loading…
Add table
Reference in a new issue