diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2021-09-28 17:42:32 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2021-10-04 11:58:25 +0000 |
commit | e38c25f244b1c1475ec33f897075ff91de6f1dd5 (patch) | |
tree | d338a571bcd0a659d52d2b5eacbd94f2d0eb9d29 | |
parent | 4683b7930d8ff13814b3adc1e2ed46c8b8f14050 (diff) |
games/peg-e: update to 1.3.0
-rw-r--r-- | games/peg-e/Makefile | 5 | ||||
-rw-r--r-- | games/peg-e/distinfo | 6 | ||||
-rw-r--r-- | games/peg-e/pkg-plist | 4 |
3 files changed, 8 insertions, 7 deletions
diff --git a/games/peg-e/Makefile b/games/peg-e/Makefile index 5a8f832bb389..d74755480332 100644 --- a/games/peg-e/Makefile +++ b/games/peg-e/Makefile @@ -1,6 +1,5 @@ PORTNAME= peg-e -PORTVERSION= 1.2.8 -PORTREVISION= 1 +PORTVERSION= 1.3.0 CATEGORIES= games MASTER_SITES= https://gottcode.org/peg-e/ \ https://mirror.amdmi3.ru/distfiles/ @@ -12,7 +11,7 @@ COMMENT= Peg elimination game LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING -USES= compiler:c++11-lib gl gnome qmake qt:5 tar:bzip2 +USES= compiler:c++17-lang gl gnome qmake qt:5 tar:bzip2 USE_QT= core gui widgets qmake_build buildtools_build linguisttools_build USE_GL= gl INSTALLS_ICONS= yes diff --git a/games/peg-e/distinfo b/games/peg-e/distinfo index 8afaa3d0b061..cda34ab40c44 100644 --- a/games/peg-e/distinfo +++ b/games/peg-e/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1588285945 -SHA256 (peg-e-1.2.8-src.tar.bz2) = 06d6a07c056b82372cdd6ac258dbfedab397ad4f13b70117f548b8218201ff17 -SIZE (peg-e-1.2.8-src.tar.bz2) = 592285 +TIMESTAMP = 1632849021 +SHA256 (peg-e-1.3.0-src.tar.bz2) = 2b99f01a479b4a6c45e9d4f0d64c96c478dd51887849db55ea30f1aba8d6c4d6 +SIZE (peg-e-1.3.0-src.tar.bz2) = 593733 diff --git a/games/peg-e/pkg-plist b/games/peg-e/pkg-plist index 562a15f8545d..2e0c10c05fb4 100644 --- a/games/peg-e/pkg-plist +++ b/games/peg-e/pkg-plist @@ -34,6 +34,7 @@ share/metainfo/peg-e.appdata.xml %%DATADIR%%/translations/pege_de.qm %%DATADIR%%/translations/pege_el.qm %%DATADIR%%/translations/pege_en.qm +%%DATADIR%%/translations/pege_eo.qm %%DATADIR%%/translations/pege_es.qm %%DATADIR%%/translations/pege_fr.qm %%DATADIR%%/translations/pege_he.qm @@ -44,6 +45,7 @@ share/metainfo/peg-e.appdata.xml %%DATADIR%%/translations/pege_pt.qm %%DATADIR%%/translations/pege_ro.qm %%DATADIR%%/translations/pege_ru.qm +%%DATADIR%%/translations/pege_sv.qm +%%DATADIR%%/translations/pege_te.qm %%DATADIR%%/translations/pege_tr.qm %%DATADIR%%/translations/pege_zh.qm -share/pixmaps/peg-e.xpm |