svn commit: r426018 - in head/games/gnubik: . files

Dmitry Marakasov amdmi3 at FreeBSD.org
Sun Nov 13 09:50:43 UTC 2016


Author: amdmi3
Date: Sun Nov 13 09:50:41 2016
New Revision: 426018
URL: https://svnweb.freebsd.org/changeset/ports/426018

Log:
  - Update to 2.4.2

Added:
  head/games/gnubik/files/patch-Makefile.in   (contents, props changed)
Modified:
  head/games/gnubik/Makefile
  head/games/gnubik/distinfo
  head/games/gnubik/pkg-plist

Modified: head/games/gnubik/Makefile
==============================================================================
--- head/games/gnubik/Makefile	Sun Nov 13 09:35:29 2016	(r426017)
+++ head/games/gnubik/Makefile	Sun Nov 13 09:50:41 2016	(r426018)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	gnubik
-PORTVERSION=	2.4.1
+PORTVERSION=	2.4.2
 CATEGORIES=	games
 MASTER_SITES=	GNU
 
@@ -26,10 +26,6 @@ INFO=		gnubik
 
 OPTIONS_DEFINE=	DOCS
 
-post-install:
-	@${RMDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/24x24/apps
-	@${RMDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/24x24
-
 post-install-DOCS-on:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 .for f in ${PORTDOCS}

Modified: head/games/gnubik/distinfo
==============================================================================
--- head/games/gnubik/distinfo	Sun Nov 13 09:35:29 2016	(r426017)
+++ head/games/gnubik/distinfo	Sun Nov 13 09:50:41 2016	(r426018)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1477328506
-SHA256 (gnubik-2.4.1.tar.gz) = a59e7858c39fdd10aa4863cf00e2d98eb4130bbb543f2ce2bf38c440c6e7d755
-SIZE (gnubik-2.4.1.tar.gz) = 412615
+TIMESTAMP = 1478889028
+SHA256 (gnubik-2.4.2.tar.gz) = 85fa3f163c062bd0c1ecbfd5b95706e79091b153bb6ca9b3e340dbf5bb751756
+SIZE (gnubik-2.4.2.tar.gz) = 423333

Added: head/games/gnubik/files/patch-Makefile.in
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/games/gnubik/files/patch-Makefile.in	Sun Nov 13 09:50:41 2016	(r426018)
@@ -0,0 +1,29 @@
+--- Makefile.in.orig	2015-05-06 11:12:04 UTC
++++ Makefile.in
+@@ -483,11 +483,11 @@ XGETTEXT_OPTIONS = \
+ GMOFILES = $(POFILES:.po=.gmo)
+ themedir = $(DESTDIR)$(datadir)/icons/hicolor
+ context = apps
+-sizes = 16 22 24 32 48
++sizes = 16 22 32 48
+ desktopdir = $(datadir)/applications
+ INSTALL_DATA_HOOKS = install-icons install-desktop
+ UNINSTALL_DATA_HOOKS = uninstall-icons uninstall-desktop
+-desktop_DATA = icons/gen-dot-desktop.scm
++desktop_DATA = 
+ ACLOCAL_AMFLAGS = -I m4
+ all: config.h
+ 	$(MAKE) $(AM_MAKEFLAGS) all-recursive
+@@ -1784,9 +1784,9 @@ uninstall-icons:
+ 	gtk-update-icon-cache --ignore-theme-index $(themedir)
+ 
+ install-desktop:
+-	$(MKDIR_P) $(desktopdir)
+-	chmod u+w $(desktopdir)
+-	$(INSTALL_DATA) $(top_builddir)/icons/gnubik.desktop $(desktopdir)/gnubik.desktop
++	$(MKDIR_P) $(DESTDIR)$(desktopdir)
++	chmod u+w $(DESTDIR)$(desktopdir)
++	$(INSTALL_DATA) $(top_builddir)/icons/gnubik.desktop $(DESTDIR)$(desktopdir)/gnubik.desktop
+ 
+ uninstall-desktop:
+ 	$(RM) $(desktopdir)/gnubik.desktop

Modified: head/games/gnubik/pkg-plist
==============================================================================
--- head/games/gnubik/pkg-plist	Sun Nov 13 09:35:29 2016	(r426017)
+++ head/games/gnubik/pkg-plist	Sun Nov 13 09:50:41 2016	(r426018)
@@ -8,6 +8,7 @@ share/icons/hicolor/16x16/apps/gnubik.pn
 share/icons/hicolor/22x22/apps/gnubik.png
 share/icons/hicolor/32x32/apps/gnubik.png
 share/icons/hicolor/48x48/apps/gnubik.png
+share/locale/ar/LC_MESSAGES/gnubik.mo
 share/locale/bg/LC_MESSAGES/gnubik.mo
 share/locale/ca/LC_MESSAGES/gnubik.mo
 share/locale/da/LC_MESSAGES/gnubik.mo
@@ -19,6 +20,7 @@ share/locale/es/LC_MESSAGES/gnubik.mo
 share/locale/eu/LC_MESSAGES/gnubik.mo
 share/locale/fi/LC_MESSAGES/gnubik.mo
 share/locale/fr/LC_MESSAGES/gnubik.mo
+share/locale/gl/LC_MESSAGES/gnubik.mo
 share/locale/he/LC_MESSAGES/gnubik.mo
 share/locale/hr/LC_MESSAGES/gnubik.mo
 share/locale/it/LC_MESSAGES/gnubik.mo
@@ -35,4 +37,5 @@ share/locale/sr/LC_MESSAGES/gnubik.mo
 share/locale/sv/LC_MESSAGES/gnubik.mo
 share/locale/tr/LC_MESSAGES/gnubik.mo
 share/locale/uk/LC_MESSAGES/gnubik.mo
+share/locale/vi/LC_MESSAGES/gnubik.mo
 share/locale/zh_CN/LC_MESSAGES/gnubik.mo


More information about the svn-ports-all mailing list