svn commit: r343096 - head/games/gottet

Rusmir Dusko nemysis at FreeBSD.org
Thu Feb 6 14:36:40 UTC 2014


Author: nemysis
Date: Thu Feb  6 14:36:38 2014
New Revision: 343096
URL: http://svnweb.freebsd.org/changeset/ports/343096
QAT: https://qat.redports.org/buildarchive/r343096/

Log:
  - Update to 1.0.6, Announce message:
    Added README file
    Translation updates: Catalan, German, Hebrew, Korean, Malay,
     Polish, Romanian, Russian, Spanish, Turkish, Vietnamese
  
  - Add NEWS and README to DOCS

Modified:
  head/games/gottet/Makefile
  head/games/gottet/distinfo
  head/games/gottet/pkg-plist

Modified: head/games/gottet/Makefile
==============================================================================
--- head/games/gottet/Makefile	Thu Feb  6 14:36:36 2014	(r343095)
+++ head/games/gottet/Makefile	Thu Feb  6 14:36:38 2014	(r343096)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	gottet
-PORTVERSION=	1.0.5
+PORTVERSION=	1.0.6
 CATEGORIES=	games
 MASTER_SITES=	http://gottcode.org/${PORTNAME}/
 EXTRACT_SUFX=	-src.tar.bz2
@@ -18,7 +18,7 @@ USE_QT4=	moc_build rcc_build iconengines
 		gui
 INSTALLS_ICONS=	yes
 
-PORTDOCS=	CREDITS ChangeLog
+PORTDOCS=	CREDITS ChangeLog NEWS README
 
 OPTIONS_DEFINE=	DOCS NLS
 OPTIONS_SUB=	yes

Modified: head/games/gottet/distinfo
==============================================================================
--- head/games/gottet/distinfo	Thu Feb  6 14:36:36 2014	(r343095)
+++ head/games/gottet/distinfo	Thu Feb  6 14:36:38 2014	(r343096)
@@ -1,2 +1,2 @@
-SHA256 (gottet-1.0.5-src.tar.bz2) = e954bbbc24abe171447e76d9d52e1043d16416377c6f639fd454d0ee99db1cdc
-SIZE (gottet-1.0.5-src.tar.bz2) = 253744
+SHA256 (gottet-1.0.6-src.tar.bz2) = 66338509e04927b76804cb0a3ebb31989a4c6f2500e8b99bec6d1db1121cd561
+SIZE (gottet-1.0.6-src.tar.bz2) = 268854

Modified: head/games/gottet/pkg-plist
==============================================================================
--- head/games/gottet/pkg-plist	Thu Feb  6 14:36:36 2014	(r343095)
+++ head/games/gottet/pkg-plist	Thu Feb  6 14:36:38 2014	(r343096)
@@ -1,9 +1,18 @@
 bin/gottet
 share/applications/gottet.desktop
+%%NLS%%%%DATADIR%%/translations/gottet_ca.qm
+%%NLS%%%%DATADIR%%/translations/gottet_de.qm
 %%NLS%%%%DATADIR%%/translations/gottet_en.qm
+%%NLS%%%%DATADIR%%/translations/gottet_es.qm
 %%NLS%%%%DATADIR%%/translations/gottet_fr.qm
 %%NLS%%%%DATADIR%%/translations/gottet_he.qm
+%%NLS%%%%DATADIR%%/translations/gottet_ko.qm
+%%NLS%%%%DATADIR%%/translations/gottet_ms.qm
+%%NLS%%%%DATADIR%%/translations/gottet_pl.qm
 %%NLS%%%%DATADIR%%/translations/gottet_ro.qm
+%%NLS%%%%DATADIR%%/translations/gottet_ru.qm
+%%NLS%%%%DATADIR%%/translations/gottet_tr.qm
+%%NLS%%%%DATADIR%%/translations/gottet_vi.qm
 share/icons/hicolor/128x128/apps/gottet.png
 share/icons/hicolor/16x16/apps/gottet.png
 share/icons/hicolor/22x22/apps/gottet.png
@@ -15,5 +24,5 @@ share/icons/hicolor/64x64/apps/gottet.pn
 share/icons/hicolor/scalable/apps/gottet.svg
 share/pixmaps/gottet.png
 share/pixmaps/gottet.xpm
-%%NLS%%@dirrmtry %%DATADIR%%/translations
-%%NLS%%@dirrmtry %%DATADIR%%
+%%NLS%%@dirrm %%DATADIR%%/translations
+%%NLS%%@dirrm %%DATADIR%%


More information about the svn-ports-head mailing list