From owner-svn-ports-all@freebsd.org Sun Nov 13 09:50:43 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5381DC3BFF4; Sun, 13 Nov 2016 09:50:43 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2AF91F64; Sun, 13 Nov 2016 09:50:43 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAD9ogn8024408; Sun, 13 Nov 2016 09:50:42 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAD9ofmH024404; Sun, 13 Nov 2016 09:50:41 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201611130950.uAD9ofmH024404@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 13 Nov 2016 09:50:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426018 - in head/games/gnubik: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Nov 2016 09:50:43 -0000 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